mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
linuxPackages.mxu11x0: disable pic hardening
This commit is contained in:
parent
c9ebdd4cac
commit
8f94246e07
@ -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…
Reference in New Issue
Block a user