Python: add pname attributes to libraries
so that we can use the update script.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{ stdenv, fetchurl, buildPythonPackage, pycurl }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "koji-1.8";
|
||||
pname = "koji";
|
||||
version = "1.8";
|
||||
name = "${pname}-${version}";
|
||||
format = "other";
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user