about summary refs log tree commit diff
path: root/pkgs/development/python-modules/executing
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/executing')
-rw-r--r--pkgs/development/python-modules/executing/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/executing/default.nix b/pkgs/development/python-modules/executing/default.nix
index 484f5690054ae..0fe48d80f185f 100644
--- a/pkgs/development/python-modules/executing/default.nix
+++ b/pkgs/development/python-modules/executing/default.nix
@@ -24,8 +24,6 @@ buildPythonPackage rec {
     hash = "sha256-3M3uSJ5xQ5Ciy8Lz21u9zjju/7SBSFHobCqSiJ6AP8M=";
   };
 
-  SETUPTOOLS_SCM_PRETEND_VERSION = version;
-
   nativeBuildInputs = [
     setuptools-scm
   ];