cogl: add licenses

This commit is contained in:
Markus Kowalewski 2018-09-30 11:26:18 +02:00
parent 796a2584d5
commit a2046daebd
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -73,6 +73,7 @@ in stdenv.mkDerivation rec {
render without stepping on each other's toes.
'';
platforms = stdenv.lib.platforms.mesaPlatforms;
platforms = platforms.mesaPlatforms;
license = with licenses; [ mit bsd3 publicDomain sgi-b-20 ];
};
}