3
0
Fork 0
forked from mirrors/nixpkgs

bottles: added gnutls to extraLibraries to enable encryption support

see #164997
This commit is contained in:
Benjamin Asbach 2022-03-20 18:26:17 +01:00
parent 73ad5f9e14
commit e615751671

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;