summary refs log tree commit diff
path: root/pkgs/development/libraries/physics
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2022-07-21 22:21:53 -0400
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2022-07-22 10:51:27 -0400
commit07bcc1e1ef76d0f6e14ac8a6593eb5d89c1f43c4 (patch)
tree322473e1debcb6114dc5d28b09d502b626cfff54 /pkgs/development/libraries/physics
parentdac092e086649907be07aff1acfbee8b419a302a (diff)
downloadnixpkgs-07bcc1e1ef76d0f6e14ac8a6593eb5d89c1f43c4.tar
nixpkgs-07bcc1e1ef76d0f6e14ac8a6593eb5d89c1f43c4.tar.gz
nixpkgs-07bcc1e1ef76d0f6e14ac8a6593eb5d89c1f43c4.tar.bz2
nixpkgs-07bcc1e1ef76d0f6e14ac8a6593eb5d89c1f43c4.tar.lz
nixpkgs-07bcc1e1ef76d0f6e14ac8a6593eb5d89c1f43c4.tar.xz
nixpkgs-07bcc1e1ef76d0f6e14ac8a6593eb5d89c1f43c4.tar.zst
nixpkgs-07bcc1e1ef76d0f6e14ac8a6593eb5d89c1f43c4.zip
herwig: 7.2.2 -> 7.2.3
Diffstat (limited to 'pkgs/development/libraries/physics')
-rw-r--r--pkgs/development/libraries/physics/herwig/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/development/libraries/physics/herwig/default.nix b/pkgs/development/libraries/physics/herwig/default.nix
index 1c3bfaa2064..569f8d80e54 100644
--- a/pkgs/development/libraries/physics/herwig/default.nix
+++ b/pkgs/development/libraries/physics/herwig/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "herwig";
-  version = "7.2.2";
+  version = "7.2.3";
 
   src = fetchurl {
     url = "https://www.hepforge.org/archive/herwig/Herwig-${version}.tar.bz2";
-    sha256 = "10y3fb33zsinr0z3hzap9rsbcqhy1yjqnv4b4vz21g7mdlw6pq2k";
+    hash = "sha256-VZmJk3mwGwnjMaJCbXjTm39uwSbbJUPp00Cu/mqlD4Q=";
   };
 
   nativeBuildInputs = [ autoconf automake libtool gfortran ];
@@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
 
   postPatch = ''
     patchShebangs ./
+
+    # Fix failing "make install" being unable to find HwEvtGenInterface.so
+    substituteInPlace src/defaults/decayers.in.in \
+      --replace "read EvtGenDecayer.in" ""
   '';
 
   configureFlags = [