Python: add pname attributes to libraries
so that we can use the update script.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
# This derivation provides a Python module and should therefore be called via `python-packages.nix`.
|
||||
buildPythonPackage rec {
|
||||
name = "pyside-${version}";
|
||||
pname = "pyside";
|
||||
name = "${pname}-${version}";
|
||||
version = "1.2.4";
|
||||
format = "other";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user