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