nixpkgs: apply patch to fix procs cross compilation

This commit is contained in:
2024-10-03 11:13:34 +00:00
parent 614a323d7f
commit 4815e4858c

View File

@@ -45,6 +45,12 @@ in
hash = "sha256-43zxnbUJuGXThadHoQRi6cevD7SFSZejWj324V6eBpw=";
})
(fetchpatch' {
title = "procs: fix cross compilation";
saneCommit = "b552249a1884b239337d21d4f75d4d81a2251ace";
hash = "sha256-+PbSatikfOkTCx9lxf/gPv8JhCmKIOpIjRA9qCHQerw=";
})
(fetchpatch' {
title = "libjxl: build plugins/loaders unconditionally";
prUrl = "https://github.com/NixOS/nixpkgs/pull/345306";