about summary refs log tree commit diff
path: root/pkgs/applications/science/physics/sherpa/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/physics/sherpa/default.nix')
-rw-r--r--pkgs/applications/science/physics/sherpa/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/science/physics/sherpa/default.nix b/pkgs/applications/science/physics/sherpa/default.nix
index e815ddfc1c2f1..e1e7c43943a7d 100644
--- a/pkgs/applications/science/physics/sherpa/default.nix
+++ b/pkgs/applications/science/physics/sherpa/default.nix
@@ -13,6 +13,9 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
+  # LLVM 4 doesn't allow ambigous type in std::abs argument
+  patches = stdenv.lib.optional stdenv.cc.isClang [ ./explicit_overloads.patch ];
+
   configureFlags = [
     "--with-sqlite3=${sqlite.dev}"
     "--enable-hepmc2=${hepmc}"