nix: pkg: add missing dep xcur2png

This commit is contained in:
Jacob Birkett 2024-07-31 23:23:07 -07:00 committed by Mihai Fufezan
parent 5a95d8512b
commit 912d56025f
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
hyprlang,
librsvg,
libzip,
xcur2png,
tomlplusplus,
version ? "git",
}:
@ -25,6 +26,7 @@ stdenv.mkDerivation {
hyprlang
librsvg
libzip
xcur2png
tomlplusplus
];