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