Python: add pname attributes to libraries
so that we can use the update script.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.8.1";
|
||||
name = "ezdxf-${version}";
|
||||
pname = "ezdxf";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mozman";
|
||||
|
||||
Reference in New Issue
Block a user