mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
cogl: add licenses
This commit is contained in:
parent
796a2584d5
commit
a2046daebd
1 changed files with 2 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue