treewide: Mass replace 'acl}/bin' to refer the 'bin' output

+1 -1
+1 -1
pkgs/applications/misc/udevil/default.nix
··· 14 14 --with-mount-prog=${utillinux}/bin/mount \ 15 15 --with-umount-prog=${utillinux}/bin/umount \ 16 16 --with-losetup-prog=${utillinux}/bin/losetup \ 17 - --with-setfacl-prog=${acl}/bin/setfacl \ 17 + --with-setfacl-prog=${acl.bin}/bin/setfacl \ 18 18 --sysconfdir=$prefix/etc 19 19 ''; 20 20 preConfigure = ''