From 3e08945b40e08fc0a36cf24dc73e5022c58df1d1 Mon Sep 17 00:00:00 2001 From: qbisi Date: Mon, 21 Oct 2024 07:21:19 +0800 Subject: [PATCH] nwchem: mark supported on aarch64 --- pkgs/applications/science/chemistry/nwchem/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/chemistry/nwchem/default.nix b/pkgs/applications/science/chemistry/nwchem/default.nix index 8ea4d96a2a251..d3d349969bb2f 100644 --- a/pkgs/applications/science/chemistry/nwchem/default.nix +++ b/pkgs/applications/science/chemistry/nwchem/default.nix @@ -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;