diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix index 8266a49..8823e5d 100644 --- a/overlays/patches/default.nix +++ b/overlays/patches/default.nix @@ -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 ]; }