From c052816e5221f2cd4d2d368bfa6a5d5f0689e128 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Wed, 7 Jan 2026 22:54:06 +0800 Subject: [PATCH] xfce4-i3-workspaces-plugin: Fix build with GCC 15 https://github.com/denesb/xfce4-i3-workspaces-plugin/compare/1.4.2...d7c2d978e736a5e07f96142a31fac3bb7d0806b4 Fixes #477621. --- pkgs/by-name/xf/xfce4-i3-workspaces-plugin/package.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/xf/xfce4-i3-workspaces-plugin/package.nix b/pkgs/by-name/xf/xfce4-i3-workspaces-plugin/package.nix index cffdb404c097..958c431eae21 100644 --- a/pkgs/by-name/xf/xfce4-i3-workspaces-plugin/package.nix +++ b/pkgs/by-name/xf/xfce4-i3-workspaces-plugin/package.nix @@ -13,15 +13,16 @@ i3ipc-glib, }: -stdenv.mkDerivation rec { +stdenv.mkDerivation { pname = "xfce4-i3-workspaces-plugin"; - version = "1.4.2"; + version = "1.4.2-unstable-2025-05-28"; src = fetchFromGitHub { owner = "denesb"; repo = "xfce4-i3-workspaces-plugin"; - rev = version; - sha256 = "sha256-CKpofupoJhe5IORJgij6gOGotB+dGkUDtTUdon8/JdE="; + # Fix build with GCC 15. + rev = "d7c2d978e736a5e07f96142a31fac3bb7d0806b4"; + hash = "sha256-9xr9uoXjriVmFmotsaM/wVAaJA/k5Dl/SWsPo4skV2E="; }; nativeBuildInputs = [