From 722fe8f368e0f8b5ac05e0143ae5eb3b05db1b27 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 5 Aug 2024 05:30:14 +0000 Subject: [PATCH] libcap: ship the optional 'captree' component --- pkgs/additional/nixpkgs/list.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/additional/nixpkgs/list.nix b/pkgs/additional/nixpkgs/list.nix index ae79e7b10..bebe9ddbf 100644 --- a/pkgs/additional/nixpkgs/list.nix +++ b/pkgs/additional/nixpkgs/list.nix @@ -39,6 +39,14 @@ in hash = "sha256-9UrJB/ijXL07H/SESquCCqI1boVoYpDcYqxD+Mx2Mwc="; }) + (fetchpatch' { + # this causes a rebuild of systemd and everything above it: + # PR against staging is live: + title = "libcap: ship the optional 'captree' component"; + saneCommit = "30d6d5d6e86c490978b9615a9c685ffd92c81116"; + hash = "sha256-n8EERqqegrE+4Ogl7AuXkcRW9sgQhe5xyugZJrVr19Y="; + }) + (fetchpatch' { title = "hareThirdParty.hare-ev: 0-unstable-2024-07-07 -> 0-unstable-2024-07-11"; prUrl = "https://github.com/NixOS/nixpkgs/pull/328096";