Merge pull request #255298 from marsam/outputs-llhttp

llhttp: extract headers to dev output
This commit is contained in:
Mario Rodas 2023-09-16 01:19:30 -05:00 committed by GitHub
commit 9507876d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-kW6u9ETZJcJBh150chfE3SEwFpT7evZ0cqz8caM7fbQ=";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [
cmake
];