k3d: remove boost version override

This commit is contained in:
Orivej Desh 2017-11-16 16:15:16 +00:00
parent ee7c81f021
commit 3c4f52ad47
2 changed files with 1 additions and 2 deletions

View File

@ -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
];

View File

@ -15330,7 +15330,6 @@ with pkgs;
k3d = callPackage ../applications/graphics/k3d {
inherit (pkgs.gnome2) gtkglext;
boost = boost155;
};
k9copy = libsForQt5.callPackage ../applications/video/k9copy {};