about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-03 16:21:25 +0200
committerGitHub <noreply@github.com>2021-06-03 16:21:25 +0200
commite6e137c197507282fa6ce90da6753181e55c0290 (patch)
tree5acd5e5532e49dbf4380316873e5d1089fdc1fb4 /pkgs/tools/misc
parente1d8d46819b15e1407bb84ecaf2dab04aa7b546b (diff)
parent89d5f4b3d09f86ffe9d9335c37d1f7e2dccaa5dc (diff)
downloadnixlib-e6e137c197507282fa6ce90da6753181e55c0290.tar
nixlib-e6e137c197507282fa6ce90da6753181e55c0290.tar.gz
nixlib-e6e137c197507282fa6ce90da6753181e55c0290.tar.bz2
nixlib-e6e137c197507282fa6ce90da6753181e55c0290.tar.lz
nixlib-e6e137c197507282fa6ce90da6753181e55c0290.tar.xz
nixlib-e6e137c197507282fa6ce90da6753181e55c0290.tar.zst
nixlib-e6e137c197507282fa6ce90da6753181e55c0290.zip
Merge pull request #125477 from SuperSandro2000/setuptools_scm
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/adafruit-ampy/default.nix2
-rw-r--r--pkgs/tools/misc/bepasty/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/adafruit-ampy/default.nix b/pkgs/tools/misc/adafruit-ampy/default.nix
index c9466f54a621..8a07b2c6c9cb 100644
--- a/pkgs/tools/misc/adafruit-ampy/default.nix
+++ b/pkgs/tools/misc/adafruit-ampy/default.nix
@@ -11,7 +11,7 @@ buildPythonApplication rec {
     sha256 = "1dz5sksalccv4c3bzk3c1jxpg3s28lwlw8hfwc9dfxhw3a1np3fd";
   };
 
-  nativeBuildInputs = [ setuptools_scm ];
+  nativeBuildInputs = [ setuptools-scm ];
   propagatedBuildInputs = [ click python-dotenv pyserial ];
 
   # No tests
diff --git a/pkgs/tools/misc/bepasty/default.nix b/pkgs/tools/misc/bepasty/default.nix
index 460f20a5f5f9..69a784ec4cc3 100644
--- a/pkgs/tools/misc/bepasty/default.nix
+++ b/pkgs/tools/misc/bepasty/default.nix
@@ -36,7 +36,7 @@ in with python.pkgs; buildPythonPackage rec {
     xstatic-pygments
   ];
 
-  buildInputs = [ setuptools_scm ];
+  buildInputs = [ setuptools-scm ];
 
   src = fetchPypi {
     inherit pname version;