gjay: disable format hardening

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