about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-06-03 12:09:11 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-06-03 12:44:33 +0200
commit89d5f4b3d09f86ffe9d9335c37d1f7e2dccaa5dc (patch)
tree4169f66ca4727f1ece429bb6c0bf2fa09703ce28 /pkgs/games
parent6d0f8c801534c9f8f90daa385ddf010692bab310 (diff)
treewide: setuptools_scm -> setuptools-scm
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/portmod/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/portmod/default.nix b/pkgs/games/portmod/default.nix
index 464939084c214..9db57d3e0a940 100644
--- a/pkgs/games/portmod/default.nix
+++ b/pkgs/games/portmod/default.nix
@@ -48,7 +48,7 @@ python3Packages.buildPythonApplication rec {
   '';
 
   propagatedBuildInputs = with python3Packages; [
-    setuptools_scm
+    setuptools-scm
     setuptools
     requests
     chardet