argyllcms: build without qemu

This commit is contained in:
Colin 2023-12-21 01:44:36 +00:00
parent f8ea711f6a
commit cbd65f0816
2 changed files with 8 additions and 2 deletions

View File

@ -26,6 +26,12 @@ let
// (if title != null then { name = title; } else {})
) else null;
in [
(fetchpatch' {
title = "argyllcms: support cross compilation";
prUrl = "https://github.com/NixOS/nixpkgs/pull/275755";
saneCommit = "8114d5dabbf5f4f1e8c370b889d4f2986b63998b";
hash = "sha256-CaA2s6HmDrp4FJwhHbsH1oGrxmfizSfkNIbda4/jVQY=";
})
(fetchpatch' {
title = "ripgrep: fix shell completions when cross compiling";
saneCommit = "8631ddfb99aa8e935276b27d55ef5e10f5ab0367";

View File

@ -403,8 +403,8 @@ in with final; {
# };
# error: "imdi/imdi_make: line 1: ^?ELF^B^A^A^B<>^A<>@<40>^W^A@8: not found"
# 2023/12/08: upstreaming is unblocked
argyllcms = needsBinfmtOrQemu prev.argyllcms;
# 2023/12/20: upstreaming is unblocked; implemented in nixpatches/list.nix
# argyllcms = needsBinfmtOrQemu prev.argyllcms;
# binutils = prev.binutils.override {
# # fix that resulting binary files would specify build #!sh as their interpreter.