lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lsix: Fix Font Issues

+1 -1
+1 -1
pkgs/tools/graphics/lsix/default.nix
··· 23 23 24 24 postFixup = '' 25 25 wrapProgram $out/bin/lsix \ 26 - --prefix PATH : ${lib.makeBinPath [ imagemagick ]} 26 + --prefix PATH : ${lib.makeBinPath [ (imagemagick.override { ghostscriptSupport = true;}) ]} 27 27 ''; 28 28 29 29 meta = with lib; {