mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
steam/fhsenv: use normal curl
The Steam Runtime can handle any curl version: https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/blob/main/libcurl-compat/README.md?ref_type=heads And nix-built applications run from Steam will start exploding on this after staging-next because we're finally building our curl with versioned symbols.
This commit is contained in:
parent
cb97dfe6c0
commit
15fc16d6c4
@ -126,7 +126,7 @@ in buildFHSEnv rec {
|
||||
xorg.libSM
|
||||
xorg.libICE
|
||||
gnome2.GConf
|
||||
curlWithGnuTls
|
||||
curl
|
||||
nspr
|
||||
nss
|
||||
cups
|
||||
|
Loading…
Reference in New Issue
Block a user