gjay: disable format hardening

+2
+2
pkgs/applications/audio/gjay/default.nix
··· 13 14 buildInputs = [ mpd_clientlib dbus_glib audacious gtk gsl libaudclient ]; 15 16 meta = with stdenv.lib; { 17 description = "Generates playlists such that each song sounds good following the previous song"; 18 homepage = http://gjay.sourceforge.net/;
··· 13 14 buildInputs = [ mpd_clientlib dbus_glib audacious gtk gsl libaudclient ]; 15 16 + hardeningDisable = [ "format" ]; 17 + 18 meta = with stdenv.lib; { 19 description = "Generates playlists such that each song sounds good following the previous song"; 20 homepage = http://gjay.sourceforge.net/;