7 lines
65 B
Nix
7 lines
65 B
Nix
|
{
|
||
|
permittedInsecurePackages = [
|
||
|
"webkitgtk-2.4.11"
|
||
|
];
|
||
|
}
|
||
|
|