Merge pull request #255298 from marsam/outputs-llhttp
llhttp: extract headers to dev output
This commit is contained in:
commit
9507876d06
@ -11,6 +11,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
hash = "sha256-kW6u9ETZJcJBh150chfE3SEwFpT7evZ0cqz8caM7fbQ=";
|
hash = "sha256-kW6u9ETZJcJBh150chfE3SEwFpT7evZ0cqz8caM7fbQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user