From db4a8eaaadcbca414a33c2f671901757e7435255 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Tue, 17 May 2022 21:39:06 +0300 Subject: [PATCH] neofetch: split man output --- pkgs/tools/misc/neofetch/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/misc/neofetch/default.nix b/pkgs/tools/misc/neofetch/default.nix index 729243cc9a0..9a6d03c6dca 100644 --- a/pkgs/tools/misc/neofetch/default.nix +++ b/pkgs/tools/misc/neofetch/default.nix @@ -27,6 +27,8 @@ stdenvNoCC.mkDerivation rec { }) ]; + outputs = [ "out" "man" ]; + strictDeps = true; buildInputs = [ bash ]; nativeBuildInputs = [ makeWrapper ];