[Nix-dev] kde 4.7/4.8 breaks as boost150 is default

Peter Simons simons at cryp.to
Tue Sep 25 12:04:27 CEST 2012


Hi Joachim,

 > i have now compiled kde 4.7 with boost 147
 >
 >    nixpkgs.config.packageOverrides = pkgs : rec {
 >      boost = pkgs.boost147;
 >    };
 >
 > and it gives no more BOOST_JOIN errors

replacing the current version of Boost globally in all of Nixpkgs is
probably an over-reaction. Wouldn't it suffice to pass an older version
of Boost to those packages that actually have trouble, i.e. rocs and
kde-workspace?

Or even better, maybe there are updates to those KDE packages that fix
compilation with the current version of the Boost libraries?

Take care,
Peter



More information about the nix-dev mailing list