qt-3: add licenses

This commit is contained in:
Markus Kowalewski
2018-10-27 16:10:03 +02:00
parent ef5a7d4eb3
commit b8fd2f234c
+3 -2
View File
@@ -84,7 +84,8 @@ stdenv.mkDerivation {
passthru = {inherit mysqlSupport;}; passthru = {inherit mysqlSupport;};
meta = { meta = with stdenv.lib; {
platforms = stdenv.lib.platforms.linux; license = with licenses; [ gpl2 qpl ];
platforms = platforms.linux;
}; };
} }