mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
blivet: fix reference to selinux python modules
(cherry picked from commit 7ceea6f601)
This commit is contained in:
@@ -31,7 +31,7 @@ in buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pykickstart pyparted pyblock pyudev selinuxWithPython cryptsetupWithPython
|
||||
pykickstart pyparted pyblock pyudev selinuxWithPython.py cryptsetupWithPython
|
||||
six
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user