Merge pull request #222713 from markuskowa/fix-gpaw

python3Packages.gpaw: unbreak build
This commit is contained in:
markuskowa 2023-03-24 11:09:00 +01:00 committed by GitHub
commit f3f4e74d69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@
, ase
, numpy
, scipy
, pyyaml
}:
assert lib.asserts.assertMsg (!blas.isILP64)
@ -85,7 +86,7 @@ in buildPythonPackage rec {
buildInputs = [ blas scalapack libxc libvdwxc ];
propagatedBuildInputs = [ ase scipy numpy mpi ];
propagatedBuildInputs = [ ase scipy numpy mpi pyyaml ];
patches = [ ./SetupPath.patch ];