Refine image preview integration

This commit is contained in:
vrubelroman 2026-04-24 22:09:54 +03:00
parent 9dcef02e0d
commit 912de45e19
5 changed files with 43 additions and 48 deletions

View file

@ -35,11 +35,6 @@
package = pkgs.symlinkJoin {
name = "vcom";
paths = [ packageBase ];
nativeBuildInputs = [ pkgs.makeWrapper ];
postBuild = ''
wrapProgram "$out/bin/vcom" \
--prefix PATH : "${lib.makeBinPath [ pkgs.chafa ]}"
'';
};
in {
packages.default = package;