From af5aa15c236148c0b89543c5e1827e6b508f7aec Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 26 May 2024 09:24:45 +0000 Subject: [PATCH] cross: get passt to cross compile --- nixpatches/list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 37cd4c83..f3d75e75 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -32,6 +32,12 @@ in [ # etc, where "date" is like "20240228181608" # and can be found with `nix-repl > :lf . > lastModifiedDate` + (fetchpatch' { + title = "passt: support cross compilation"; + saneCommit = "3ef36d3aa139f94e8716b0721856c5808937c9f2"; + hash = "sha256-hAaFHlJdx1GjQIJG5zxTBHm+CbmR/zlKUB9eyxPQbOg="; + }) + (fetchpatch' { title = "miniupnpc: switch to github source"; prUrl = "https://github.com/NixOS/nixpkgs/pull/314510";