Update pkgs/tools/misc/uwufetch/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
figsoda 2021-10-19 10:22:50 -04:00 committed by GitHub
parent 467bb0f93f
commit a2cd9adfe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,8 @@ stdenv.mkDerivation rec {
'';
postFixup = ''
wrapProgram $out/bin/uwufetch --prefix PATH ":" ${viu}/bin
wrapProgram $out/bin/uwufetch \
--prefix PATH ":" ${lib.makeBinPath [ viu ]}
'';
meta = with lib; {