about summary refs log tree commit diff
path: root/pkgs/development/octave-modules
diff options
context:
space:
mode:
authorWill Cohen <willcohen@users.noreply.github.com>2022-04-27 15:22:02 -0400
committerWill Cohen <willcohen@users.noreply.github.com>2022-04-29 16:08:44 -0400
commit72f4cf36bd1acfc742703fef169bea5f52b7da8c (patch)
treeed4b99cf8dafbf432e39f668f02ead826537c871 /pkgs/development/octave-modules
parenta59442c86ec396866ddc5095e5551e28a3edbc6f (diff)
octavePackages.octproj: mark as broken
Diffstat (limited to 'pkgs/development/octave-modules')
-rw-r--r--pkgs/development/octave-modules/octproj/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/octave-modules/octproj/default.nix b/pkgs/development/octave-modules/octproj/default.nix
index 74596c015f856..4bb2962ed6e12 100644
--- a/pkgs/development/octave-modules/octproj/default.nix
+++ b/pkgs/development/octave-modules/octproj/default.nix
@@ -28,5 +28,6 @@ buildOctavePackage rec {
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ KarlJoad ];
     description = "GNU Octave bindings to PROJ library for cartographic projections and CRS transformations";
+    broken = true; # error: unlink: operation failed: No such file or directory
   };
 }