alsa-scarlett-gui: disable fortify3 hardening flag

This commit is contained in:
Theodore Ni 2023-07-12 20:05:11 -07:00
parent 79f291cd13
commit 018359b0b9
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -25,6 +25,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];
buildInputs = [ gtk4 alsa-lib ];
# causes redefinition of _FORTIFY_SOURCE
hardeningDisable = [ "fortify3" ];
meta = with lib; {
description = "GUI for alsa controls presented by Focusrite Scarlett Gen 2/3 Mixer Driver";
homepage = "https://github.com/geoffreybennett/alsa-scarlett-gui";