From 912d56025f03d41b1ad29510c423757b4379eb1c Mon Sep 17 00:00:00 2001 From: Jacob Birkett Date: Wed, 31 Jul 2024 23:23:07 -0700 Subject: [PATCH] nix: pkg: add missing dep xcur2png --- nix/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/default.nix b/nix/default.nix index 94de02c..d6f4237 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -7,6 +7,7 @@ hyprlang, librsvg, libzip, + xcur2png, tomlplusplus, version ? "git", }: @@ -25,6 +26,7 @@ stdenv.mkDerivation { hyprlang librsvg libzip + xcur2png tomlplusplus ];