From b623794aba1915e0dfa1d7731f28d59967ae6c9d Mon Sep 17 00:00:00 2001 From: JonathanILevi <35940342+JonathanILevi@users.noreply.github.com> Date: Fri, 16 Apr 2021 14:33:08 -0500 Subject: [PATCH] dmd: mark unbroken (#119647) It is building fine locally, tested by myself and @SuperSandro2000 (who had added the broken tag). Should this be tested on hydra before removing it? I don't know if that is even possible. --- pkgs/development/compilers/dmd/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/compilers/dmd/default.nix b/pkgs/development/compilers/dmd/default.nix index 51f30dbabda..3ae72e5862f 100644 --- a/pkgs/development/compilers/dmd/default.nix +++ b/pkgs/development/compilers/dmd/default.nix @@ -170,6 +170,5 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ ThomasMader lionello ]; platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ]; # many tests are failing - broken = true; }; }