kupfer: switch from name to pname
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
with python3Packages;
|
with python3Packages;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
name = "kupfer-${version}";
|
pname = "kupfer";
|
||||||
version = "319";
|
version = "319";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|||||||
Reference in New Issue
Block a user