beep: disable fortify3 hardening flag

This commit is contained in:
Robert Scott 2023-07-09 21:14:18 +01:00
parent 2c0610c52e
commit bf5598072e

View file

@ -16,6 +16,9 @@ stdenv.mkDerivation rec {
makeFlags = [ "prefix=${placeholder "out"}"];
# causes redefinition of _FORTIFY_SOURCE
hardeningDisable = [ "fortify3" ];
meta = with lib; {
description = "The advanced PC speaker beeper";
homepage = "https://github.com/spkr-beep/beep";