htop: also touch headers in subdirectories
This commit is contained in:
parent
b1acfea179
commit
5d50acceeb
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
touch *.h # unnecessary regeneration requires Python
|
touch *.h */*.h # unnecessary regeneration requires Python
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user