about summary refs log tree commit diff
path: root/pkgs/by-name/hy
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-04-12 14:50:19 +0800
committerGitHub <noreply@github.com>2024-04-12 14:50:19 +0800
commit97a11612f450c8cd669d2882429f35647a62a5fc (patch)
tree62a81008862cde88e4b8c1377930dd024276fa5b /pkgs/by-name/hy
parent8ecbd87641eaa181d1988ba84dc4a93b6203554f (diff)
parent0b3d01046f2799b7d93d70b346a668d7eff9d6d8 (diff)
Merge pull request #301899 from wineee/hyprland
hyprland: 0.37.1 -> 0.38.1;  hyprcursor: 0.1.5 -> 0.1.6; hyprlandPlugins.hy3: 0.36.0-unstable-2024-03-06 -> 0.38.0
Diffstat (limited to 'pkgs/by-name/hy')
-rw-r--r--pkgs/by-name/hy/hyprcursor/package.nix11
1 files changed, 9 insertions, 2 deletions
diff --git a/pkgs/by-name/hy/hyprcursor/package.nix b/pkgs/by-name/hy/hyprcursor/package.nix
index fa86f0f0f2f20..144c2d71df140 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 = [