dmd: remove broken flag

This commit is contained in:
Jörg Thalheim
2017-09-15 04:35:30 -05:00
parent 419869269d
commit 3b5245f0c4
2 changed files with 0 additions and 2 deletions
@@ -160,6 +160,5 @@ stdenv.mkDerivation rec {
license = licenses.boost;
maintainers = with maintainers; [ ThomasMader ];
platforms = platforms.unix;
broken = true;
};
}