summary refs log tree commit diff
path: root/pkgs/applications/misc/raiseorlaunch
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/applications/misc/raiseorlaunch
parent6d0f8c801534c9f8f90daa385ddf010692bab310 (diff)
downloadnixpkgs-89d5f4b3d09f86ffe9d9335c37d1f7e2dccaa5dc.tar
nixpkgs-89d5f4b3d09f86ffe9d9335c37d1f7e2dccaa5dc.tar.gz
nixpkgs-89d5f4b3d09f86ffe9d9335c37d1f7e2dccaa5dc.tar.bz2
nixpkgs-89d5f4b3d09f86ffe9d9335c37d1f7e2dccaa5dc.tar.lz
nixpkgs-89d5f4b3d09f86ffe9d9335c37d1f7e2dccaa5dc.tar.xz
nixpkgs-89d5f4b3d09f86ffe9d9335c37d1f7e2dccaa5dc.tar.zst
nixpkgs-89d5f4b3d09f86ffe9d9335c37d1f7e2dccaa5dc.zip
treewide: setuptools_scm -> setuptools-scm
Diffstat (limited to 'pkgs/applications/misc/raiseorlaunch')
-rw-r--r--pkgs/applications/misc/raiseorlaunch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/raiseorlaunch/default.nix b/pkgs/applications/misc/raiseorlaunch/default.nix
index e43cf7b95b9..88b215acdfa 100644
--- a/pkgs/applications/misc/raiseorlaunch/default.nix
+++ b/pkgs/applications/misc/raiseorlaunch/default.nix
@@ -9,7 +9,7 @@ python3Packages.buildPythonApplication rec {
     sha256 = "3d694015d020a888b42564d56559213b94981ca2b32b952a49b2de4d029d2e59";
   };
 
-  nativeBuildInputs = [ python3Packages.setuptools_scm ];
+  nativeBuildInputs = [ python3Packages.setuptools-scm ];
   pythonPath = with python3Packages; [ i3ipc ];
 
   # no tests