Loading pkgs/development/python-modules/astropy-healpix/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , stdenv , buildPythonPackage , fetchPypi , fetchpatch , numpy , astropy , astropy-extension-helpers Loading @@ -21,6 +22,16 @@ buildPythonPackage rec { hash = "sha256-9ILvYqEOaGMD84xm8I3xe53e5a2CIZwjVx7oDXar7qM="; }; patches = [ # remove on next udpate. make Numpy loop function args const correct. # https://github.com/astropy/astropy-healpix/pull/199 (fetchpatch { name = "numpy-const-args-match.patch"; url = "https://github.com/astropy/astropy-healpix/commit/ccf6d9ea4be131f56646adbd7bc482bfcd84f21c.patch"; hash = "sha256-fpDxTbs3sHJSb4mnveorM+wlseXbZu1biGyBTNC9ZUo="; }) ]; nativeBuildInputs = [ astropy-extension-helpers setuptools-scm Loading Loading
pkgs/development/python-modules/astropy-healpix/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , stdenv , buildPythonPackage , fetchPypi , fetchpatch , numpy , astropy , astropy-extension-helpers Loading @@ -21,6 +22,16 @@ buildPythonPackage rec { hash = "sha256-9ILvYqEOaGMD84xm8I3xe53e5a2CIZwjVx7oDXar7qM="; }; patches = [ # remove on next udpate. make Numpy loop function args const correct. # https://github.com/astropy/astropy-healpix/pull/199 (fetchpatch { name = "numpy-const-args-match.patch"; url = "https://github.com/astropy/astropy-healpix/commit/ccf6d9ea4be131f56646adbd7bc482bfcd84f21c.patch"; hash = "sha256-fpDxTbs3sHJSb4mnveorM+wlseXbZu1biGyBTNC9ZUo="; }) ]; nativeBuildInputs = [ astropy-extension-helpers setuptools-scm Loading