summary refs log tree commit diff
path: root/pkgs/development/octave-modules/sparsersb/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/octave-modules/sparsersb/default.nix')
-rw-r--r--pkgs/development/octave-modules/sparsersb/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/octave-modules/sparsersb/default.nix b/pkgs/development/octave-modules/sparsersb/default.nix
index 507ed1100a425..41ee75cb1a800 100644
--- a/pkgs/development/octave-modules/sparsersb/default.nix
+++ b/pkgs/development/octave-modules/sparsersb/default.nix
@@ -22,5 +22,7 @@ buildOctavePackage rec {
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ KarlJoad ];
     description = "Interface to the librsb package implementing the RSB sparse matrix format for fast shared-memory sparse matrix computations";
+    # Broken since octave>8.x
+    broken = true;
   };
 }