nixpkgs: disable phog patch

This commit is contained in:
Colin 2023-08-31 12:53:25 +00:00
parent ff39fc5d95
commit b2af4e8983
1 changed files with 7 additions and 5 deletions

View File

@ -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";