mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
pass: fix completion installation
This commit is contained in:
parent
d7f5d00f0a
commit
52879c9050
@ -35,13 +35,15 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
PREFIX="$out" make install
|
||||
|
||||
preInstall = ''
|
||||
mkdir -p "$out/share/bash-completion/completions"
|
||||
mkdir -p "$out/share/zsh/site-functions"
|
||||
mkdir -p "$out/share/fish/completions"
|
||||
'';
|
||||
|
||||
installFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
postInstall = ''
|
||||
# Install Emacs Mode. NOTE: We can't install the necessary
|
||||
# dependencies (s.el and f.el) here. The user has to do this
|
||||
# himself.
|
||||
|
Loading…
Reference in New Issue
Block a user