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

@@ -45,10 +45,11 @@ stdenv.mkDerivation rec {
}
'';
meta = {
meta = with stdenv.lib; {
description = "Ancillary tools for the D programming language compiler";
homepage = https://github.com/dlang/tools;
license = lib.licenses.boost;
maintainers = with maintainers; [ ThomasMader ];
platforms = stdenv.lib.platforms.unix;
};
}