Loading pkgs/by-name/ya/yajl/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -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 = '' Loading pkgs/development/lua-modules/overrides.nix +7 −0 Original line number Diff line number Diff line Loading @@ -479,6 +479,13 @@ in buildInputs = old.buildInputs ++ [ yajl ]; luarocksConfig = old.luarocksConfig // { variables = { # Since yajl's outputs are split, we need to help luarocks find the # include directory. YAJL_INCDIR = "${lib.getDev yajl}/include"; }; }; }); lua-zlib = prev.lua-zlib.overrideAttrs (old: { Loading Loading
pkgs/by-name/ya/yajl/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -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 = '' Loading
pkgs/development/lua-modules/overrides.nix +7 −0 Original line number Diff line number Diff line Loading @@ -479,6 +479,13 @@ in buildInputs = old.buildInputs ++ [ yajl ]; luarocksConfig = old.luarocksConfig // { variables = { # Since yajl's outputs are split, we need to help luarocks find the # include directory. YAJL_INCDIR = "${lib.getDev yajl}/include"; }; }; }); lua-zlib = prev.lua-zlib.overrideAttrs (old: { Loading