forked from mirrors/nixpkgs
kupfer: switch from name
to pname
This commit is contained in:
parent
545af899c2
commit
fc32b49933
|
@ -14,7 +14,7 @@
|
|||
with python3Packages;
|
||||
|
||||
buildPythonApplication rec {
|
||||
name = "kupfer-${version}";
|
||||
pname = "kupfer";
|
||||
version = "319";
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue