patches/tailscale: disable checks
This commit is contained in:
parent
dc7a4daf91
commit
11f8638444
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ in
|
|||
configureFlags = old.configureFlags ++ [ ''gl_cv_host_operating_system=Doge/Linux'' ];
|
||||
});
|
||||
|
||||
tailscale-doge = addPatches prev.tailscale [ ./tailscale-cgnat.patch ];
|
||||
tailscale-doge = prev.tailscale.overrideAttrs (old: {
|
||||
patches = old.patches ++ [ ./tailscale-cgnat.patch ];
|
||||
doCheck = false; # patch causes some tests to fail
|
||||
});
|
||||
|
||||
#fprintd = addPatches prev.fprintd [
|
||||
# (final.fetchpatch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue