nixpart0.blivet: fix reference to selinux python modules

This commit is contained in:
Rob Vermaas 2018-10-16 17:12:05 +02:00
parent 7ceea6f601
commit 71941853a1

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