summary refs log tree commit diff
path: root/pkgs/applications/misc/blender
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2015-03-15 23:35:33 +0100
committerCillian de Róiste <cillian.deroiste@gmail.com>2015-03-15 23:36:46 +0100
commit79f368928908e8f6bd28ab1e94ae5fe45b762586 (patch)
tree69bad760c8abecbffb2b0a75f17dbb958a9ee41b /pkgs/applications/misc/blender
parentcd85fab278a892714cf3bc5219c2e405e766297e (diff)
downloadnixlib-79f368928908e8f6bd28ab1e94ae5fe45b762586.tar
nixlib-79f368928908e8f6bd28ab1e94ae5fe45b762586.tar.gz
nixlib-79f368928908e8f6bd28ab1e94ae5fe45b762586.tar.bz2
nixlib-79f368928908e8f6bd28ab1e94ae5fe45b762586.tar.lz
nixlib-79f368928908e8f6bd28ab1e94ae5fe45b762586.tar.xz
nixlib-79f368928908e8f6bd28ab1e94ae5fe45b762586.tar.zst
nixlib-79f368928908e8f6bd28ab1e94ae5fe45b762586.zip
Blender: enable blenderplayer
Diffstat (limited to 'pkgs/applications/misc/blender')
-rw-r--r--pkgs/applications/misc/blender/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/blender/default.nix b/pkgs/applications/misc/blender/default.nix
index 3a86c282193d..27eced335dca 100644
--- a/pkgs/applications/misc/blender/default.nix
+++ b/pkgs/applications/misc/blender/default.nix
@@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
       "-DWITH_SDL=ON"
       "-DWITH_GAMEENGINE=ON"
       "-DWITH_OPENCOLORIO=ON"
+      "-DWITH_PLAYER=ON"
       "-DPYTHON_LIBRARY=python${python.majorVersion}m"
       "-DPYTHON_LIBPATH=${python}/lib"
       "-DPYTHON_INCLUDE_DIR=${python}/include/python${python.majorVersion}m"