From 452cdc59f1daf7a97c1f3b21ca0f6b5d735163b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 9 Feb 2012 10:07:42 +0000 Subject: [PATCH] GNU Guile: Use the right configure option name. svn path=/nixpkgs/trunk/; revision=32154 --- pkgs/development/interpreters/guile/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/guile/default.nix b/pkgs/development/interpreters/guile/default.nix index 07ea14e6654..a4cf2605d49 100644 --- a/pkgs/development/interpreters/guile/default.nix +++ b/pkgs/development/interpreters/guile/default.nix @@ -76,6 +76,6 @@ then { # XXX: Thread support is currently broken on FreeBSD (namely the # `SCM_I_IS_THREAD' assertion in `scm_spawn_thread' is hit.) - configureFlags = [ "--disable-threads" ]; + configureFlags = [ "--without-threads" ]; } else {}))