From 0b3d01046f2799b7d93d70b346a668d7eff9d6d8 Mon Sep 17 00:00:00 2001 From: rewine Date: Tue, 9 Apr 2024 17:23:40 +0800 Subject: [PATCH] hyprcursor: 0.1.5 -> 0.1.7 --- pkgs/by-name/hy/hyprcursor/package.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 = [