about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-02 18:47:27 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-20 20:16:39 +0100
commit8056f9250ce8b7f9bdf0ccdc6c7a6808ae8f1be9 (patch)
treef124065087303348bba0e74a48897e2b1ae12485 /pkgs/applications/terminal-emulators
parent32a6949d54134bdda5ed279c914fbc6f79fdc84d (diff)
downloadnixlib-8056f9250ce8b7f9bdf0ccdc6c7a6808ae8f1be9.tar
nixlib-8056f9250ce8b7f9bdf0ccdc6c7a6808ae8f1be9.tar.gz
nixlib-8056f9250ce8b7f9bdf0ccdc6c7a6808ae8f1be9.tar.bz2
nixlib-8056f9250ce8b7f9bdf0ccdc6c7a6808ae8f1be9.tar.lz
nixlib-8056f9250ce8b7f9bdf0ccdc6c7a6808ae8f1be9.tar.xz
nixlib-8056f9250ce8b7f9bdf0ccdc6c7a6808ae8f1be9.tar.zst
nixlib-8056f9250ce8b7f9bdf0ccdc6c7a6808ae8f1be9.zip
treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage
The setuptools-scm packages gained a setup hook, that sets it to the
derivation version automatically, so setting it to that manually has
become redundant.

This also affects downstream consumers of setuptools-scm, like hatch-vcs
or flit-scm.
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/guake/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/guake/default.nix b/pkgs/applications/terminal-emulators/guake/default.nix
index d030c7add966..667da3ec229f 100644
--- a/pkgs/applications/terminal-emulators/guake/default.nix
+++ b/pkgs/applications/terminal-emulators/guake/default.nix
@@ -52,8 +52,6 @@ python3.pkgs.buildPythonApplication rec {
     pyyaml
   ];
 
-  SETUPTOOLS_SCM_PRETEND_VERSION = version;
-
   makeFlags = [
     "PREFIX=${placeholder "out"}"
   ];