linuxPackages.mxu11x0: disable pic hardening

This commit is contained in:
Robin Gloster 2016-03-29 10:22:14 +00:00
parent c9ebdd4cac
commit 8f94246e07

View File

@ -28,6 +28,8 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
hardeningDisable = [ "pic" ];
meta = with stdenv.lib; {
description = "MOXA UPort 11x0 USB to Serial Hub driver";
homepage = "https://github.com/ellysh/mxu11x0";