From b2af4e89830d9a9ea238b3049d2bd5a48d67eacf Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 31 Aug 2023 12:53:25 +0000 Subject: [PATCH] nixpkgs: disable phog patch --- nixpatches/list.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index f9b6cb48..dcd1a5d9 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -19,11 +19,13 @@ let // (if title != null then { name = title; } else {}) ); in [ - (fetchpatch' { - title = "phog: init at 0.1.3"; - prUrl = "https://github.com/NixOS/nixpkgs/pull/251249"; - hash = "sha256-e38Z7sO7xDQHzE9UOfbptc6vJuONE5eP9JFp2Nzx53E="; - }) + # (fetchpatch' { + # # disabled, at least until the PR is updated to use `pkg-config` instead of `pkgconfig`. + # # the latter is an alias, which breaks nix-index + # title = "phog: init at 0.1.3"; + # prUrl = "https://github.com/NixOS/nixpkgs/pull/251249"; + # hash = "sha256-e38Z7sO7xDQHzE9UOfbptc6vJuONE5eP9JFp2Nzx53E="; + # }) (fetchpatch' { title = "nixos/update-users-groups: fix cross compilation";