about summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorDavid Izquierdo <david@izquierdofernandez.com>2017-10-28 11:18:26 +0200
committerNikolay Amiantov <ab@fmap.me>2017-10-28 12:32:54 +0300
commit7dff2c53d4c346df8febf2006c6143097b473236 (patch)
tree9452e26de7f96eab0ddcfd793de07bcd4d262a3d /pkgs/games/steam
parent38368c42fc06129b7efcb804e25fee16da0319dc (diff)
downloadnixlib-7dff2c53d4c346df8febf2006c6143097b473236.tar
nixlib-7dff2c53d4c346df8febf2006c6143097b473236.tar.gz
nixlib-7dff2c53d4c346df8febf2006c6143097b473236.tar.bz2
nixlib-7dff2c53d4c346df8febf2006c6143097b473236.tar.lz
nixlib-7dff2c53d4c346df8febf2006c6143097b473236.tar.xz
nixlib-7dff2c53d4c346df8febf2006c6143097b473236.tar.zst
nixlib-7dff2c53d4c346df8febf2006c6143097b473236.zip
steam-runtime-wrapped: switch curl to use gnutls
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/runtime-wrapped.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/steam/runtime-wrapped.nix b/pkgs/games/steam/runtime-wrapped.nix
index 4c3faa074187..73c010d645fa 100644
--- a/pkgs/games/steam/runtime-wrapped.nix
+++ b/pkgs/games/steam/runtime-wrapped.nix
@@ -26,7 +26,7 @@ let
     xlibs.libICE
     gnome2.GConf
     freetype
-    curl
+    (curl.override { gnutlsSupport = true; sslSupport = false; })
     nspr
     nss
     fontconfig