summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorRyan Burns <52847440+r-burns@users.noreply.github.com>2021-10-07 00:53:02 -0700
committerGitHub <noreply@github.com>2021-10-07 00:53:02 -0700
commit9544c029c082a7e545ec75c101f0202f18eb3874 (patch)
treedea122a2d872051a03d20dc3705194c4b12cd258 /pkgs/misc
parentcb907c594ad9764bc040257f3f8d2b349ed1c3af (diff)
parent7aa540aa92ee9793ef97eb4ebaf0d53ac84d87f2 (diff)
downloadnixpkgs-9544c029c082a7e545ec75c101f0202f18eb3874.tar
nixpkgs-9544c029c082a7e545ec75c101f0202f18eb3874.tar.gz
nixpkgs-9544c029c082a7e545ec75c101f0202f18eb3874.tar.bz2
nixpkgs-9544c029c082a7e545ec75c101f0202f18eb3874.tar.lz
nixpkgs-9544c029c082a7e545ec75c101f0202f18eb3874.tar.xz
nixpkgs-9544c029c082a7e545ec75c101f0202f18eb3874.tar.zst
nixpkgs-9544c029c082a7e545ec75c101f0202f18eb3874.zip
Merge pull request #139656 from Atemu/expose-wine64
all-packages: expose wine64Packages
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/emulators/wine/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/emulators/wine/base.nix b/pkgs/misc/emulators/wine/base.nix
index 46532179edd..fa5c4afdc29 100644
--- a/pkgs/misc/emulators/wine/base.nix
+++ b/pkgs/misc/emulators/wine/base.nix
@@ -74,7 +74,7 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
   ++ lib.optionals openclSupport [ pkgs.opencl-headers pkgs.ocl-icd ]
   ++ lib.optionals xmlSupport    [ pkgs.libxml2 pkgs.libxslt ]
   ++ lib.optionals tlsSupport    [ pkgs.openssl pkgs.gnutls ]
-  ++ lib.optionals openglSupport [ pkgs.libGLU pkgs.libGL pkgs.mesa.osmesa pkgs.libdrm ]
+  ++ lib.optionals (openglSupport && !stdenv.isDarwin) [ pkgs.libGLU pkgs.libGL pkgs.mesa.osmesa pkgs.libdrm ]
   ++ lib.optionals stdenv.isDarwin (with pkgs.buildPackages.darwin.apple_sdk.frameworks; [
      CoreServices Foundation ForceFeedback AppKit OpenGL IOKit DiskArbitration Security
      ApplicationServices AudioToolbox CoreAudio AudioUnit CoreMIDI OpenAL OpenCL Cocoa Carbon