3
0
Fork 0
forked from mirrors/nixpkgs

dmd: mark as broken

This commit is contained in:
Rob Vermaas 2017-09-10 09:58:37 +00:00
parent 5f15a9f53e
commit 8d5fc1beda
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;
};
}