forked from mirrors/nixpkgs
python3.pkgs.pyscf: restrict to x86_64
This commit is contained in:
parent
926b89c1d5
commit
7aee62433a
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue