From bb89f903f4e5fc365dac2791a2f124e86d770875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 31 Jul 2023 18:07:09 +0200 Subject: [PATCH] Revert "libhwy: apply the new patch conditionally" This reverts commit 8fd0ff15837347ed488abdb8232ad0ae40c52971. --- pkgs/development/libraries/libhwy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libhwy/default.nix b/pkgs/development/libraries/libhwy/default.nix index afbbf69966b..4373f747433 100644 --- a/pkgs/development/libraries/libhwy/default.nix +++ b/pkgs/development/libraries/libhwy/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { rev = version; hash = "sha256-Gym2iHq5ws9kuG4HWSQndD8hVugV4USZt6dUFnEkLwY="; }; - patches = lib.optionals (with stdenv; isAarch64 && isLinux) [ # conditional, temporarily + patches = [ # backport for compilation issue on aarch64 # https://github.com/google/highway/issues/1613 (fetchpatch {