Nix: add libspng dep

This commit is contained in:
Mihai Fufezan 2025-01-27 15:42:22 +02:00
parent 0c11438de4
commit 6355b72d9c
No known key found for this signature in database

View file

@ -9,6 +9,7 @@
hyprutils,
libjpeg,
libjxl,
libspng,
libwebp,
pixman,
version ? "git",
@ -50,6 +51,7 @@ in
hyprutils
libjpeg
libjxl
libspng
libwebp
pixman
];