k3d: remove boost version override
This commit is contained in:
parent
ee7c81f021
commit
3c4f52ad47
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
cmake mesa zlib python expat libxml2 libsigcxx libuuid freetype libpng
|
||||
boost boost doxygen cairomm pkgconfig imagemagick libjpeg libtiff
|
||||
boost doxygen cairomm pkgconfig imagemagick libjpeg libtiff
|
||||
gettext intltool perl unzip ftgl glew asciidoc
|
||||
gtkmm2 glibmm gtkglext pangox_compat libXmu
|
||||
];
|
||||
|
@ -15330,7 +15330,6 @@ with pkgs;
|
||||
|
||||
k3d = callPackage ../applications/graphics/k3d {
|
||||
inherit (pkgs.gnome2) gtkglext;
|
||||
boost = boost155;
|
||||
};
|
||||
|
||||
k9copy = libsForQt5.callPackage ../applications/video/k9copy {};
|
||||
|
Loading…
Reference in New Issue
Block a user