about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/jaraco_functools/2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/jaraco_functools/2.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/jaraco_functools/2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/jaraco_functools/2.nix b/nixpkgs/pkgs/development/python-modules/jaraco_functools/2.nix
index e0bbde47d250..e10a11018a5d 100644
--- a/nixpkgs/pkgs/development/python-modules/jaraco_functools/2.nix
+++ b/nixpkgs/pkgs/development/python-modules/jaraco_functools/2.nix
@@ -1,5 +1,5 @@
 { lib, buildPythonPackage, fetchPypi
-, setuptools_scm
+, setuptools-scm
 , more-itertools, backports_functools_lru_cache }:
 
 buildPythonPackage rec {
@@ -15,7 +15,7 @@ buildPythonPackage rec {
 
   doCheck = false;
 
-  buildInputs = [ setuptools_scm ];
+  buildInputs = [ setuptools-scm ];
 
   meta = with lib; {
     description = "Additional functools in the spirit of stdlib's functools";