Skip to content

Commit

Permalink
vagrant: Adds bash-completion to the proper folder. (#30482)
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr authored and Mic92 committed Oct 17, 2017
1 parent 3959861 commit bd87a3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/tools/vagrant/default.nix
Expand Up @@ -126,6 +126,9 @@ in stdenv.mkDerivation rec {
cp -r usr/bin "$out"
wrapProgram "$out/bin/vagrant" --prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ libxml2 libxslt ]}" \
--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 = ''
Expand Down

0 comments on commit bd87a3b

Please sign in to comment.