Commit f416f478 authored by Doron Behar's avatar Doron Behar
Browse files

yajl: add bin & dev outputs

parent 2df85bed
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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 = ''