diff --git a/pkgs/by-name/hy/hyprcursor/package.nix b/pkgs/by-name/hy/hyprcursor/package.nix index fa86f0f0f2f2..144c2d71df14 100644 --- a/pkgs/by-name/hy/hyprcursor/package.nix +++ b/pkgs/by-name/hy/hyprcursor/package.nix @@ -7,19 +7,25 @@ , hyprlang , librsvg , libzip +, tomlplusplus , nix-update-script }: stdenv.mkDerivation (finalAttrs: { pname = "hyprcursor"; - version = "0.1.5"; + version = "0.1.7"; src = fetchFromGitHub { owner = "hyprwm"; repo = "hyprcursor"; rev = "refs/tags/v${finalAttrs.version}"; - hash = "sha256-e6+fu30inlTIdflotS6l7qYusslKMNkhZVNLn9ZSogg="; + hash = "sha256-T0lV+xA07RzroRLwZsGbF9bWZNHInXS+oB0RJ6YdvWg="; }; + patches = [ + # fix icon directories system search path + "${finalAttrs.src}/nix/dirs.patch" + ]; + nativeBuildInputs = [ cmake pkg-config @@ -30,6 +36,7 @@ stdenv.mkDerivation (finalAttrs: { hyprlang librsvg libzip + tomlplusplus ]; outputs = [