From e445e3a3e2c6d18dd1dc5b3df93a46af68b223d6 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 31 Jan 2024 18:24:43 +0100 Subject: [PATCH] foot: enable strictDeps --- pkgs/applications/terminal-emulators/foot/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/terminal-emulators/foot/default.nix b/pkgs/applications/terminal-emulators/foot/default.nix index ad9487b082c8..c4d7e2ddd783 100644 --- a/pkgs/applications/terminal-emulators/foot/default.nix +++ b/pkgs/applications/terminal-emulators/foot/default.nix @@ -182,6 +182,8 @@ stdenv.mkDerivation { moveToOutput share/foot/themes "$themes" ''; + strictDeps = true; + outputs = [ "out" "terminfo" "themes" ]; passthru.tests = {