Skip to content

Commit

Permalink
gcc-snapshot: Fix eval error
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Mar 18, 2017
1 parent 7bbf7cb commit 194ff8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -5028,7 +5028,7 @@ with pkgs;
# and host != build), `cross' must be null but the cross-libc must still
# be passed.
cross = null;
libcCross = if crossSystem != null then libcCross else null;
libcCross = if targetPlatform != buildPlatform then libcCross else null;

isl = if !stdenv.isDarwin then isl_0_14 else null;
}));
Expand Down

0 comments on commit 194ff8a

Please sign in to comment.