guile: fix Solaris builds
This commit is contained in:
parent
88f3b097ee
commit
cb76c03216
@ -94,12 +94,15 @@
|
||||
# Same for these (?).
|
||||
"--with-libreadline-prefix=${readline}"
|
||||
"--with-libunistring-prefix=${libunistring}"
|
||||
|
||||
# See below.
|
||||
"--without-threads"
|
||||
];
|
||||
})
|
||||
|
||||
//
|
||||
|
||||
(if (stdenv.isFreeBSD || stdenv.isSunOS)
|
||||
(if stdenv.isFreeBSD
|
||||
then {
|
||||
# XXX: Thread support is currently broken on FreeBSD and Solaris (namely
|
||||
# the `SCM_I_IS_THREAD' assertion in `scm_spawn_thread' is hit.)
|
||||
|
Loading…
Reference in New Issue
Block a user