summary refs log tree commit diff
path: root/pkgs/tools/misc/broot
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-04-28 21:32:20 +0900
committerRaphael Megzari <raphael@megzari.com>2021-04-28 21:56:09 +0900
commit51729ed34997d3da0590e675b613d4efd0776829 (patch)
treea817faa47c519430affc056ffbfe0d08cd1094dd /pkgs/tools/misc/broot
parentaf9430180e6811b31555f79f1052ed9e5e23ee67 (diff)
downloadnixpkgs-51729ed34997d3da0590e675b613d4efd0776829.tar
nixpkgs-51729ed34997d3da0590e675b613d4efd0776829.tar.gz
nixpkgs-51729ed34997d3da0590e675b613d4efd0776829.tar.bz2
nixpkgs-51729ed34997d3da0590e675b613d4efd0776829.tar.lz
nixpkgs-51729ed34997d3da0590e675b613d4efd0776829.tar.xz
nixpkgs-51729ed34997d3da0590e675b613d4efd0776829.tar.zst
nixpkgs-51729ed34997d3da0590e675b613d4efd0776829.zip
broot: remove stale substitute
Diffstat (limited to 'pkgs/tools/misc/broot')
-rw-r--r--pkgs/tools/misc/broot/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/misc/broot/default.nix b/pkgs/tools/misc/broot/default.nix
index 46baee7477c..b89dbb2b907 100644
--- a/pkgs/tools/misc/broot/default.nix
+++ b/pkgs/tools/misc/broot/default.nix
@@ -33,8 +33,6 @@ rustPlatform.buildRustPackage rec {
   ];
 
   postPatch = ''
-    substituteInPlace src/verb/builtin.rs --replace '"/bin/' '"${coreutils}/bin/'
-
     # Fill the version stub in the man page. We can't fill the date
     # stub reproducibly.
     substitute man/page man/broot.1 \