feat(3p): Whitelist lutris & its insecure dependency
Change-Id: I9a21b823e65af0a180a8705c58f1cf5d4ba4445c
This commit is contained in:
parent
0973f7bb55
commit
4bcd99d823
1 changed files with 6 additions and 0 deletions
6
third_party/default.nix
vendored
6
third_party/default.nix
vendored
|
@ -14,6 +14,11 @@ let
|
||||||
nixpkgs = import nixpkgsSrc {
|
nixpkgs = import nixpkgsSrc {
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
config.allowBroken = true;
|
config.allowBroken = true;
|
||||||
|
|
||||||
|
# Lutris depends on p7zip, which is considered insecure.
|
||||||
|
config.permittedInsecurePackages = [
|
||||||
|
"p7zip-16.02"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tracking nixos-20.03 as of 2020-05-22
|
# Tracking nixos-20.03 as of 2020-05-22
|
||||||
|
@ -81,6 +86,7 @@ let
|
||||||
libredirect
|
libredirect
|
||||||
luajit
|
luajit
|
||||||
luatex
|
luatex
|
||||||
|
lutris
|
||||||
makeFontsConf
|
makeFontsConf
|
||||||
makeWrapper
|
makeWrapper
|
||||||
mdbook
|
mdbook
|
||||||
|
|
Loading…
Reference in a new issue