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
|
let version = "3.0.0"; in
|
||||||
python3Packages.buildPythonApplication {
|
python3Packages.buildPythonApplication {
|
||||||
name = "pius-${version}";
|
pname = "pius";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
inherit version;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jaymzh";
|
owner = "jaymzh";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user