From 51729ed34997d3da0590e675b613d4efd0776829 Mon Sep 17 00:00:00 2001 From: happysalada Date: Wed, 28 Apr 2021 21:32:20 +0900 Subject: [PATCH] broot: remove stale substitute --- pkgs/tools/misc/broot/default.nix | 2 -- 1 file changed, 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 \