hsqldb: add license

This commit is contained in:
Markus Kowalewski 2018-11-01 21:12:48 +01:00
parent a923a5aa2d
commit fe326f8794
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -12,8 +12,9 @@ stdenv.mkDerivation {
buildInputs = [ unzip
];
meta = {
platforms = stdenv.lib.platforms.unix;
meta = with stdenv.lib; {
platforms = platforms.unix;
license = licenses.bsd3;
};
}