forked from mirrors/nixpkgs
Fix typo.
svn path=/nixpkgs/trunk/; revision=27429
This commit is contained in:
parent
65f50c7aab
commit
a208b2f85f
|
@ -67,7 +67,7 @@ stdenv.mkDerivation {
|
|||
dynamicLinker =
|
||||
(if stdenv.cross.arch == "arm" then "ld-linux.so.3" else
|
||||
if stdenv.cross.arch == "mips" then "ld.so.1" else
|
||||
if stdenv.lib.hasSuffix "pc-gnu" cross.config then "ld.so.1" else
|
||||
if stdenv.lib.hasSuffix "pc-gnu" stdenv.cross.config then "ld.so.1" else
|
||||
abort "don't know the name of the dynamic linker for this platform");
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue