Merge pull request #164998 from asbachb/bugfix/bottles/164997
bottles: added `gnutls` to `extraLibraries` to enable encryption support
This commit is contained in:
commit
6b4e7db291
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
let
|
||||
steam-run = (steam.override {
|
||||
# required by wine runner `caffe`
|
||||
extraLibraries = pkgs: with pkgs; [ libunwind libusb1 ]
|
||||
extraLibraries = pkgs: with pkgs; [ libunwind libusb1 gnutls ]
|
||||
++ bottlesExtraLibraries pkgs;
|
||||
extraPkgs = pkgs: [ ]
|
||||
++ bottlesExtraPkgs pkgs;
|
||||
|
|
Loading…
Reference in a new issue