From 4bcd99d823624beb133da51e5c97a4faf89f79e9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 19 Jun 2020 01:53:09 +0100 Subject: [PATCH] feat(3p): Whitelist lutris & its insecure dependency Change-Id: I9a21b823e65af0a180a8705c58f1cf5d4ba4445c --- third_party/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/third_party/default.nix b/third_party/default.nix index 5499bf90d..adbdf0cd6 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -14,6 +14,11 @@ let nixpkgs = import nixpkgsSrc { config.allowUnfree = 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 @@ -81,6 +86,7 @@ let libredirect luajit luatex + lutris makeFontsConf makeWrapper mdbook