curl-impersonate: install headers
This commit is contained in:
parent
1b8f21cb61
commit
6786f11afb
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,8 @@ let
|
|||
pname = "curl-impersonate-${name}";
|
||||
version = "0.6.1";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lwthiker";
|
||||
repo = "curl-impersonate";
|
||||
|
@ -130,6 +132,9 @@ let
|
|||
|
||||
# Install zsh and fish completions
|
||||
installShellCompletion $TMPDIR/curl-impersonate-${name}.{zsh,fish}
|
||||
|
||||
# Install headers
|
||||
make -C curl-*/include install
|
||||
'';
|
||||
|
||||
preFixup = let
|
||||
|
|
Loading…
Reference in a new issue