1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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;
};
}