pius: use pname+version instead of name
This commit is contained in:
parent
d914be56a2
commit
97ef23794b
@ -2,8 +2,9 @@
|
||||
|
||||
let version = "3.0.0"; in
|
||||
python3Packages.buildPythonApplication {
|
||||
name = "pius-${version}";
|
||||
pname = "pius";
|
||||
namePrefix = "";
|
||||
inherit version;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jaymzh";
|
||||
|
Loading…
Reference in New Issue
Block a user