about summary refs log tree commit diff
path: root/pkgs/applications/science/math/nasc
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-23 10:33:04 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-23 10:33:04 -0300
commit6be3357a74fd9cb8217c299c69888ce06bb50d19 (patch)
tree1ba992d9f8e1f1fa4b15a0cb30c6d6c458ac4b31 /pkgs/applications/science/math/nasc
parent52117cce92412a2b921449e11cd3d4716e56f382 (diff)
nasc: mark broken
Diffstat (limited to 'pkgs/applications/science/math/nasc')
-rw-r--r--pkgs/applications/science/math/nasc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/nasc/default.nix b/pkgs/applications/science/math/nasc/default.nix
index 3e7a8b56af1c0..da66dc241d2e7 100644
--- a/pkgs/applications/science/math/nasc/default.nix
+++ b/pkgs/applications/science/math/nasc/default.nix
@@ -83,5 +83,6 @@ stdenv.mkDerivation rec {
     platforms = platforms.linux;
     license = licenses.gpl3Plus;
     mainProgram = "com.github.parnold_x.nasc";
+    broken = true; # at 2022-09-23
   };
 }