Add cogl 1.18

This commit is contained in:
Luca Bruno
2014-05-19 14:53:06 +02:00
committed by Luca Bruno
parent 380af2be66
commit 3b39718eba
3 changed files with 62 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ rec {
inherit (pkgs) glib gtk2 gtk3 gnome2;
gnome3 = pkgs.gnome3_12;
upower = pkgs.upower_99;
cogl = pkgs.cogl_1_18;
gtk = gtk3; # just to be sure
libcanberra = pkgs.libcanberra_gtk3; # just to be sure
inherit (pkgs.gnome2) ORBit2;