mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #222673 from avi-jois/fix-wavedrom-deps
wavedrom-cli: add missing giflib dep
This commit is contained in:
commit
882557e2c1
1 changed files with 1 additions and 0 deletions
|
@ -625,6 +625,7 @@ final: prev: {
|
|||
# These dependencies are required by
|
||||
# https://github.com/Automattic/node-canvas.
|
||||
buildInputs = with pkgs; [
|
||||
giflib
|
||||
pixman
|
||||
cairo
|
||||
pango
|
||||
|
|
Loading…
Reference in a new issue