12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "0l0cyxd00kmb5aggzwsxg83ah0qiwav0shbxkxwrz3dvw78n89jk";
23 nativeBuildInputs = [ autoreconfHook ];
31 enableParallelBuilding = true;
34 description = "Ultra-fast theory predictions for collider observables";
35 mainProgram = "apfelgrid-config";
36 license = licenses.mit;
37 homepage = "https://nhartland.github.io/APFELgrid/";
38 platforms = platforms.unix;
39 maintainers = with maintainers; [ veprbl ];