k3d: use old boost, seems unhappy with 1.69

This commit is contained in:
Michael Raskin 2019-12-02 10:05:58 +01:00
parent 006da38a3b
commit 7ca8fee383

View file

@ -19529,7 +19529,7 @@ in
k3d = callPackage ../applications/graphics/k3d {
inherit (pkgs.gnome2) gtkglext;
stdenv = gcc6Stdenv;
boost = boost.override { enablePython = true; };
boost = boost155.override { enablePython = true; };
};
k9copy = libsForQt5.callPackage ../applications/video/k9copy {};