Skip to content

Commit 893c54c

Browse files
committed
fix: Add pango, cairo deps to deveshell for node-canvas
1 parent 5704577 commit 893c54c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

devshell.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929

3030
python
3131
poetry
32+
33+
cairo
34+
pango
35+
36+
pkg-config
3237
]);
3338

3439
linux-only-pkgs = lib.optionals pkgs.stdenv.isLinux (with pkgs; [

0 commit comments

Comments
 (0)