linuxPackages.mxu11x0: disable pic hardening

+2
+2
pkgs/os-specific/linux/mxu11x0/default.nix
··· 28 29 enableParallelBuilding = true; 30 31 meta = with stdenv.lib; { 32 description = "MOXA UPort 11x0 USB to Serial Hub driver"; 33 homepage = "https://github.com/ellysh/mxu11x0";
··· 28 29 enableParallelBuilding = true; 30 31 + hardeningDisable = [ "pic" ]; 32 + 33 meta = with stdenv.lib; { 34 description = "MOXA UPort 11x0 USB to Serial Hub driver"; 35 homepage = "https://github.com/ellysh/mxu11x0";