wineStable: revert cert-path patch for stable
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user