summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pvextractor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pvextractor/default.nix')
-rw-r--r--pkgs/development/python-modules/pvextractor/default.nix36
1 files changed, 20 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/pvextractor/default.nix b/pkgs/development/python-modules/pvextractor/default.nix
index 4d39db14d714..a176ae73ee69 100644
--- a/pkgs/development/python-modules/pvextractor/default.nix
+++ b/pkgs/development/python-modules/pvextractor/default.nix
@@ -1,18 +1,19 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, pythonOlder
-, astropy
-, qtpy
-, pyqt6
-, pyqt-builder
-, setuptools
-, setuptools-scm
-, scipy
-, matplotlib
-, spectral-cube
-, pytestCheckHook
-, pytest-astropy
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ pythonOlder,
+ astropy,
+ qtpy,
+ pyqt6,
+ pyqt-builder,
+ setuptools,
+ setuptools-scm,
+ scipy,
+ matplotlib,
+ spectral-cube,
+ pytestCheckHook,
+ pytest-astropy,
}:
buildPythonPackage rec {
@@ -30,7 +31,10 @@ buildPythonPackage rec {
};
buildInputs = [ pyqt-builder ];
- nativeBuildInputs = [ setuptools setuptools-scm ];
+ nativeBuildInputs = [
+ setuptools
+ setuptools-scm
+ ];
propagatedBuildInputs = [
astropy
scipy