neofetch: split man output

This commit is contained in:
Izorkin 2022-05-17 21:39:06 +03:00
parent 499c577004
commit db4a8eaaad
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

View file

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