From 5d50acceeb20a02ac9dc6009b1c5dbcb5f275a4c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 11 Sep 2015 05:12:06 +0200 Subject: [PATCH] htop: also touch headers in subdirectories --- pkgs/os-specific/linux/htop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/htop/default.nix b/pkgs/os-specific/linux/htop/default.nix index 774242c38628..da41c95dda27 100644 --- a/pkgs/os-specific/linux/htop/default.nix +++ b/pkgs/os-specific/linux/htop/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ autoreconfHook ]; postPatch = '' - touch *.h # unnecessary regeneration requires Python + touch *.h */*.h # unnecessary regeneration requires Python ''; meta = {