nixpart0.blivet: fix reference to selinux python modules

(cherry picked from commit 71941853a1)
This commit is contained in:
Rob Vermaas 2018-10-16 17:12:05 +02:00
parent af751ba1f8
commit 34ea15f5e4

View File

@ -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