about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-15 12:01:41 +0000
committerGitHub <noreply@github.com>2023-12-15 12:01:41 +0000
commit2b17e91c71ae2587edd652b5a9a88e3f01d6c4df (patch)
tree866959977f6a9a70a6e3f2f7229ce1783db855d0 /pkgs/tools/filesystems
parent8ed005a63f786bdd8738259a27bf488ae1002127 (diff)
parent9ad53b7aaf2b9e9e0d7e36ff4f8a779bf9b0195f (diff)
downloadnixlib-2b17e91c71ae2587edd652b5a9a88e3f01d6c4df.tar
nixlib-2b17e91c71ae2587edd652b5a9a88e3f01d6c4df.tar.gz
nixlib-2b17e91c71ae2587edd652b5a9a88e3f01d6c4df.tar.bz2
nixlib-2b17e91c71ae2587edd652b5a9a88e3f01d6c4df.tar.lz
nixlib-2b17e91c71ae2587edd652b5a9a88e3f01d6c4df.tar.xz
nixlib-2b17e91c71ae2587edd652b5a9a88e3f01d6c4df.tar.zst
nixlib-2b17e91c71ae2587edd652b5a9a88e3f01d6c4df.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/bcache-tools/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/tools/filesystems/bcache-tools/default.nix b/pkgs/tools/filesystems/bcache-tools/default.nix
index f6dfdd84d8c4..58f6a05992e9 100644
--- a/pkgs/tools/filesystems/bcache-tools/default.nix
+++ b/pkgs/tools/filesystems/bcache-tools/default.nix
@@ -35,10 +35,6 @@ stdenv.mkDerivation rec {
     "UDEVLIBDIR=${placeholder "out"}/lib/udev/"
   ];
 
-  preBuild = ''
-    sed -e "s|/bin/sh|${bash}/bin/sh|" -i *.rules
-  '';
-
   preInstall = ''
     mkdir -p "$out/sbin" "$out/lib/udev/rules.d" "$out/share/man/man8"
   '';