nixpart0.blivet: fix reference to selinux python modules
(cherry picked from commit 71941853a13878e5cc17b493f3791db7d4b29e51)
This commit is contained in:
parent
af751ba1f8
commit
34ea15f5e4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue