From 243e8b831ba8cf23c16551070a0160f2ec5b7fef Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 22 Apr 2024 23:40:06 +0000 Subject: [PATCH] libjxl cross patch: push upstream --- nixpatches/list.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 7749b3c7..e2fdcb5f 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -34,6 +34,7 @@ in [ (fetchpatch' { title = "libjxl: fix cross compilation by only conditionally enabling plugins"; + prUrl = "https://github.com/NixOS/nixpkgs/pull/306127"; saneCommit = "044b3342d1500fb2b741e87e4d10894f4d8fd716"; hash = "sha256-0U1xjihj8pnpJMAN+RxtWz6mujY6AZxgvfRQbfYYD4o="; })