Making procps crossbuild.
svn path=/nixpkgs/trunk/; revision=31190
This commit is contained in:
parent
2e31e7293a
commit
076977b462
@ -19,6 +19,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
makeFlags = "DESTDIR=$(out)";
|
makeFlags = "DESTDIR=$(out)";
|
||||||
|
|
||||||
|
crossAttrs = {
|
||||||
|
CC = stdenv.cross.config + "-gcc";
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://procps.sourceforge.net/;
|
homepage = http://procps.sourceforge.net/;
|
||||||
description = "Utilities that give information about processes using the /proc filesystem";
|
description = "Utilities that give information about processes using the /proc filesystem";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user