mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
util-linux: use $bin output for umount
This wasn’t updated when adding the bin output.
This commit is contained in:
parent
188c3a4d03
commit
8d72e6bd5f
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace include/pathnames.h \
|
||||
--replace "/bin/login" "${shadow}/bin/login"
|
||||
substituteInPlace sys-utils/eject.c \
|
||||
--replace "/bin/umount" "$out/bin/umount"
|
||||
--replace "/bin/umount" "$bin/bin/umount"
|
||||
'';
|
||||
|
||||
# !!! It would be better to obtain the path to the mount helpers
|
||||
|
Loading…
Reference in New Issue
Block a user