guile: fix non-GNU builds

This commit is contained in:
Ludovic Courtès 2013-04-21 12:06:45 +02:00
parent 7dd6b5f812
commit 6aa8c5761c
1 changed files with 5 additions and 7 deletions

View File

@ -106,10 +106,8 @@
// //
(if stdenv.isFreeBSD (stdenv.lib.optionalAttrs (!stdenv.isLinux) {
then { # Work around <http://bugs.gnu.org/14201>.
# XXX: Thread support is currently broken on FreeBSD and Solaris (namely SHELL = "/bin/sh";
# the `SCM_I_IS_THREAD' assertion in `scm_spawn_thread' is hit.) CONFIG_SHELL = "/bin/sh";
configureFlags = [ "--without-threads" ]; }))
}
else {}))