htop: also touch headers in subdirectories
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user