mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
nixpart0.blivet: fix reference to selinux python modules
This commit is contained in:
parent
7ceea6f601
commit
71941853a1
@ -35,7 +35,7 @@ buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pykickstart pyparted pyblock libselinux cryptsetup
|
||||
pykickstart pyparted pyblock libselinux.py cryptsetup
|
||||
] ++ stdenv.lib.optional useNixUdev systemd;
|
||||
|
||||
# tests are currently _heavily_ broken upstream
|
||||
|
Loading…
Reference in New Issue
Block a user