about summary refs log tree commit diff
path: root/pkgs/development/octave-modules/tisean
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/octave-modules/tisean')
-rw-r--r--pkgs/development/octave-modules/tisean/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/octave-modules/tisean/default.nix b/pkgs/development/octave-modules/tisean/default.nix
index b21ef0a5f56ac..bfe01f10f2fff 100644
--- a/pkgs/development/octave-modules/tisean/default.nix
+++ b/pkgs/development/octave-modules/tisean/default.nix
@@ -1,4 +1,5 @@
 { buildOctavePackage
+, stdenv
 , lib
 , fetchurl
 # Octave dependencies
@@ -29,5 +30,7 @@ buildOctavePackage rec {
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ KarlJoad ];
     description = "Port of TISEAN 3.0.1";
+    # Some gfortran symbols claimed to be missing
+    broken = stdenv.isDarwin;
   };
 }