forked from mirrors/nixpkgs
apfelgrid: use root5 (same as xfitter)
This commit is contained in:
parent
ad6b9e4604
commit
3dd924b58e
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchFromGitHub, autoreconfHook, apfel, applgrid, lhapdf, root }:
|
||||
{ stdenv, fetchFromGitHub, autoreconfHook, apfel, applgrid, lhapdf, root5 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "apfelgrid-${version}";
|
||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ apfel applgrid lhapdf root ];
|
||||
buildInputs = [ apfel applgrid lhapdf root5 ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue