From 47bd11bf0dcdc7eef87407e8da3340d9769dc6db Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 8 Dec 2024 07:43:42 +0100 Subject: [PATCH] openems: allow building on aarch64-linux (#359424) Made OpenEMS build on `aarch64` systems. OpenEMS, according to its own `CMakeLists.txt`, has support for this target since 2022-12-07 (commit https://github.com/thliebig/openEMS/commit/0b43416651efaa7ec31d5cea64b5c173a007f5da), and is part of the current release `0.0.36`. --- pkgs/applications/science/electronics/openems/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/science/electronics/openems/default.nix b/pkgs/applications/science/electronics/openems/default.nix index 864b120993d9..77998781a55b 100644 --- a/pkgs/applications/science/electronics/openems/default.nix +++ b/pkgs/applications/science/electronics/openems/default.nix @@ -64,6 +64,5 @@ stdenv.mkDerivation rec { license = licenses.gpl3; maintainers = with maintainers; [ matthuszagh ]; platforms = platforms.linux; - badPlatforms = platforms.aarch64; }; }