Loading pkgs/development/python-modules/skyfield/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,13 @@ buildPythonPackage rec { hash = "sha256-kZrXNVE+JGPGiVsd6CTwOqfciYLsD2A4pTS3FpqO+Dk="; }; # Fix broken tests on "exotic" platforms. # https://github.com/skyfielders/python-skyfield/issues/582#issuecomment-822033858 postPatch = '' substituteInPlace skyfield/tests/test_planetarylib.py \ --replace "if IS_32_BIT" "if True" ''; propagatedBuildInputs = [ certifi numpy sgp4 jplephem ]; nativeCheckInputs = [ pandas ipython matplotlib assay ]; Loading Loading
pkgs/development/python-modules/skyfield/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,13 @@ buildPythonPackage rec { hash = "sha256-kZrXNVE+JGPGiVsd6CTwOqfciYLsD2A4pTS3FpqO+Dk="; }; # Fix broken tests on "exotic" platforms. # https://github.com/skyfielders/python-skyfield/issues/582#issuecomment-822033858 postPatch = '' substituteInPlace skyfield/tests/test_planetarylib.py \ --replace "if IS_32_BIT" "if True" ''; propagatedBuildInputs = [ certifi numpy sgp4 jplephem ]; nativeCheckInputs = [ pandas ipython matplotlib assay ]; Loading