treewide: replace utillinux refs of {u,}mount

umount and mount are now provided top-level
This commit is contained in:
Matthew Bauer
2018-03-27 18:17:46 -05:00
parent 11f0e07d4f
commit 49455d7bae
11 changed files with 22 additions and 38 deletions
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ m4 makeWrapper ];
buildInputs = [ libbsd perl SysCPU ];
buildInputs = [ perl SysCPU libbsd ];
postInstall = ''
substituteInPlace $out/bin/compiler_test.pl \