mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
sysstat: 11.0.7 -> 11.2.5
This commit is contained in:
parent
125ffff089
commit
84a1057b41
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, gettext, bzip2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sysstat-11.0.7";
|
||||
name = "sysstat-11.2.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://perso.orange.fr/sebastien.godard/${name}.tar.xz";
|
||||
sha256 = "12j55rdx1hyhsc5qm0anx9h9siaa58lhh9dchp40q4ag2wxamp1r";
|
||||
sha256 = "1r7869pnylamjry5f5l5m1jn68v61js9wdkz8yn37a9a2bcrqp2d";
|
||||
};
|
||||
|
||||
buildInputs = [ gettext ];
|
||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
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";
|
||||
|
||||
patches = [ ./install.patch ];
|
||||
|
|
Loading…
Reference in a new issue