Making fbida cross-build.
svn path=/nixpkgs/trunk/; revision=31400
This commit is contained in:
parent
80717672b4
commit
d1807a7b9b
@ -27,6 +27,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
makeFlags = [ "prefix=$(out)" "verbose=yes" ];
|
makeFlags = [ "prefix=$(out)" "verbose=yes" ];
|
||||||
|
|
||||||
|
crossAttrs = {
|
||||||
|
makeFlags = makeFlags ++ [ "CC=${stdenv.cross.config}-gcc" "STRIP="];
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Image viewing and manipulation programs";
|
description = "Image viewing and manipulation programs";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user