From d12c10e20357a7079537e3921f9b4795ee33be6c Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 9 Oct 2024 20:47:18 +0000 Subject: [PATCH] nixpkgs-bootstrap: link a patch for my alsa-ucm-conf update --- pkgs/by-name/nixpkgs-bootstrap/patches.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/by-name/nixpkgs-bootstrap/patches.nix b/pkgs/by-name/nixpkgs-bootstrap/patches.nix index e625bee09..a7dd35d04 100644 --- a/pkgs/by-name/nixpkgs-bootstrap/patches.nix +++ b/pkgs/by-name/nixpkgs-bootstrap/patches.nix @@ -31,6 +31,14 @@ in [ ./2024-10-01-python-cross-resource-usage.patch + # this patch should work, but mass rebuild w/o an urgent need for it from me + # (fetchpatch' { + # name = "alsa-ucm-conf: 1.2.11 -> 1.2.12"; + # prUrl = "https://github.com/NixOS/nixpkgs/pull/347585"; + # saneCommit = "c26fe95744d672a4a2acc881e09c607fd3e3189c"; + # hash = "sha256-4nzTHWmAiY9HMTu07rj0RdhlK7SWshXpkoqlKHg25do="; + # }) + (fetchpatch' { name = "nixos/pam: replace apparmor warnings with assertions"; prUrl = "https://github.com/NixOS/nixpkgs/pull/332119";