0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

uwufetch: styling fixup

This commit is contained in:
figsoda 2021-10-19 10:25:36 -04:00
parent 9aedbca409
commit c3b28c1d40

View file

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