summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDS <commits@sidhion.com>2024-06-02 01:46:35 -0700
committerDS <commits@sidhion.com>2024-06-02 01:46:35 -0700
commite1d079982c5eaad312073277c977a587fb322c7d (patch)
tree214f1d6e6c85b31fd2757e5aa54856b4fda26d1d
parent3eba04d862e778f218c2c08ff8e4b7e387daebb0 (diff)
clips: expose library and headers
-rw-r--r--pkgs/development/interpreters/clips/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/clips/default.nix b/pkgs/development/interpreters/clips/default.nix
index 03f6dcd486cc..cc66c87cee73 100644
--- a/pkgs/development/interpreters/clips/default.nix
+++ b/pkgs/development/interpreters/clips/default.nix
@@ -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
'';