mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
pal: turn off format hardening
This commit is contained in:
parent
0ea02595f7
commit
37cd2e6e21
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user