mirror of
https://github.com/hyprwm/hyprgraphics.git
synced 2025-01-29 06:19:50 +01:00
Nix: add libspng dep
This commit is contained in:
parent
0c11438de4
commit
6355b72d9c
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
hyprutils,
|
||||
libjpeg,
|
||||
libjxl,
|
||||
libspng,
|
||||
libwebp,
|
||||
pixman,
|
||||
version ? "git",
|
||||
|
@ -50,6 +51,7 @@ in
|
|||
hyprutils
|
||||
libjpeg
|
||||
libjxl
|
||||
libspng
|
||||
libwebp
|
||||
pixman
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue