koffice does not build with boost 1.48; use 1.47 instead.
svn path=/nixpkgs/trunk/; revision=30520
This commit is contained in:
@@ -8066,7 +8066,9 @@ let
|
|||||||
inherit (pkgs.gtkLibs) gdk_pixbuf;
|
inherit (pkgs.gtkLibs) gdk_pixbuf;
|
||||||
};
|
};
|
||||||
|
|
||||||
koffice = callPackage ../applications/office/koffice { };
|
koffice = callPackage ../applications/office/koffice {
|
||||||
|
boost = boost147;
|
||||||
|
};
|
||||||
|
|
||||||
konq_plugins = callPackage ../applications/networking/browsers/konq-plugins { };
|
konq_plugins = callPackage ../applications/networking/browsers/konq-plugins { };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user