overlays/patches: replace coreutils patch with env var
This commit is contained in:
parent
e1d4326993
commit
9f92ca032d
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@ let
|
|||
});
|
||||
in
|
||||
{
|
||||
coreutils-doge = addPatches prev.coreutils [ ./coreutils.patch ];
|
||||
# coreutils-doge = addPatches prev.coreutils [ ./coreutils.patch ];
|
||||
coreutils-doge = prev.coreutils.overrideAttrs (old: {
|
||||
configureFlags = old.configureFlags ++ [ ''gl_cv_host_operating_system=Doge/Linux'' ];
|
||||
});
|
||||
|
||||
tailscale-doge = addPatches prev.tailscale [ ./tailscale-cgnat.patch ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue