kconfig-frontends: don't disable format hardening, doesn't seem needed
This commit is contained in:
parent
3c42848ec7
commit
4fcf281e53
@ -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"
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user