qt-3: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-27 15:02:30 +02:00
parent ef5a7d4eb3
commit b8fd2f234c
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -84,7 +84,8 @@ stdenv.mkDerivation {
passthru = {inherit mysqlSupport;};
meta = {
platforms = stdenv.lib.platforms.linux;
meta = with stdenv.lib; {
license = with licenses; [ gpl2 qpl ];
platforms = platforms.linux;
};
}