diff options
| author | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2022-12-17 17:57:37 -0500 |
|---|---|---|
| committer | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2023-01-06 06:43:59 -0500 |
| commit | 3be141e5a1618b8dcb78d2a0e71bc8ebe5a3cf16 (patch) | |
| tree | 81a61b358047c76b3d1955e496f51afaf12ea49a | |
| parent | root: 6.26.8 -> 6.26.10 (diff) | |
| download | nixpkgs-3be141e5a1618b8dcb78d2a0e71bc8ebe5a3cf16.tar.gz | |
root: move nlohmann_json to propagatedBuildInputs
(cherry picked from commit 49d586773291ceba7a0c63f00a35efb11e05a84b)
| -rw-r--r-- | pkgs/applications/science/misc/root/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/science/misc/root/default.nix b/pkgs/applications/science/misc/root/default.nix index e6b407f0df25..f0924d1402a9 100644 --- a/pkgs/applications/science/misc/root/default.nix +++ b/pkgs/applications/science/misc/root/default.nix @@ -83,6 +83,9 @@ stdenv.mkDerivation rec { }; nativeBuildInputs = [ makeWrapper cmake pkg-config git ]; + propagatedBuildInputs = [ + nlohmann_json + ]; buildInputs = [ davix ftgl @@ -106,7 +109,6 @@ stdenv.mkDerivation rec { libjpeg libtiff libpng - nlohmann_json patchRcPathCsh patchRcPathFish patchRcPathPosix |
