about summary refs log tree commit diff
path: root/pkgs/development/tools/pyenv
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-11-26 01:28:41 +0200
committerGitHub <noreply@github.com>2023-11-26 01:28:41 +0200
commit4b27e14f8c9af2f79d232d2ae5566fb672634f8c (patch)
treecd736d8fe2fa613b880c9f5668253c4f604823dc /pkgs/development/tools/pyenv
parent5c963b1e7ee1c6221e66de0c7a10c3cb45a6bb12 (diff)
parent20591326aaff590f5051a17f2b50ade7636d908f (diff)
Merge pull request #265738 from Artturin/patchshebangcon
stdenv: run patchShebangs on the configure script when it's a file
Diffstat (limited to 'pkgs/development/tools/pyenv')
-rw-r--r--pkgs/development/tools/pyenv/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/tools/pyenv/default.nix b/pkgs/development/tools/pyenv/default.nix
index d8d5280908345..9d8bcc246689f 100644
--- a/pkgs/development/tools/pyenv/default.nix
+++ b/pkgs/development/tools/pyenv/default.nix
@@ -15,10 +15,6 @@ stdenv.mkDerivation rec {
     hash = "sha256-miJ/WONNDieLryD2J9JmkmSCG5Iesg2N2GT/FI9NGY0=";
   };
 
-  postPatch = ''
-    patchShebangs --build src/configure
-  '';
-
   nativeBuildInputs = [
     installShellFiles
   ];