kupfer: switch from name
to pname
This commit is contained in:
parent
545af899c2
commit
fc32b49933
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user