Loading pkgs/development/libraries/wxwidgets/wxGTK31.nix +2 −4 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchurl , gnome2 , gst_all_1 , gtk3 , libGL Loading @@ -17,7 +15,7 @@ , compat30 ? true , unicode ? true , withEGL ? true , withMesa ? lib.elem stdenv.hostPlatform.system lib.platforms.mesaPlatforms , withMesa ? !stdenv.isDarwin , withWebKit ? stdenv.isDarwin , webkitgtk , setfile Loading Loading @@ -96,7 +94,7 @@ stdenv.mkDerivation rec { "--enable-webviewwebkit" ]; SEARCH_LIB = "${libGLU.out}/lib ${libGL.out}/lib "; SEARCH_LIB = lib.optionalString (!stdenv.isDarwin) "${libGLU.out}/lib ${libGL.out}/lib "; preConfigure = '' substituteInPlace configure --replace \ Loading Loading
pkgs/development/libraries/wxwidgets/wxGTK31.nix +2 −4 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchurl , gnome2 , gst_all_1 , gtk3 , libGL Loading @@ -17,7 +15,7 @@ , compat30 ? true , unicode ? true , withEGL ? true , withMesa ? lib.elem stdenv.hostPlatform.system lib.platforms.mesaPlatforms , withMesa ? !stdenv.isDarwin , withWebKit ? stdenv.isDarwin , webkitgtk , setfile Loading Loading @@ -96,7 +94,7 @@ stdenv.mkDerivation rec { "--enable-webviewwebkit" ]; SEARCH_LIB = "${libGLU.out}/lib ${libGL.out}/lib "; SEARCH_LIB = lib.optionalString (!stdenv.isDarwin) "${libGLU.out}/lib ${libGL.out}/lib "; preConfigure = '' substituteInPlace configure --replace \ Loading