From 88b337c8c1c49d06e7d83b2fe7c1349e8e66d377 Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Tue, 13 May 2025 00:42:02 -0700 Subject: [PATCH] python312Packages.geant4: unbreak on `aarch64-linux` --- pkgs/by-name/ge/geant4/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/ge/geant4/package.nix b/pkgs/by-name/ge/geant4/package.nix index 923e9c3536fe..d06e2b8e39f3 100644 --- a/pkgs/by-name/ge/geant4/package.nix +++ b/pkgs/by-name/ge/geant4/package.nix @@ -141,7 +141,6 @@ stdenv.mkDerivation rec { ''; meta = with lib; { - broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64); description = "Toolkit for the simulation of the passage of particles through matter"; longDescription = '' Geant4 is a toolkit for the simulation of the passage of particles through matter.