From 3e7e852f453e53312efe70efa8d0a57b3c20429f Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 20 May 2023 22:33:22 +0200 Subject: [PATCH] opendylan: mark broken The last successful build was over 2 years ago. --- pkgs/development/compilers/opendylan/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/opendylan/default.nix b/pkgs/development/compilers/opendylan/default.nix index 283ee2dffe47..fa0f98ea7fd2 100644 --- a/pkgs/development/compilers/opendylan/default.nix +++ b/pkgs/development/compilers/opendylan/default.nix @@ -39,5 +39,6 @@ stdenv.mkDerivation { description = "A multi-paradigm functional and object-oriented programming language"; license = lib.licenses.mit; platforms = lib.platforms.linux; + broken = true; # last successful build 2020-12-11 }; }