dmd: mark as broken

(cherry picked from commit 8d5fc1beda9716c8b8015a7a5abccb70eee21448)
This commit is contained in:
Rob Vermaas
2017-09-10 10:00:24 +00:00
parent 5dcf5d6d05
commit 18695b5586
2 changed files with 2 additions and 1 deletions
@@ -153,6 +153,7 @@ stdenv.mkDerivation rec {
# https://github.com/dlang/dmd/pull/6680
license = licenses.boost;
platforms = platforms.unix;
broken = true;
};
}
+1 -1
View File
@@ -154,6 +154,6 @@ stdenv.mkDerivation rec {
# https://github.com/dlang/dmd/pull/6680
license = licenses.boost;
platforms = platforms.unix;
broken = true;
};
}