fc-cache patches: push upstream

This commit is contained in:
2025-03-19 16:06:40 +00:00
parent 0dc62d7fe2
commit 6f26d87e0d

View File

@@ -40,18 +40,22 @@ in
hash = "sha256-D8Royett8CSZD7xHYEj6qvJCMFaFKz8SNOIBABapgDc=";
})
# TODO: send branch `pr-make-fonts-cache` out for review:
# remove `fontconfig.cache32Bit = true` from fontconfig.nix after merge (and maybe after seeing if it's beneficial for signal/electron apps?)
(fetchpatch' {
name = "makeFontsCache: fix cross compilation";
saneCommit = "e021ee13f909e6eb7c019b5cd1acf9eac0cd0f67";
hash = "sha256-3fJtcYfIDIIcn2p9LunPmRX1DWlcQ33OAw3Ok3sUs8g=";
})
# TODO: remove `fontconfig.cache32Bit = true` from fontconfig.nix after merge (and maybe after seeing if it's beneficial for signal/electron apps?)
(fetchpatch' {
name = "nixos/fonts: ship fontconfig caches even for cross-compiled hosts";
saneCommit = "9435a2b422f090b25f4aa5aee53be1341626672d";
hash = "sha256-4bhzdWxQ650+4bq4+2K4vJb/iQSPtppp3tBrs+qGdNQ=";
prUrl = "https://github.com/NixOS/nixpkgs/pull/391305";
hash = "sha256-HsvNoMFQXrCKsDBtWv6NCkIDBea4FGNQWTVJwwu1RgI=";
})
# (fetchpatch' {
# name = "makeFontsCache: fix cross compilation";
# saneCommit = "e021ee13f909e6eb7c019b5cd1acf9eac0cd0f67";
# hash = "sha256-3fJtcYfIDIIcn2p9LunPmRX1DWlcQ33OAw3Ok3sUs8g=";
# })
# (fetchpatch' {
# name = "nixos/fonts: ship fontconfig caches even for cross-compiled hosts";
# saneCommit = "9435a2b422f090b25f4aa5aee53be1341626672d";
# hash = "sha256-4bhzdWxQ650+4bq4+2K4vJb/iQSPtppp3tBrs+qGdNQ=";
# })
(fetchpatch' {
# 2025-03-18: merged into master