Making procps crossbuild.

svn path=/nixpkgs/trunk/; revision=31190
This commit is contained in:
Lluís Batlle i Rossell 2012-01-01 20:01:02 +00:00
parent 2e31e7293a
commit 076977b462

View File

@ -19,6 +19,10 @@ stdenv.mkDerivation {
makeFlags = "DESTDIR=$(out)";
crossAttrs = {
CC = stdenv.cross.config + "-gcc";
};
meta = {
homepage = http://procps.sourceforge.net/;
description = "Utilities that give information about processes using the /proc filesystem";