mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pal: turn off format hardening
This commit is contained in:
parent
0ea02595f7
commit
37cd2e6e21
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue