From a469a7be55d974ee91d0ade2006311367629f1e4 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Tue, 13 Apr 2021 09:34:27 -0400 Subject: [PATCH] sherpa: compile with --enable-pythia flag --- pkgs/applications/science/physics/sherpa/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/science/physics/sherpa/default.nix b/pkgs/applications/science/physics/sherpa/default.nix index 858064a8d22..ba519cc2d03 100644 --- a/pkgs/applications/science/physics/sherpa/default.nix +++ b/pkgs/applications/science/physics/sherpa/default.nix @@ -23,6 +23,7 @@ stdenv.mkDerivation rec { "--enable-fastjet=${fastjet}" "--enable-lhapdf=${lhapdf}" "--enable-rivet=${rivet}" + "--enable-pythia" ]; meta = with lib; {