about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/octave-modules/tisean/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/octave-modules/tisean/default.nix')
-rw-r--r--nixpkgs/pkgs/development/octave-modules/tisean/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/octave-modules/tisean/default.nix b/nixpkgs/pkgs/development/octave-modules/tisean/default.nix
index b21ef0a5f56a..bfe01f10f2ff 100644
--- a/nixpkgs/pkgs/development/octave-modules/tisean/default.nix
+++ b/nixpkgs/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;
   };
 }