wineStable: revert cert-path patch for stable

This commit is contained in:
Alexander V. Nikolaev
2020-11-24 23:10:24 +02:00
parent 22da5d92af
commit 9144ebaf1e
4 changed files with 35 additions and 7 deletions
+5
View File
@@ -35,6 +35,11 @@ in rec {
url = "https://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}-x86.msi";
sha256 = "09wjrfxbw0072iv6d2vqnkc3y7dzj15vp8mv4ay44n1qp5ji4m3l";
};
patches = [
# Also look for root certificates at $NIX_SSL_CERT_FILE
./cert-path-stable.patch
];
};
unstable = fetchurl rec {