tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxPackages.mxu11x0: disable pic hardening
Robin Gloster
9 years ago
8f94246e
c9ebdd4c
+2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
mxu11x0
default.nix
+2
pkgs/os-specific/linux/mxu11x0/default.nix
···
28
28
29
29
enableParallelBuilding = true;
30
30
31
31
+
hardeningDisable = [ "pic" ];
32
32
+
31
33
meta = with stdenv.lib; {
32
34
description = "MOXA UPort 11x0 USB to Serial Hub driver";
33
35
homepage = "https://github.com/ellysh/mxu11x0";