From 7504179397e11841dae9879dfe419ca1e21c4af6 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Sun, 9 Apr 2023 19:50:43 +0200 Subject: dhcpcd: change files after patching otherwise patches that touch the files do not apply --- pkgs/tools/networking/dhcpcd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/dhcpcd/default.nix b/pkgs/tools/networking/dhcpcd/default.nix index 0350a4989262a..a10383c9564bd 100644 --- a/pkgs/tools/networking/dhcpcd/default.nix +++ b/pkgs/tools/networking/dhcpcd/default.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { runtimeShellPackage # So patchShebangs finds a bash suitable for the installed scripts ]; - prePatch = '' + postPatch = '' substituteInPlace hooks/dhcpcd-run-hooks.in --replace /bin/sh ${runtimeShell} ''; -- cgit 1.4.1