Python: add pname attributes to libraries
so that we can use the update script.
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.31.0";
|
||||
name = "numba-${version}";
|
||||
pname = "numba";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/n/numba/${name}.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user