k3d: fix build

This commit is contained in:
Orivej Desh
2018-12-27 17:31:28 +00:00
parent 6d315ab1fa
commit 39b3cad721
2 changed files with 5 additions and 0 deletions
@@ -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/;