clips: expose library and headers

This commit is contained in:
DS 2024-06-02 01:46:35 -07:00
parent 3eba04d862
commit e1d079982c

View File

@ -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
'';