[staging-next] adr-tools: fix build (#382539)

This commit is contained in:
Adam C. Stephens
2025-02-16 07:38:20 -05:00
committed by GitHub
-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
'';