adr-tools: fix build

`bash` doesn't appear in the wrapper anymore, but only `bashInteractive`
This commit is contained in:
Leona Maroni
2025-02-16 12:15:42 +01:00
parent f71ec3ed82
commit c20ae96f3a
-3
View File
@@ -72,9 +72,6 @@ stdenv.mkDerivation rec {
gnused
]
}
# avoid having two bash dependencies in output
substituteInPlace $out/bin/adr --replace-fail "${lib.getExe bash}" "${lib.getExe bashInteractive}"
installShellCompletion --bash autocomplete/adr
'';