Skip to content

Commit 39053c3

Browse files
authored
Remove openssl-1.0.2u from list of whitelisted insecure packages (#1492)
Closes #1470
1 parent 07619e1 commit 39053c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config.nix

-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
# we want the 64bit wine version
55
wine.build = "wine64";
66
wine.release = "stable";
7-
8-
# This is marked insecure on 20.03, but many packages still depend on it
9-
permittedInsecurePackages = [ "openssl-1.0.2u" ];
107
}
118

0 commit comments

Comments
 (0)