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
};
84
85
nativeBuildInputs = [ makeWrapper cmake pkg-config git ];
0
0
0
86
buildInputs = [
87
davix
88
ftgl
···
106
libjpeg
107
libtiff
108
libpng
109
-
nlohmann_json
110
patchRcPathCsh
111
patchRcPathFish
112
patchRcPathPosix
···
83
};
84
85
nativeBuildInputs = [ makeWrapper cmake pkg-config git ];
86
+
propagatedBuildInputs = [
87
+
nlohmann_json
88
+
];
89
buildInputs = [
90
davix
91
ftgl
···
109
libjpeg
110
libtiff
111
libpng
0
112
patchRcPathCsh
113
patchRcPathFish
114
patchRcPathPosix