Skip to content

Commit

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

2 changes: 1 addition & 1 deletion pkgs/development/compilers/dmd/default.nix
Expand Up @@ -154,6 +154,6 @@ stdenv.mkDerivation rec {
# https://github.com/dlang/dmd/pull/6680
license = licenses.boost;
platforms = platforms.unix;
broken = true;
};
}

0 comments on commit 8d5fc1b

Please sign in to comment.