gjay: disable format hardening
This commit is contained in:
parent
1b979d8384
commit
a132aa46d6
@ -13,6 +13,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ mpd_clientlib dbus_glib audacious gtk gsl libaudclient ];
|
buildInputs = [ mpd_clientlib dbus_glib audacious gtk gsl libaudclient ];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Generates playlists such that each song sounds good following the previous song";
|
description = "Generates playlists such that each song sounds good following the previous song";
|
||||||
homepage = http://gjay.sourceforge.net/;
|
homepage = http://gjay.sourceforge.net/;
|
||||||
|
Loading…
Reference in New Issue
Block a user