From 7bb67391ae5266392aa16c235bdaf9d3ca31b232 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 26 Mar 2024 11:16:43 +0000 Subject: [PATCH] nixpkgs: remove obsoleted patches --- nixpatches/list.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 0ab80aee..369f9e71 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -62,22 +62,6 @@ in [ hash = "sha256-IDf8OcZzFgw0DalxzBqbqP7TZVnZkzoRHQ51RlR1xWc="; }) - # (fetchpatch' { - # title = "nixos/slskd: allow omitting username from yaml config"; - # saneCommit = "541c37e8689b6422ea07be1395f1a63357bb0c63"; - # hash = "sha256-xQEj/oIfNcE4td9jxzDzhlnIYpncOOdXZuswkmcLNuk="; - # }) - # (fetchpatch' { - # title = "nixos/slskd: don't enable nginx unless nginx.enable was set"; - # saneCommit = "ea084e5739a68436cc240aeca5c10b92de1e3138"; - # hash = "sha256-25zB5eM1WBVEigmrq1mY9GXwEkS/jf5v7BCfmN6Wux4="; - # }) - # (fetchpatch' { - # # 2024/03/25: probably obsoleted by ? - # title = "nixos/slskd: option fixes"; - # prUrl = "https://github.com/NixOS/nixpkgs/pull/270646"; - # hash = "sha256-5brmmPfYp7G+5Dr5q2skWSwkrEwsRAe/UetoN0AqGjY="; - # }) (fetchpatch' { title = "gcr: remove build gnupg from runtime closure"; prUrl = "https://github.com/NixOS/nixpkgs/pull/263158";