k3d: fix build

This commit is contained in:
Orivej Desh 2018-12-27 17:25:57 +00:00
parent 6d315ab1fa
commit 39b3cad721
2 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,10 @@ stdenv.mkDerivation rec {
#doCheck = false;
NIX_CFLAGS_COMPILE = [
"-Wno-deprecated-declarations"
];
meta = with stdenv.lib; {
description = "A 3D editor with support for procedural editing";
homepage = http://www.k-3d.org/;

View File

@ -17793,6 +17793,7 @@ in
k3d = callPackage ../applications/graphics/k3d {
inherit (pkgs.gnome2) gtkglext;
stdenv = overrideCC stdenv gcc6;
boost = boost166.override { enablePython = true; };
};
k9copy = libsForQt5.callPackage ../applications/video/k9copy {};