Skip to content

Commit 35fffcd

Browse files
authored
root: propagate nlohmann_json (#366357)
2 parents 751b022 + 2e4403b commit 35fffcd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/by-name/ro/root/package.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@
5656

5757
stdenv.mkDerivation rec {
5858
pname = "root";
59-
version = "6.34.00";
59+
version = "6.34.02";
6060

6161
passthru = {
6262
tests = import ./tests { inherit callPackage; };
6363
};
6464

6565
src = fetchurl {
6666
url = "https://root.cern.ch/download/root_v${version}.source.tar.gz";
67-
hash = "sha256-87APPblTgpyEkCnDnXZgqVZGivJH79lG6JByEBeWqwM=";
67+
hash = "sha256-FmvsVi5CDhd6rzEz+j+wn4Ls3avoouGQY0W61EJRP5Q=";
6868
};
6969

7070
clad_src = fetchgit {
@@ -81,6 +81,9 @@ stdenv.mkDerivation rec {
8181
pkg-config
8282
git
8383
];
84+
propagatedBuildInputs = [
85+
nlohmann_json # link interface of target "ROOT::ROOTEve"
86+
];
8487
buildInputs =
8588
[
8689
davix
@@ -98,7 +101,6 @@ stdenv.mkDerivation rec {
98101
libxml2
99102
llvm_18
100103
lz4
101-
nlohmann_json
102104
openblas
103105
openssl
104106
patchRcPathCsh

0 commit comments

Comments
 (0)