tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mxt-app: disable fortify hardening
Robin Gloster
10 years ago
f4405557
8edbf1cb
+2
1 changed file
expand all
collapse all
unified
split
pkgs
misc
mxt-app
default.nix
+2
pkgs/misc/mxt-app/default.nix
···
14
buildInputs = [ autoconf automake libtool ];
15
preConfigure = "./autogen.sh";
16
0
0
17
meta = with stdenv.lib; {
18
description = "Command line utility for Atmel maXTouch devices";
19
homepage = http://github.com/atmel-maxtouch/mxt-app;
···
14
buildInputs = [ autoconf automake libtool ];
15
preConfigure = "./autogen.sh";
16
17
+
hardening_fortify = false;
18
+
19
meta = with stdenv.lib; {
20
description = "Command line utility for Atmel maXTouch devices";
21
homepage = http://github.com/atmel-maxtouch/mxt-app;