From 8444a00d3eb46b23429669ac73641c267a890dbb Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Fri, 23 Apr 2021 07:10:45 +0200 Subject: machines/profpatsch/shiki: allow unfree for mpvScripts.convert In a recent PR, mpvScripts.convert was marked unfree (for lacking a license upstream). This is probably fine, so we add this as an exception via the predicate option (as the lowest impact solution in contrast to enabling allowUnfree). cc @Profpatsch --- machines/profpatsch/shiki.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index 95e35972..3b9c04d6 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -125,6 +125,10 @@ in { auto-optimise-store = true ''; + nixpkgs.config.allowUnfreePredicate = pkg: lib.elem (lib.getName pkg) [ + "mpv-convert-script" + ]; + ########## # Network -- cgit 1.4.1