mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
stdenv: Fix typo.
This commit is contained in:
parent
d53cb937f5
commit
f959a26e33
|
@ -98,7 +98,7 @@ let
|
|||
isGNU = result.system == "i686-gnu"; # GNU/Hurd
|
||||
isGlibc = isGNU # useful for `stdenvNative'
|
||||
|| isLinux
|
||||
|| result.system = "x86_64-kfreebsd-gnu";
|
||||
|| result.system == "x86_64-kfreebsd-gnu";
|
||||
isSunOS = result.system == "i686-solaris"
|
||||
|| result.system == "x86_64-solaris";
|
||||
isCygwin = result.system == "i686-cygwin";
|
||||
|
|
Loading…
Reference in a new issue