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`.
This commit is contained in:
Emil Fresk
2024-12-08 14:43:42 +08:00
committed by GitHub
parent 4be4f7424c
commit 47bd11bf0d
@@ -64,6 +64,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [ matthuszagh ];
platforms = platforms.linux;
badPlatforms = platforms.aarch64;
};
}