Fix goffice_0_8 after gnome-3 directory renaming

This commit is contained in:
Luca Bruno 2014-05-20 16:03:11 +02:00
parent 84cafa5c5d
commit 25c96caa9c

View File

@ -8488,7 +8488,7 @@ let
goffice = goffice_0_8;
};
goffice_0_8 = callPackage ../desktops/gnome-3/misc/goffice/0.8.nix {
goffice_0_8 = callPackage ../desktops/gnome-3/3.10/misc/goffice/0.8.nix {
inherit (gnome2) libglade libgnomeui;
gconf = gnome2.GConf;
libart = gnome2.libart_lgpl;