mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-11-16 18:25:58 +01:00
nix: pkg: add missing dep xcur2png
This commit is contained in:
parent
5a95d8512b
commit
912d56025f
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
hyprlang,
|
||||
librsvg,
|
||||
libzip,
|
||||
xcur2png,
|
||||
tomlplusplus,
|
||||
version ? "git",
|
||||
}:
|
||||
|
@ -25,6 +26,7 @@ stdenv.mkDerivation {
|
|||
hyprlang
|
||||
librsvg
|
||||
libzip
|
||||
xcur2png
|
||||
tomlplusplus
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue