mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 22:47:37 +00:00
htop: also touch headers in subdirectories
This commit is contained in:
parent
b1acfea179
commit
5d50acceeb
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
postPatch = ''
|
||||
touch *.h # unnecessary regeneration requires Python
|
||||
touch *.h */*.h # unnecessary regeneration requires Python
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user