icu: fix cross compilation

This commit is contained in:
Colin 2024-02-23 07:04:39 +00:00
parent af03b3f6e8
commit 0ff8154e96

View File

@ -26,6 +26,12 @@ let
// (if title != null then { name = title; } else {})
) else null;
in [
(fetchpatch' {
prUrl = "https://github.com/NixOS/nixpkgs/pull/290761";
title = "icu: fix cross compilation";
saneCommit = "cc7119ca4903d36bbb4308a778fcbc560596fd2e";
hash = "sha256-qMgQaNHggwLe5DKPO0g4Dp/QnyARgMmuRvSY/uMgQPc=";
})
(fetchpatch' {
prUrl = "https://github.com/NixOS/nixpkgs/pull/288292";
title = "megapixels: 1.7.0 -> 1.8.0";