about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/hwdata
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/os-specific/linux/hwdata
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/os-specific/linux/hwdata')
-rw-r--r--pkgs/os-specific/linux/hwdata/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/hwdata/default.nix b/pkgs/os-specific/linux/hwdata/default.nix
index 5bfdf61dff6ba..3332699886c9a 100644
--- a/pkgs/os-specific/linux/hwdata/default.nix
+++ b/pkgs/os-specific/linux/hwdata/default.nix
@@ -11,10 +11,6 @@ stdenv.mkDerivation rec {
     hash = "sha256-M1uBamN09XepOembDAcHXO/UvnM9s/OiN+eNzChF5Tw=";
   };
 
-  postPatch = ''
-    patchShebangs ./configure
-  '';
-
   configureFlags = [ "--datadir=${placeholder "out"}/share" ];
 
   doCheck = false; # this does build machine-specific checks (e.g. enumerates PCI bus)