forked from mirrors/nixpkgs
curl: install completions (zsh, fish)
This commit is contained in:
parent
69ded6f018
commit
919a459158
|
@ -94,6 +94,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postInstall = ''
|
||||
moveToOutput bin/curl-config "$dev"
|
||||
|
||||
# Install completions
|
||||
make -C scripts install
|
||||
'' + stdenv.lib.optionalString scpSupport ''
|
||||
sed '/^dependency_libs/s|${libssh2.dev}|${libssh2.out}|' -i "$out"/lib/*.la
|
||||
'' + stdenv.lib.optionalString gnutlsSupport ''
|
||||
|
|
Loading…
Reference in a new issue