Python: add pname attributes to libraries
so that we can use the update script.
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "ds4drv-${version}";
|
||||
pname = "ds4drv";
|
||||
name = "${pname}-${version}";
|
||||
version = "0.5.1";
|
||||
|
||||
# PyPi only carries py3 wheel
|
||||
|
||||
Reference in New Issue
Block a user