python3.pkgs.pyscf: restrict to x86_64

This commit is contained in:
Phillip Seeber 2021-12-16 11:26:20 +01:00
parent 926b89c1d5
commit 7aee62433a

View file

@ -104,7 +104,7 @@ buildPythonPackage rec {
description = "Python-based simulations of chemistry framework";
homepage = "https://github.com/pyscf/pyscf";
license = licenses.asl20;
platforms = platforms.unix;
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = [ maintainers.sheepforce ];
};
}