about summary refs log tree commit diff
path: root/pkgs/development/octave-modules/tisean
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2021-12-26 23:41:16 +0100
committerOPNA2608 <christoph.neidahl@gmail.com>2021-12-26 23:41:16 +0100
commitfe5e896f470d120834ae4d9abb643486c71f45cb (patch)
treed51ea48bf2476b9fe0af7891060e3fe5029cbd99 /pkgs/development/octave-modules/tisean
parentb17386836df954570a4f385c77fb99fed386e889 (diff)
octavePackages.tisean: Mark broken on Darwin
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;
   };
 }