summary refs log tree commit diff
path: root/pkgs/applications/misc/udevil
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-02-01 20:45:55 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-02-01 20:45:55 +0200
commit9782c593edcfd4f7f41689f4ecb2390dbf1bc003 (patch)
tree2fa83c20a803e15d13879475a076b6d211d7d04e /pkgs/applications/misc/udevil
parentc9790126312119ce5a2a8ac946d9f086e7ea9f55 (diff)
downloadnixlib-9782c593edcfd4f7f41689f4ecb2390dbf1bc003.tar
nixlib-9782c593edcfd4f7f41689f4ecb2390dbf1bc003.tar.gz
nixlib-9782c593edcfd4f7f41689f4ecb2390dbf1bc003.tar.bz2
nixlib-9782c593edcfd4f7f41689f4ecb2390dbf1bc003.tar.lz
nixlib-9782c593edcfd4f7f41689f4ecb2390dbf1bc003.tar.xz
nixlib-9782c593edcfd4f7f41689f4ecb2390dbf1bc003.tar.zst
nixlib-9782c593edcfd4f7f41689f4ecb2390dbf1bc003.zip
treewide: Mass replace 'acl}/bin' to refer the 'bin' output
Diffstat (limited to 'pkgs/applications/misc/udevil')
-rw-r--r--pkgs/applications/misc/udevil/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/udevil/default.nix b/pkgs/applications/misc/udevil/default.nix
index 75c02d3ba6dd..8ce683ec9088 100644
--- a/pkgs/applications/misc/udevil/default.nix
+++ b/pkgs/applications/misc/udevil/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
       --with-mount-prog=${utillinux}/bin/mount \
       --with-umount-prog=${utillinux}/bin/umount \
       --with-losetup-prog=${utillinux}/bin/losetup \
-      --with-setfacl-prog=${acl}/bin/setfacl \
+      --with-setfacl-prog=${acl.bin}/bin/setfacl \
       --sysconfdir=$prefix/etc
   '';
   preConfigure = ''