about summary refs log tree commit diff
path: root/pkgs/development/libraries/llhttp
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-15 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-15 04:20:00 +0000
commit6d598fed92e2f30a50ad5d43c0db2f00a02c75fe (patch)
tree04529d963fd742991f57490d0ac2fa15849d6ba0 /pkgs/development/libraries/llhttp
parent3b1f3712a415f6bf8352f3bb457973daa8bce91d (diff)
llhttp: extract headers to dev output
Diffstat (limited to 'pkgs/development/libraries/llhttp')
-rw-r--r--pkgs/development/libraries/llhttp/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/llhttp/default.nix b/pkgs/development/libraries/llhttp/default.nix
index 8aac286c80ac8..39b1e0bf260e3 100644
--- a/pkgs/development/libraries/llhttp/default.nix
+++ b/pkgs/development/libraries/llhttp/default.nix
@@ -11,6 +11,8 @@ stdenv.mkDerivation (finalAttrs: {
     hash = "sha256-kW6u9ETZJcJBh150chfE3SEwFpT7evZ0cqz8caM7fbQ=";
   };
 
+  outputs = [ "out" "dev" ];
+
   nativeBuildInputs = [
     cmake
   ];