From f83f1823dec719f777f07cd936922f18cd3b5308 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 22 Jan 2025 11:58:21 +0200 Subject: [PATCH] python312Packages.astropy: move stdenv argument above --- pkgs/development/python-modules/astropy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/astropy/default.nix b/pkgs/development/python-modules/astropy/default.nix index 14a80754198b..c17d0eda05cc 100644 --- a/pkgs/development/python-modules/astropy/default.nix +++ b/pkgs/development/python-modules/astropy/default.nix @@ -6,6 +6,7 @@ pythonOlder, # build time + stdenv, cython, extension-helpers, setuptools, @@ -43,7 +44,6 @@ # testing pytestCheckHook, - stdenv, pytest-xdist, pytest-astropy-header, pytest-astropy,