Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
This commit is contained in:
@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://github.com/kripken/emscripten;
|
||||
description = "An LLVM-to-JavaScript Compiler";
|
||||
maintainers = with maintainers; [ bosu ];
|
||||
license = with licenses; ncsa;
|
||||
license = licenses.ncsa;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user