Fix compilation error when using boost 1.5 by pinning the boost version to 1.49
This commit is contained in:
parent
823f7d012b
commit
f823b6230d
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user