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
co-authored by Sandro
parent 467bb0f93f
commit a2cd9adfe7
+2 -1
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; {