qt-3: add licenses
This commit is contained in:
parent
ef5a7d4eb3
commit
b8fd2f234c
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user