Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

root: move nlohmann_json to propagatedBuildInputs

+3 -1
+3 -1
pkgs/applications/science/misc/root/default.nix
··· 83 83 }; 84 84 85 85 nativeBuildInputs = [ makeWrapper cmake pkg-config git ]; 86 + propagatedBuildInputs = [ 87 + nlohmann_json 88 + ]; 86 89 buildInputs = [ 87 90 davix 88 91 ftgl ··· 106 109 libjpeg 107 110 libtiff 108 111 libpng 109 - nlohmann_json 110 112 patchRcPathCsh 111 113 patchRcPathFish 112 114 patchRcPathPosix