ldc: Init at 1.3.0
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user