From 367a785287bfe02b683cea12779e0c064e42fb09 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:30:03 +0100 Subject: [PATCH] performous: fix build --- pkgs/by-name/pe/performous/package.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/by-name/pe/performous/package.nix b/pkgs/by-name/pe/performous/package.nix index f1082473cf98..9395982599c7 100644 --- a/pkgs/by-name/pe/performous/package.nix +++ b/pkgs/by-name/pe/performous/package.nix @@ -50,6 +50,11 @@ stdenv.mkDerivation rec { excludes = [ ".github/workflows/macos.yml" ]; hash = "sha256-cQVelET/g2Kx2PlV3pspjEoNIwwn5Yz6enYl5vCMMKo="; }) + (fetchpatch { + name = "performous-gcc14.patch"; + url = "https://github.com/performous/performous/commit/eb9b97f46b7d064c32ed0f086d89a70427ce1d14.patch"; + hash = "sha256-98pcO/sFQJ+G67ErwlO/aAITNDPuRgPziQiF1cAlc0g="; + }) ]; postPatch = ''