Blindly commiting a fix for dmidecode to build with gnumake 3.82

Thank you niksnut.

svn path=/nixpkgs/branches/stdenv-updates/; revision=23777
This commit is contained in:
Lluís Batlle i Rossell 2010-09-14 08:45:15 +00:00
parent 4163c5c98a
commit 6236de3380

View file

@ -8,6 +8,12 @@ stdenv.mkDerivation rec {
sha256 = "1h72r5scrpvgw60hif5msjg6vw2x0jd6z094lhbh6cjk6gls6x2d";
};
# Taken from gentoo, to build with gnumake 3.82
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/dmidecode-2.10.ebuild?r1=1.5&r2=1.6
patchPhase = ''
sed -i -e '/^PROGRAMS !=/d' Makefile
'';
makeFlags = "prefix=$(out)";
meta = {