From 1b6d20865438bd48511f1e54631bf93d6fadc5f2 Mon Sep 17 00:00:00 2001 From: Tobias Mayer Date: Thu, 24 Aug 2023 10:54:44 +0200 Subject: hal-hardware-analyzer: fix build with fmt 10.1.0 --- .../science/electronics/hal-hardware-analyzer/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs/applications/science/electronics') diff --git a/pkgs/applications/science/electronics/hal-hardware-analyzer/default.nix b/pkgs/applications/science/electronics/hal-hardware-analyzer/default.nix index 2b74a7de24e..5c1a2d41c67 100644 --- a/pkgs/applications/science/electronics/hal-hardware-analyzer/default.nix +++ b/pkgs/applications/science/electronics/hal-hardware-analyzer/default.nix @@ -67,6 +67,12 @@ in stdenv.mkDerivation rec { url = "https://github.com/emsec/hal/commit/37d5c1a0eacb25de57cc552c13e74f559a5aa6e8.patch"; hash = "sha256-a30VjDt4roJOTntisixqnH17wwCgWc4VWeh1+RgqFuY="; }) + (fetchpatch { + name = "hal-fix-fmt-10.1-compat.patch"; + # https://github.com/emsec/hal/pull/530 + url = "https://github.com/emsec/hal/commit/b639a56b303141afbf6731b70b7cc7452551f024.patch"; + hash = "sha256-a7AyDEKkqdbiHpa4OHTRuP9Yewb3Nxs/j6bwez5m0yU="; + }) ]; # make sure bundled dependencies don't get in the way - install also otherwise -- cgit 1.4.1