python3Packages.[pyscf,gpaw]: fix build (#473853)

This commit is contained in:
Markus Kowalewski
2025-12-27 15:29:38 +00:00
committed by GitHub
+6 -2
View File
@@ -6434,7 +6434,9 @@ self: super: with self; {
gower = callPackage ../development/python-modules/gower { };
gpaw = callPackage ../development/python-modules/gpaw { };
gpaw = callPackage ../development/python-modules/gpaw {
inherit (pkgs) libxc;
};
gpgme = callPackage ../development/python-modules/gpgme { inherit (pkgs) gpgme; };
@@ -14502,7 +14504,9 @@ self: super: with self; {
pyscard = callPackage ../development/python-modules/pyscard { };
pyscf = callPackage ../development/python-modules/pyscf { };
pyscf = callPackage ../development/python-modules/pyscf {
inherit (pkgs) libxc;
};
pyschedule = callPackage ../development/python-modules/pyschedule { };