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