pythonPackages.libselinux: init
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
let
|
||||
pyenable = { enablePython = true; };
|
||||
selinuxWithPython = libselinux.override pyenable;
|
||||
cryptsetupWithPython = cryptsetup.override pyenable;
|
||||
in buildPythonPackage rec {
|
||||
pname = "blivet";
|
||||
@@ -31,7 +30,7 @@ in buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pykickstart pyparted pyblock pyudev selinuxWithPython.py cryptsetupWithPython
|
||||
pykickstart pyparted pyblock pyudev libselinux cryptsetupWithPython
|
||||
six
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user