apfelgrid: use root5 (same as xfitter)

This commit is contained in:
Dmitry Kalinkin 2018-10-18 15:24:33 -04:00
parent ad6b9e4604
commit 3dd924b58e
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -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;