GNU Guile: Use the right configure option name.
svn path=/nixpkgs/trunk/; revision=32154
This commit is contained in:
parent
1d44b332ed
commit
452cdc59f1
@ -76,6 +76,6 @@
|
|||||||
then {
|
then {
|
||||||
# XXX: Thread support is currently broken on FreeBSD (namely the
|
# XXX: Thread support is currently broken on FreeBSD (namely the
|
||||||
# `SCM_I_IS_THREAD' assertion in `scm_spawn_thread' is hit.)
|
# `SCM_I_IS_THREAD' assertion in `scm_spawn_thread' is hit.)
|
||||||
configureFlags = [ "--disable-threads" ];
|
configureFlags = [ "--without-threads" ];
|
||||||
}
|
}
|
||||||
else {}))
|
else {}))
|
||||||
|
Loading…
Reference in New Issue
Block a user