12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 hash = "sha256-0Ix7KwEZUG/NmGJ380DVJbUA0PcoEJDlcGSc09l5Tbc=";
24 # https://github.com/scarrazza/apfel/pull/54
40 "-DAPFEL_DOWNLOAD_PDFS=OFF"
41 "-DAPFEL_Python_SITEARCH=autoprefix"
46 lhapdf.pdf_sets.NNPDF23_nlo_as_0118
47 lhapdf.pdf_sets.NNPDF31_nnlo_as_0118
50 env.NIX_CFLAGS_COMPILE = "-DAPFEL_VERSION=${version}";
53 description = "PDF Evolution Library";
54 homepage = "https://apfel.mi.infn.it/";
55 license = licenses.gpl3Plus;
56 maintainers = with maintainers; [ veprbl ];
57 platforms = platforms.unix;