Merge pull request #164998 from asbachb/bugfix/bottles/164997

bottles: added `gnutls` to `extraLibraries` to enable encryption support
This commit is contained in:
Pascal Bach 2022-03-21 22:37:25 +01:00 committed by GitHub
commit 6b4e7db291
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;