From a7333e6b435e6ae8ca28af8cd6de863215d43846 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 23 Apr 2023 11:19:01 +0000 Subject: [PATCH] tofi: unmark broken on aarch64 When the tofi package was added, it didn't build on aarch64, but now it does, presumably due to the GCC upgrade. --- pkgs/applications/misc/tofi/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/misc/tofi/default.nix b/pkgs/applications/misc/tofi/default.nix index ba2c2827b7da..9cd651cfcae3 100644 --- a/pkgs/applications/misc/tofi/default.nix +++ b/pkgs/applications/misc/tofi/default.nix @@ -34,6 +34,5 @@ stdenv.mkDerivation rec { license = licenses.mit; maintainers = with maintainers; [ fbergroth ]; platforms = platforms.linux; - broken = stdenv.isAarch64; }; }