Skip to content

Commit

Permalink
build(nix): use system libwebp (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored Nov 4, 2023
1 parent 5b1101e commit 6aaaeea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
membername = "catppuccin-catwalk";
description = "Generate a preview as a single composite screenshot for the four flavors";

nativeBuildInputs = [pkgs.installShellFiles];
nativeBuildInputs = with pkgs; [installShellFiles pkg-config];
buildInputs = with pkgs; [libwebp];

postInstall = ''
installShellCompletion --cmd ${pname} \
Expand Down

0 comments on commit 6aaaeea

Please sign in to comment.