mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
treewide: Mass replace 'acl}/bin' to refer the 'bin' output
This commit is contained in:
parent
c979012631
commit
9782c593ed
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user