gccgo46: removing it. I set gccgo = gcc47
gccgo46 did not build for me, and maybe never built at all. The same recipe, though, worked fine for gcc47. So let's go with gcc47.
This commit is contained in:
@@ -43,6 +43,9 @@ assert libelf != null -> zlib != null;
|
||||
# Make sure we get GNU sed.
|
||||
assert stdenv.isDarwin -> gnused != null;
|
||||
|
||||
# The go frontend is written in c++
|
||||
assert langGo -> langCC;
|
||||
|
||||
with stdenv.lib;
|
||||
with builtins;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user