treewide: replace utillinux refs of {u,}mount
umount and mount are now provided top-level
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user