Fixing fbtermStdenv for cross building
svn path=/nixpkgs/branches/stdenv-updates/; revision=24881
This commit is contained in:
parent
e18cbe33e6
commit
f3beeca924
@ -27,6 +27,9 @@ stdenv.mkDerivation {
|
|||||||
' -i src/Makefile.in
|
' -i src/Makefile.in
|
||||||
|
|
||||||
export HOME=$PWD;
|
export HOME=$PWD;
|
||||||
|
|
||||||
export NIX_LDFLAGS="$NIX_LDFLAGS -lfreetype"
|
export NIX_LDFLAGS="$NIX_LDFLAGS -lfreetype"
|
||||||
|
# This is only relevant cross-building
|
||||||
|
export NIX_CROSS_LDFLAGS="$NIX_CROSS_LDFLAGS -lfreetype"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user