Squid: remove --march=native

The Squid build default behaivour is to request optimisation for the
current CPU which is not a good idea in distro builds.

+1 -1
+1 -1
pkgs/servers/squid/squids.nix
··· 11 sha256 = "3e54ae3ad09870203862f0856c7d0cca16a85f62d5012085009003ee3d5467b4"; 12 }; 13 14 - configureFlags = ["--enable-ipv6" "--disable-strict-error-checking"]; 15 16 meta = { 17 description = "http-proxy";
··· 11 sha256 = "3e54ae3ad09870203862f0856c7d0cca16a85f62d5012085009003ee3d5467b4"; 12 }; 13 14 + configureFlags = ["--enable-ipv6" "--disable-strict-error-checking" "--disable-arch-native"]; 15 16 meta = { 17 description = "http-proxy";