Skip to content

Commit

Permalink
dmd: remove broken flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 15, 2017
1 parent 4198692 commit 3b5245f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkgs/development/compilers/dmd/2.067.1.nix
Expand Up @@ -153,7 +153,6 @@ stdenv.mkDerivation rec {
# https://github.com/dlang/dmd/pull/6680
license = licenses.boost;
platforms = platforms.unix;
broken = true;
};
}

1 change: 0 additions & 1 deletion pkgs/development/compilers/dmd/default.nix
Expand Up @@ -160,6 +160,5 @@ stdenv.mkDerivation rec {
license = licenses.boost;
maintainers = with maintainers; [ ThomasMader ];
platforms = platforms.unix;
broken = true;
};
}

0 comments on commit 3b5245f

Please sign in to comment.