mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
clips: expose library and headers
This commit is contained in:
parent
3eba04d862
commit
e1d079982c
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -D -t $out/bin core/clips
|
||||
install -D -t $out/lib core/libclips.a
|
||||
install -D -t $out/include core/*.h
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user