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
'';
preBuild = ''
export makeFlags="prefix=$out"
'';
makeFlags = "prefix=$(out)";
buildInputs = [ glib gettext readline pkgconfig ];
hardening_format = false;
meta = {
homepage = http://palcal.sourceforge.net/;
description = "Command-line calendar program that can keep track of events";