yajl: add bin & dev outputs

This commit is contained in:
Doron Behar
2026-01-21 17:59:13 +02:00
parent 2df85bed70
commit f416f47841
+10
View File
@@ -31,6 +31,16 @@ stdenv.mkDerivation (finalAttrs: {
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
};
outputs = [
"out"
"bin"
"dev"
];
postFixup = ''
moveToOutput bin "''${!outputBin}"
'';
meta = {
description = "Yet Another JSON Library";
longDescription = ''