Fixing the evaluation of cross built uclibc in the case of lacking extraConfig

svn path=/nixpkgs/branches/stdenv-updates/; revision=23602
This commit is contained in:
Lluís Batlle i Rossell
2010-09-02 19:18:04 +00:00
parent 6013c0cf8b
commit 14a20b7179
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ stdenv.mkDerivation {
cat << EOF | parseconfig
${nixConfig}
${extraConfig}
${if cross != null then cross.uclibc.extraConfig else ""}
${if cross != null then stdenv.lib.attrByPath [ "uclibc" "extraConfig" ] "" cross else ""}
$extraCrossConfig
EOF
make oldconfig