nixpkgs: disable phog patch

This commit is contained in:
Colin 2023-08-31 12:53:25 +00:00
parent ff39fc5d95
commit b2af4e8983

View File

@ -19,11 +19,13 @@ let
// (if title != null then { name = title; } else {}) // (if title != null then { name = title; } else {})
); );
in [ in [
(fetchpatch' { # (fetchpatch' {
title = "phog: init at 0.1.3"; # # disabled, at least until the PR is updated to use `pkg-config` instead of `pkgconfig`.
prUrl = "https://github.com/NixOS/nixpkgs/pull/251249"; # # the latter is an alias, which breaks nix-index
hash = "sha256-e38Z7sO7xDQHzE9UOfbptc6vJuONE5eP9JFp2Nzx53E="; # title = "phog: init at 0.1.3";
}) # prUrl = "https://github.com/NixOS/nixpkgs/pull/251249";
# hash = "sha256-e38Z7sO7xDQHzE9UOfbptc6vJuONE5eP9JFp2Nzx53E=";
# })
(fetchpatch' { (fetchpatch' {
title = "nixos/update-users-groups: fix cross compilation"; title = "nixos/update-users-groups: fix cross compilation";