summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2018-10-16 17:12:05 +0200
committerRob Vermaas <rob.vermaas@gmail.com>2018-10-16 17:13:09 +0200
commit34ea15f5e401b93aefe2f98057a6ecd79b63f5a2 (patch)
tree30dd62ced606c7e6fef11b782d4c6fd4f0fc27da /pkgs/tools
parentaf751ba1f8692e0f43570b111dd53174b2e59c47 (diff)
downloadnixlib-34ea15f5e401b93aefe2f98057a6ecd79b63f5a2.tar
nixlib-34ea15f5e401b93aefe2f98057a6ecd79b63f5a2.tar.gz
nixlib-34ea15f5e401b93aefe2f98057a6ecd79b63f5a2.tar.bz2
nixlib-34ea15f5e401b93aefe2f98057a6ecd79b63f5a2.tar.lz
nixlib-34ea15f5e401b93aefe2f98057a6ecd79b63f5a2.tar.xz
nixlib-34ea15f5e401b93aefe2f98057a6ecd79b63f5a2.tar.zst
nixlib-34ea15f5e401b93aefe2f98057a6ecd79b63f5a2.zip
nixpart0.blivet: fix reference to selinux python modules
(cherry picked from commit 71941853a13878e5cc17b493f3791db7d4b29e51)
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/filesystems/nixpart/0.4/blivet.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/nixpart/0.4/blivet.nix b/pkgs/tools/filesystems/nixpart/0.4/blivet.nix
index 5879fd9d0821..24aab7dc6dd4 100644
--- a/pkgs/tools/filesystems/nixpart/0.4/blivet.nix
+++ b/pkgs/tools/filesystems/nixpart/0.4/blivet.nix
@@ -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