1 { lib, stdenv, fetchFromGitHub, autoreconfHook, apfel, applgrid, lhapdf, root5 }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "0l0cyxd00kmb5aggzwsxg83ah0qiwav0shbxkxwrz3dvw78n89jk";
14 nativeBuildInputs = [ autoreconfHook ];
15 buildInputs = [ apfel applgrid lhapdf root5 ];
17 enableParallelBuilding = true;
20 description = "Ultra-fast theory predictions for collider observables";
21 mainProgram = "apfelgrid-config";
22 license = licenses.mit;
23 homepage = "https://nhartland.github.io/APFELgrid/";
24 platforms = platforms.unix;
25 maintainers = with maintainers; [ veprbl ];