htop: also touch headers in subdirectories

This commit is contained in:
Tobias Geerinckx-Rice 2015-09-11 05:12:06 +02:00
parent b1acfea179
commit 5d50acceeb

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
postPatch = ''
touch *.h # unnecessary regeneration requires Python
touch *.h */*.h # unnecessary regeneration requires Python
'';
meta = {