1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Fix gnome3 evaluation due to missing glib_networking

This commit is contained in:
Luca Bruno 2014-05-22 11:17:00 +02:00
parent 53465c35a0
commit 48e969d776

View file

@ -1,7 +1,7 @@
{ callPackage, self, pkgs }:
rec {
inherit (pkgs) glib gtk2 gtk3 gnome2 upower;
inherit (pkgs) glib gtk2 gtk3 gnome2 upower glib_networking;
gtk = gtk3; # just to be sure
libcanberra = pkgs.libcanberra_gtk3; # just to be sure
inherit (pkgs.gnome2) ORBit2;