summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-06-25 17:28:41 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-06-25 17:28:41 +0200
commit3fc7e97d5cb1047d42cbe5dba6e40407b4ab6c38 (patch)
treeef79b1677bf2c2f91d8116e2b65df5df101ca12e
parent4589a04299c8769c4c0d018ee36d262a2b46ae79 (diff)
downloadnixpkgs-3fc7e97d5cb1047d42cbe5dba6e40407b4ab6c38.tar
nixpkgs-3fc7e97d5cb1047d42cbe5dba6e40407b4ab6c38.tar.gz
nixpkgs-3fc7e97d5cb1047d42cbe5dba6e40407b4ab6c38.tar.bz2
nixpkgs-3fc7e97d5cb1047d42cbe5dba6e40407b4ab6c38.tar.lz
nixpkgs-3fc7e97d5cb1047d42cbe5dba6e40407b4ab6c38.tar.xz
nixpkgs-3fc7e97d5cb1047d42cbe5dba6e40407b4ab6c38.tar.zst
nixpkgs-3fc7e97d5cb1047d42cbe5dba6e40407b4ab6c38.zip
wxwidgets 3.1: add default libGLSupported, fixes eval
-rw-r--r--pkgs/development/libraries/wxwidgets/3.1/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/wxwidgets/3.1/default.nix b/pkgs/development/libraries/wxwidgets/3.1/default.nix
index 60d026e9beb..cee967ef2aa 100644
--- a/pkgs/development/libraries/wxwidgets/3.1/default.nix
+++ b/pkgs/development/libraries/wxwidgets/3.1/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, fetchurl, pkgconfig
 , gtk2, gtk3, libXinerama, libSM, libXxf86vm
 , xorgproto, gstreamer, gst-plugins-base, GConf, setfile
-, libGLSupported
+, libGLSupported ? stdenv.lib.elem stdenv.hostPlatform.system stdenv.lib.platforms.mesaPlatforms
 , withMesa ? libGLSupported, libGLU ? null, libGL ? null
 , compat28 ? false, compat30 ? true, unicode ? true
 , withGtk2 ? true