mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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 New Issue
Block a user