tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
root: move nlohmann_json to propagatedBuildInputs
Dmitry Kalinkin
3 years ago
49d58677
682eac0d
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
misc
root
default.nix
+3
-1
pkgs/applications/science/misc/root/default.nix
···
83
83
};
84
84
85
85
nativeBuildInputs = [ makeWrapper cmake pkg-config git ];
86
86
+
propagatedBuildInputs = [
87
87
+
nlohmann_json
88
88
+
];
86
89
buildInputs = [
87
90
davix
88
91
ftgl
···
106
109
libjpeg
107
110
libtiff
108
111
libpng
109
109
-
nlohmann_json
110
112
patchRcPathCsh
111
113
patchRcPathFish
112
114
patchRcPathPosix