From 053ca3ef7ae333fbca67504b03e9d71eaaaa4c96 Mon Sep 17 00:00:00 2001 From: Aliaksandr Date: Wed, 15 Jul 2026 23:57:49 +0300 Subject: [PATCH] hyprland: use packaged udis86 Assisted-by: codex with gpt-5.6-sol-high --- pkgs/by-name/hy/hyprland/package.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/hy/hyprland/package.nix b/pkgs/by-name/hy/hyprland/package.nix index 75a3d02bd34d..163dba3f7589 100644 --- a/pkgs/by-name/hy/hyprland/package.nix +++ b/pkgs/by-name/hy/hyprland/package.nix @@ -14,6 +14,7 @@ glslang, hyprcursor, hyprgraphics, + hyprland-protocols, hyprland-qtutils, hyprlang, hyprutils, @@ -38,6 +39,7 @@ readline, systemd, tomlplusplus, + udis86, uwsm, wayland, wayland-protocols, @@ -90,9 +92,8 @@ customStdenv.mkDerivation (finalAttrs: { src = fetchFromGitHub { owner = "hyprwm"; repo = "hyprland"; - fetchSubmodules = true; tag = "v${finalAttrs.version}"; - hash = "sha256-jOcfiv+Zs2iz5oTIQcJXZ0+5MfqW0oLgGxD0cKdmXpE="; + hash = "sha256-IptZjFf/bE9lv8SQLef4Wmn3KOs3BwchYr6aFcCJ9NI="; }; postPatch = '' @@ -140,7 +141,6 @@ customStdenv.mkDerivation (finalAttrs: { cmake pkg-config wayland-scanner - # for udis86 python3 ]; @@ -158,6 +158,7 @@ customStdenv.mkDerivation (finalAttrs: { glslang hyprcursor.dev hyprgraphics + hyprland-protocols hyprlang hyprutils lcms2 @@ -176,6 +177,7 @@ customStdenv.mkDerivation (finalAttrs: { re2 readline tomlplusplus + udis86 wayland wayland-protocols ]