Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
This commit is contained in:
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
||||
game, or that they are extremely delicious.
|
||||
'';
|
||||
homepage = http://worldofgoo.com;
|
||||
license = with licenses; unfree;
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ jcumming ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user