about summary refs log tree commit diff
path: root/pkgs/misc/emulators/wine
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-01-20 02:48:24 +0300
committerNikolay Amiantov <ab@fmap.me>2017-01-20 03:37:51 +0300
commit10bae1a2074ce4d335542898f9e67f4beb607ee4 (patch)
tree102eccd40b5ddab00c4eba6e7ee340451606ebaf /pkgs/misc/emulators/wine
parentf673243aff0bc9ae4d2e96ccd60124ff9fe5b103 (diff)
downloadnixlib-10bae1a2074ce4d335542898f9e67f4beb607ee4.tar
nixlib-10bae1a2074ce4d335542898f9e67f4beb607ee4.tar.gz
nixlib-10bae1a2074ce4d335542898f9e67f4beb607ee4.tar.bz2
nixlib-10bae1a2074ce4d335542898f9e67f4beb607ee4.tar.lz
nixlib-10bae1a2074ce4d335542898f9e67f4beb607ee4.tar.xz
nixlib-10bae1a2074ce4d335542898f9e67f4beb607ee4.tar.zst
nixlib-10bae1a2074ce4d335542898f9e67f4beb607ee4.zip
opencl-icd: remove, point to ocl-icd
Diffstat (limited to 'pkgs/misc/emulators/wine')
-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 d556f94b78cb..19026274d56b 100644
--- a/pkgs/misc/emulators/wine/base.nix
+++ b/pkgs/misc/emulators/wine/base.nix
@@ -48,7 +48,7 @@ stdenv.mkDerivation ((lib.optionalAttrs (! isNull buildScript) {
   ++ lib.optional xineramaSupport        pkgs.xorg.libXinerama
   ++ lib.optionals gstreamerSupport      (with pkgs.gst_all; [ gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-ffmpeg ])
   ++ lib.optionals gtkSupport    [ pkgs.gtk3 pkgs.glib ]
-  ++ lib.optionals openclSupport [ pkgs.opencl-headers pkgs.opencl-icd ]
+  ++ 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.mesa pkgs.mesa_noglu.osmesa pkgs.libdrm ]