Refine image preview integration
This commit is contained in:
parent
9dcef02e0d
commit
912de45e19
5 changed files with 43 additions and 48 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue