gjay: disable format hardening

This commit is contained in:
Robin Gloster 2016-08-03 20:02:44 +00:00
parent 1b979d8384
commit a132aa46d6

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation {
buildInputs = [ mpd_clientlib dbus_glib audacious gtk gsl libaudclient ];
hardeningDisable = [ "format" ];
meta = with stdenv.lib; {
description = "Generates playlists such that each song sounds good following the previous song";
homepage = http://gjay.sourceforge.net/;