Skip to content

Commit

Permalink
gcc-snapshot: mark as broken
Browse files Browse the repository at this point in the history
It is older than gcc7 and fails to compile due to ucontext_t changes in glibc 2.26.
  • Loading branch information
orivej committed Nov 16, 2017
1 parent 737e415 commit e188747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/compilers/gcc/snapshot/default.nix
Expand Up @@ -541,6 +541,8 @@ stdenv.mkDerivation ({
stdenv.lib.platforms.linux ++
stdenv.lib.platforms.freebsd ++
optionals (langAda == false) stdenv.lib.platforms.darwin;

broken = true;
};
}

Expand Down

0 comments on commit e188747

Please sign in to comment.