mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
njam: disable format hardening
This commit is contained in:
parent
c30d4c732e
commit
6f9d474db1
|
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ SDL SDL_image SDL_mixer SDL_net ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
patches = [ ./logfile.patch ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue