mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
vagrant: Adds bash-completion to the proper folder. (#30482)
This commit is contained in:
parent
39598617f2
commit
bd87a3be2d
@ -126,6 +126,9 @@ in stdenv.mkDerivation rec {
|
|||||||
cp -r usr/bin "$out"
|
cp -r usr/bin "$out"
|
||||||
wrapProgram "$out/bin/vagrant" --prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ libxml2 libxslt ]}" \
|
wrapProgram "$out/bin/vagrant" --prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ libxml2 libxslt ]}" \
|
||||||
--prefix LD_LIBRARY_PATH : "$out/opt/vagrant/embedded/lib"
|
--prefix LD_LIBRARY_PATH : "$out/opt/vagrant/embedded/lib"
|
||||||
|
|
||||||
|
install -D "opt/vagrant/embedded/gems/gems/vagrant-$version/contrib/bash/completion.sh" \
|
||||||
|
"$out/share/bash-completion/completions/vagrant"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user