summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/termplotlib
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-05-22 18:02:13 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-05-22 18:02:13 +0200
commit9b4fb239930f3ec1bbbe6aae4404e09d69272d97 (patch)
treeb775fecba2a2671aa59ec661a7e091dd06fcfd9f /pkgs/development/python-modules/termplotlib
parent38df468246bdd4cf3af2daf496326d690c4483e5 (diff)
parent9f46451cf3d158323809a874a02b0d2892cb2a35 (diff)
Merge remote-tracking branch 'origin/master' into staging-next
Diffstat (limited to 'pkgs/development/python-modules/termplotlib')
-rw-r--r--pkgs/development/python-modules/termplotlib/default.nix23
1 files changed, 11 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/termplotlib/default.nix b/pkgs/development/python-modules/termplotlib/default.nix
index 5ed244959eb1..c4112b3e1629 100644
--- a/pkgs/development/python-modules/termplotlib/default.nix
+++ b/pkgs/development/python-modules/termplotlib/default.nix
@@ -1,12 +1,13 @@
-{ lib
-, substituteAll
-, buildPythonPackage
-, fetchFromGitHub
-, pytestCheckHook
-, exdown
-, numpy
-, gnuplot
-, setuptools
+{
+ lib,
+ substituteAll,
+ buildPythonPackage,
+ fetchFromGitHub,
+ pytestCheckHook,
+ exdown,
+ numpy,
+ gnuplot,
+ setuptools,
}:
buildPythonPackage rec {
@@ -20,9 +21,7 @@ buildPythonPackage rec {
sha256 = "1qfrv2w7vb2bbjvd5lqfq57c23iqkry0pwmif1ha3asmz330rja1";
};
- nativeBuildInputs = [
- setuptools
- ];
+ nativeBuildInputs = [ setuptools ];
format = "pyproject";
nativeCheckInputs = [