nixpkgs/patches.nix: remove some no-longer-relevant patches

This commit is contained in:
2025-07-22 18:07:22 +00:00
parent 5b7c93b490
commit fcd92407d7

View File

@@ -37,31 +37,6 @@ in
hash = "sha256-Hs3uKT3b5D4hkipEgD19j+bv5k63Eba8jMdENaE1Plg=";
})
# 2025-07-18: downgrade the kernel 6.15.7 -> 6.15.5.
# moby audio is broken by kernel > 6.15.5.
# dmesg:
# `rt5640: 1-001c: ASoC error (-22): at snd_soc_dai_set_sysclk() on rt5640-aif1`
# [repeats 5 times per second]
# (fetchpatch' {
# revert = true;
# name = "Kernel updates for 2025-07-17"; # linux: 6.15.6 -> 6.15.7
# prUrl = "https://github.com/NixOS/nixpkgs/pull/426155";
# hash = "sha256-lUXKTTklSVsQCjfLCb66sNKvsTHtxj+YyIrivUNdBKY=";
# })
# (fetchpatch' {
# # required for 2025-07-10 reversion to apply
# revert = true;
# name = "Kernel updates for 2025-07-14";
# prUrl = "https://github.com/NixOS/nixpkgs/pull/425140";
# hash = "sha256-wbRmCnhVEFmscKW8pGGOE5oeLtEyMf4UxUQHznPVgR4=";
# })
# (fetchpatch' {
# revert = true;
# name = "Kernel updates for 2025-07-10"; # linux: 6.15.5 -> 6.15.6
# prUrl = "https://github.com/NixOS/nixpkgs/pull/424079";
# hash = "sha256-W469oV4FvK0IU1YktDGqbx+u5ZHfYFtJEnfefpM14G0=";
# })
(fetchpatch' {
# 2025-07-13: merged into staging
# fixes cross compilation
@@ -70,13 +45,6 @@ in
hash = "sha256-D425Swpd2LLuR9TuedoO/lsPKpHS/kXWybKEyQL1iwY=";
})
# (fetchpatch' {
# # 2025-07-18: TODO: merge this if the maintainer doesn't respond in a week. tested on moby, desko-min, flowy-min.
# name = "alsa-ucm-conf: 1.2.12 → 1.2.14";
# prUrl = "https://github.com/NixOS/nixpkgs/pull/414818";
# hash = "sha256-a9HatU0rzfym6R/HL29MfC4kUufyUDrj65MBOLp/Yeo=";
# })
(fetchpatch' {
name = "zelda64recomp: init at 1.2.0";
prUrl = "https://github.com/NixOS/nixpkgs/pull/313013";