Skip to content

Commit

Permalink
nixpart0.blivet: fix reference to selinux python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Oct 16, 2018
1 parent 7ceea6f commit 7194185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/filesystems/nixpart/0.4/blivet.nix
Expand Up @@ -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
Expand Down

0 comments on commit 7194185

Please sign in to comment.