openmolcas: set platform to x86-64-linux

This is the main development platforms. Others are not
officially supported.
wip/yesman
Markus Kowalewski 3 years ago
parent c3fadb95f4
commit 1ba79ed57f
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 2
      pkgs/applications/science/chemistry/openmolcas/default.nix

@ -72,7 +72,7 @@ in stdenv.mkDerivation {
homepage = "https://gitlab.com/Molcas/OpenMolcas";
maintainers = [ maintainers.markuskowa ];
license = licenses.lgpl21;
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
};
}

Loading…
Cancel
Save