mcelog: 148 -> 153

This commit is contained in:
Peter Hoeg 2017-07-27 13:03:26 +08:00
parent 00512470ec
commit 354c979ea8

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "mcelog-${version}"; name = "mcelog-${version}";
version = "148"; version = "153";
src = fetchFromGitHub { src = fetchFromGitHub {
sha256 = "04mzscvr38r2q9da9wmv3cxb99vrkxks1mzgvwsxk753xan3p42c"; owner = "andikleen";
rev = "v${version}"; repo = "mcelog";
repo = "mcelog"; rev = "v${version}";
owner = "andikleen"; sha256 = "1wz55dzqdiam511d6p1958al6vzlhrhs73s7gly0mzm6kpji0gxa";
}; };
postPatch = '' postPatch = ''
@ -28,6 +28,12 @@ stdenv.mkDerivation rec {
installFlags = [ "DESTDIR=$(out)" "prefix=" "DOCDIR=/share/doc" ]; installFlags = [ "DESTDIR=$(out)" "prefix=" "DOCDIR=/share/doc" ];
postInstall = ''
mkdir -p $out/lib/systemd/system
substitute mcelog.service $out/lib/systemd/system/mcelog.service \
--replace /usr/sbin $out/bin
'';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Log x86 machine checks: memory, IO, and CPU hardware errors"; description = "Log x86 machine checks: memory, IO, and CPU hardware errors";
longDescription = '' longDescription = ''