From 6be3357a74fd9cb8217c299c69888ce06bb50d19 Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Fri, 23 Sep 2022 10:33:04 -0300 Subject: nasc: mark broken --- pkgs/applications/science/math/nasc/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/science/math/nasc/default.nix') 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 }; } -- cgit 1.4.1