adr-tools: fix build
`bash` doesn't appear in the wrapper anymore, but only `bashInteractive`
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user