Python: add pname attributes to libraries
so that we can use the update script.
This commit is contained in:
@@ -7,7 +7,8 @@ let
|
||||
selinuxWithPython = libselinux.override pyenable;
|
||||
cryptsetupWithPython = cryptsetup.override pyenable;
|
||||
in buildPythonPackage rec {
|
||||
name = "blivet-${version}";
|
||||
pname = "blivet";
|
||||
name = "${pname}-${version}";
|
||||
version = "0.67";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user