Making fbida cross-build.

svn path=/nixpkgs/trunk/; revision=31400
This commit is contained in:
Lluís Batlle i Rossell 2012-01-07 15:03:56 +00:00
parent 80717672b4
commit d1807a7b9b

View File

@ -27,6 +27,10 @@ stdenv.mkDerivation rec {
makeFlags = [ "prefix=$(out)" "verbose=yes" ];
crossAttrs = {
makeFlags = makeFlags ++ [ "CC=${stdenv.cross.config}-gcc" "STRIP="];
};
meta = {
description = "Image viewing and manipulation programs";
};