mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
kconfig-frontends: don't disable format hardening, doesn't seem needed
This commit is contained in:
parent
3c42848ec7
commit
4fcf281e53
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue