dmd: mark as broken

(cherry picked from commit 8d5fc1beda)
This commit is contained in:
Rob Vermaas 2017-09-10 09:58:37 +00:00
parent 5dcf5d6d05
commit 18695b5586
No known key found for this signature in database
GPG Key ID: E114A5F264A8AE8E
2 changed files with 2 additions and 1 deletions

View File

@ -153,6 +153,7 @@ stdenv.mkDerivation rec {
# https://github.com/dlang/dmd/pull/6680
license = licenses.boost;
platforms = platforms.unix;
broken = true;
};
}

View File

@ -154,6 +154,6 @@ stdenv.mkDerivation rec {
# https://github.com/dlang/dmd/pull/6680
license = licenses.boost;
platforms = platforms.unix;
broken = true;
};
}