From 92bf5c3be23e277bfef0db0cfa69d5a2fe47e6ac Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 16 Sep 2023 08:14:16 +0000 Subject: [PATCH] fix g4music build --- nixpatches/list.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 8bf9b877..9af92728 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -108,6 +108,13 @@ in [ hash = "sha256-jDXYLlXaEBKMrZ2dgxc6ucrcX/5dtqoIIKw+Ay19vlc="; }) + (fetchpatch' { + title = "g4music: 3.2 -> 3.3"; + prUrl = "https://github.com/NixOS/nixpkgs/pull/255440"; + saneCommit = "1af1d8b85525228638631b0b553f1275ce0eac22"; + hash = "sha256-d0mQMDl8SBfDHaIrMxIX9AJVx53sOS35n5hq7LXVAhY="; + }) + # (fetchpatch { # # stdenv: fix cc for pseudo-crosscompilation # # closed because it breaks pkgsStatic (as of 2023/02/12)