pal: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-12 13:53:04 +00:00
parent 0ea02595f7
commit 37cd2e6e21

View File

@ -12,12 +12,12 @@ stdenv.mkDerivation rec {
sed -i -e 's,/etc/pal\.conf,'$out/etc/pal.conf, src/input.c sed -i -e 's,/etc/pal\.conf,'$out/etc/pal.conf, src/input.c
''; '';
preBuild = '' makeFlags = "prefix=$(out)";
export makeFlags="prefix=$out"
'';
buildInputs = [ glib gettext readline pkgconfig ]; buildInputs = [ glib gettext readline pkgconfig ];
hardening_format = false;
meta = { meta = {
homepage = http://palcal.sourceforge.net/; homepage = http://palcal.sourceforge.net/;
description = "Command-line calendar program that can keep track of events"; description = "Command-line calendar program that can keep track of events";