koffice does not build with boost 1.48; use 1.47 instead.
svn path=/nixpkgs/trunk/; revision=30520
This commit is contained in:
parent
d844bc8bdb
commit
2ef1290de3
@ -8066,7 +8066,9 @@ let
|
||||
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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user