summary refs log tree commit diff
path: root/pkgs/development/libraries/mygui
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-04-11 18:18:12 +0300
committerNikolay Amiantov <ab@fmap.me>2016-04-12 03:09:11 +0300
commit6a5387e68cc068b35404d153913cdca4bd17ac3c (patch)
treed36f01e2a8659c3762cf7bd85d25aa01e9c78d4d /pkgs/development/libraries/mygui
parentc74e2b51e85c684b8e116b4289fc3eba75b8f2cf (diff)
downloadnixpkgs-6a5387e68cc068b35404d153913cdca4bd17ac3c.tar
nixpkgs-6a5387e68cc068b35404d153913cdca4bd17ac3c.tar.gz
nixpkgs-6a5387e68cc068b35404d153913cdca4bd17ac3c.tar.bz2
nixpkgs-6a5387e68cc068b35404d153913cdca4bd17ac3c.tar.lz
nixpkgs-6a5387e68cc068b35404d153913cdca4bd17ac3c.tar.xz
nixpkgs-6a5387e68cc068b35404d153913cdca4bd17ac3c.tar.zst
nixpkgs-6a5387e68cc068b35404d153913cdca4bd17ac3c.zip
mygui: disable ogre by default
Diffstat (limited to 'pkgs/development/libraries/mygui')
-rw-r--r--pkgs/development/libraries/mygui/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/mygui/default.nix b/pkgs/development/libraries/mygui/default.nix
index ae6483f3ac1..6e4b3e6a862 100644
--- a/pkgs/development/libraries/mygui/default.nix
+++ b/pkgs/development/libraries/mygui/default.nix
@@ -1,5 +1,5 @@
 {  stdenv, fetchFromGitHub, libX11, unzip, cmake, ois, freetype, libuuid,
-   boost, pkgconfig, withOgre ? true, ogre ? null, mesa ? null } :
+   boost, pkgconfig, withOgre ? false, ogre ? null, mesa ? null } :
 
 let
   renderSystem = if withOgre then "3" else "4";