kconfig-frontends: don't disable format hardening, doesn't seem needed

This commit is contained in:
Will Dietz 2018-09-07 19:36:51 -05:00
parent 3c42848ec7
commit 4fcf281e53

View file

@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ bison flex gperf ncurses pythonPackages.python pythonPackages.wrapPython ];
hardeningDisable = [ "format" ];
configureFlags = [
"--enable-frontends=conf,mconf,nconf"
];