mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
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 ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Generates playlists such that each song sounds good following the previous song";
|
||||
homepage = http://gjay.sourceforge.net/;
|
||||
|
|
Loading…
Reference in a new issue