nwchem: mark supported on aarch64

This commit is contained in:
qbisi 2024-10-21 07:21:19 +08:00
parent 3aeaac6b8e
commit 3e08945b40

View File

@ -211,7 +211,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Open Source High-Performance Computational Chemistry";
mainProgram = "nwchem";
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
maintainers = with maintainers; [ sheepforce markuskowa ];
homepage = "https://nwchemgit.github.io";
license = licenses.ecl20;