wine: Look for root certs at $NIX_SSL_CERT_FILE

Closes #78365
This commit is contained in:
Janne Heß
2020-01-24 12:22:45 +01:00
parent 40e51d2092
commit d4149412ce
2 changed files with 29 additions and 0 deletions
+5
View File
@@ -68,6 +68,11 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
])
++ [ pkgs.xorg.libX11 pkgs.perl ]));
patches = [
# Also look for root certificates at $NIX_SSL_CERT_FILE
./cert-path.patch
];
# Wine locates a lot of libraries dynamically through dlopen(). Add
# them to the RPATH so that the user doesn't have to set them in
# LD_LIBRARY_PATH.