File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 5656
5757stdenv . 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
You can’t perform that action at this time.
0 commit comments