ldc: Init at 1.3.0

This commit is contained in:
Thomas Mader
2017-08-27 19:07:15 +02:00
parent 5a35b0707f
commit 8a2a3dad80
5 changed files with 104 additions and 1 deletions

View File

@@ -158,6 +158,7 @@ stdenv.mkDerivation rec {
# Everything is now Boost licensed, even the backend.
# https://github.com/dlang/dmd/pull/6680
license = licenses.boost;
maintainers = with maintainers; [ ThomasMader ];
platforms = platforms.unix;
};
}