openmolcas: set platform to x86-64-linux
This is the main development platforms. Others are not officially supported.
This commit is contained in:
parent
c3fadb95f4
commit
1ba79ed57f
|
@ -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…
Reference in New Issue