about summary refs log tree commit diff
path: root/pkgs/development/tools/misc
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-03-27 13:17:10 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-03-27 18:17:46 -0500
commit49455d7bae2f81c5c984faa6728c9017123fa798 (patch)
tree082b609e249a69c865c992f8c6f014d6cadbe7aa /pkgs/development/tools/misc
parent11f0e07d4fc3791a3318950bc70bc53b2828af6b (diff)
downloadnixlib-49455d7bae2f81c5c984faa6728c9017123fa798.tar
nixlib-49455d7bae2f81c5c984faa6728c9017123fa798.tar.gz
nixlib-49455d7bae2f81c5c984faa6728c9017123fa798.tar.bz2
nixlib-49455d7bae2f81c5c984faa6728c9017123fa798.tar.lz
nixlib-49455d7bae2f81c5c984faa6728c9017123fa798.tar.xz
nixlib-49455d7bae2f81c5c984faa6728c9017123fa798.tar.zst
nixlib-49455d7bae2f81c5c984faa6728c9017123fa798.zip
treewide: replace utillinux refs of {u,}mount
umount and mount are now provided top-level
Diffstat (limited to 'pkgs/development/tools/misc')
-rw-r--r--pkgs/development/tools/misc/creduce/default.nix2
-rw-r--r--pkgs/development/tools/misc/csmith/default.nix2
2 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/creduce/default.nix b/pkgs/development/tools/misc/creduce/default.nix
index 37ec63627b15..cbf5883b2973 100644
--- a/pkgs/development/tools/misc/creduce/default.nix
+++ b/pkgs/development/tools/misc/creduce/default.nix
@@ -6,8 +6,6 @@
 , utillinux
 }:
 
-assert stdenv.isLinux -> (utillinux != null);
-
 stdenv.mkDerivation rec {
   name = "creduce-${version}";
   version = "2.7.0";
diff --git a/pkgs/development/tools/misc/csmith/default.nix b/pkgs/development/tools/misc/csmith/default.nix
index 9a8c24fa1685..c4994ad24d79 100644
--- a/pkgs/development/tools/misc/csmith/default.nix
+++ b/pkgs/development/tools/misc/csmith/default.nix
@@ -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 \