luxcorerender: use python-enabled boost

This commit is contained in:
Will Dietz 2018-07-03 21:55:51 -05:00
parent bf3a588f64
commit 405d3f3e6a

View File

@ -10,6 +10,7 @@
let boost_static = boost165.override { let boost_static = boost165.override {
python = python35; python = python35;
enableStatic = true; enableStatic = true;
enablePython = true;
}; };
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {