sysstat: 11.0.7 -> 11.2.5

This commit is contained in:
Kranium Gikos Mendoza 2016-06-30 20:22:39 +08:00
parent 125ffff089
commit 84a1057b41

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, gettext, bzip2 }: { stdenv, fetchurl, gettext, bzip2 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "sysstat-11.0.7"; name = "sysstat-11.2.5";
src = fetchurl { src = fetchurl {
url = "http://perso.orange.fr/sebastien.godard/${name}.tar.xz"; url = "http://perso.orange.fr/sebastien.godard/${name}.tar.xz";
sha256 = "12j55rdx1hyhsc5qm0anx9h9siaa58lhh9dchp40q4ag2wxamp1r"; sha256 = "1r7869pnylamjry5f5l5m1jn68v61js9wdkz8yn37a9a2bcrqp2d";
}; };
buildInputs = [ gettext ]; buildInputs = [ gettext ];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
export SYSTEMCTL=systemctl export SYSTEMCTL=systemctl
''; '';
makeFlags = "SYSCONFIG_DIR=$(out)/etc IGNORE_MAN_GROUP=y CHOWN=true"; makeFlags = "SYSCONFIG_DIR=$(out)/etc IGNORE_FILE_ATTRIBUTES=y CHOWN=true";
installTargets = "install_base install_nls install_man"; installTargets = "install_base install_nls install_man";
patches = [ ./install.patch ]; patches = [ ./install.patch ];