summary refs log tree commit diff
path: root/pkgs/tools/graphics/luxcorerender/default.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-07-03 21:55:51 -0500
committerWill Dietz <w@wdtz.org>2018-07-05 07:22:53 -0500
commit405d3f3e6aec43eda8b14065423f9841fb40b59c (patch)
treee4a689334fd501c538cd872aae0c434068fbf52f /pkgs/tools/graphics/luxcorerender/default.nix
parentbf3a588f64e76d541283285755e640d2e344ad5c (diff)
downloadnixpkgs-405d3f3e6aec43eda8b14065423f9841fb40b59c.tar
nixpkgs-405d3f3e6aec43eda8b14065423f9841fb40b59c.tar.gz
nixpkgs-405d3f3e6aec43eda8b14065423f9841fb40b59c.tar.bz2
nixpkgs-405d3f3e6aec43eda8b14065423f9841fb40b59c.tar.lz
nixpkgs-405d3f3e6aec43eda8b14065423f9841fb40b59c.tar.xz
nixpkgs-405d3f3e6aec43eda8b14065423f9841fb40b59c.tar.zst
nixpkgs-405d3f3e6aec43eda8b14065423f9841fb40b59c.zip
luxcorerender: use python-enabled boost
Diffstat (limited to 'pkgs/tools/graphics/luxcorerender/default.nix')
-rw-r--r--pkgs/tools/graphics/luxcorerender/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/luxcorerender/default.nix b/pkgs/tools/graphics/luxcorerender/default.nix
index 387c8c0595e..3611356627a 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 {