forked from mirrors/nixpkgs
linuxPackages.mxu11x0: disable pic hardening
This commit is contained in:
parent
c9ebdd4cac
commit
8f94246e07
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue