neofetch: split man output

main
Izorkin 2 years ago
parent 499c577004
commit db4a8eaaad
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09
  1. 2
      pkgs/tools/misc/neofetch/default.nix

@ -27,6 +27,8 @@ stdenvNoCC.mkDerivation rec {
}) })
]; ];
outputs = [ "out" "man" ];
strictDeps = true; strictDeps = true;
buildInputs = [ bash ]; buildInputs = [ bash ];
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];

Loading…
Cancel
Save