mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3.pkgs.pyscf: restrict to x86_64
This commit is contained in:
parent
926b89c1d5
commit
7aee62433a
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ buildPythonPackage rec {
|
||||||
description = "Python-based simulations of chemistry framework";
|
description = "Python-based simulations of chemistry framework";
|
||||||
homepage = "https://github.com/pyscf/pyscf";
|
homepage = "https://github.com/pyscf/pyscf";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
maintainers = [ maintainers.sheepforce ];
|
maintainers = [ maintainers.sheepforce ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue