about summary refs log tree commit diff
path: root/pkgs/development/octave-modules/tisean
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-03-28 19:37:07 +0300
committerDoron Behar <doron.behar@gmail.com>2023-03-28 19:37:07 +0300
commit1403166764b729eb46a2ea2b501218b887d6e5df (patch)
tree872292a9dff04b1d49c9c991fd647a336845342c /pkgs/development/octave-modules/tisean
parentffbdb8b3d9e7ddbefc957b4d916cb416a6ffd567 (diff)
octave.pkgs.tisean: mark as broken
Diffstat (limited to 'pkgs/development/octave-modules/tisean')
-rw-r--r--pkgs/development/octave-modules/tisean/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/octave-modules/tisean/default.nix b/pkgs/development/octave-modules/tisean/default.nix
index bfe01f10f2fff..71d05dc7a1f00 100644
--- a/pkgs/development/octave-modules/tisean/default.nix
+++ b/pkgs/development/octave-modules/tisean/default.nix
@@ -1,5 +1,4 @@
 { buildOctavePackage
-, stdenv
 , lib
 , fetchurl
 # Octave dependencies
@@ -30,7 +29,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;
+    # Broken since octave 8.x update, and wasn't updated since 2021
+    broken = true;
   };
 }