From 405d3f3e6aec43eda8b14065423f9841fb40b59c Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Tue, 3 Jul 2018 21:55:51 -0500 Subject: luxcorerender: use python-enabled boost --- pkgs/tools/graphics/luxcorerender/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/graphics/luxcorerender/default.nix b/pkgs/tools/graphics/luxcorerender/default.nix index 387c8c0595e7..3611356627a2 100644 --- a/pkgs/tools/graphics/luxcorerender/default.nix +++ b/pkgs/tools/graphics/luxcorerender/default.nix @@ -10,6 +10,7 @@ let boost_static = boost165.override { python = python35; enableStatic = true; + enablePython = true; }; in stdenv.mkDerivation rec { -- cgit 1.4.1