mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
zgv: disable format hardening
This commit is contained in:
parent
15b8491af3
commit
cbc8fc239a
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ SDL SDL_image pkgconfig libjpeg libpng libtiff ];
|
buildInputs = [ SDL SDL_image pkgconfig libjpeg libpng libtiff ];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"BACKEND=SDL"
|
"BACKEND=SDL"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user