Fix compilation error when using boost 1.5 by pinning the boost version to 1.49

This commit is contained in:
Cillian de Róiste 2012-07-01 22:12:38 +02:00 committed by Eelco Dolstra
parent 823f7d012b
commit f823b6230d

View file

@ -6281,6 +6281,7 @@ let
ardour3 = lowPrio (callPackage ../applications/audio/ardour/ardour3.nix {
inherit (gnome) libgnomecanvas libgnomecanvasmm;
boost = boost149;
});
arora = callPackage ../applications/networking/browsers/arora { };