about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-10-15 12:16:58 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-10-15 12:16:58 -0400
commit5af277bbd15ecc579881eaa16662dae90cc7386c (patch)
treefbf26ba5ed6db49851620c36f7ae66679a0aea26 /pkgs/development/interpreters
parent1d8e80f1b9590c57089f4595d9a3a4c38dc37906 (diff)
parent3c2f28c67e8f5c580810b56001165b551cf0fc0c (diff)
downloadnixlib-5af277bbd15ecc579881eaa16662dae90cc7386c.tar
nixlib-5af277bbd15ecc579881eaa16662dae90cc7386c.tar.gz
nixlib-5af277bbd15ecc579881eaa16662dae90cc7386c.tar.bz2
nixlib-5af277bbd15ecc579881eaa16662dae90cc7386c.tar.lz
nixlib-5af277bbd15ecc579881eaa16662dae90cc7386c.tar.xz
nixlib-5af277bbd15ecc579881eaa16662dae90cc7386c.tar.zst
nixlib-5af277bbd15ecc579881eaa16662dae90cc7386c.zip
Merge remote-tracking branch 'origin/master' into x-updates
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/clisp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/clisp/default.nix b/pkgs/development/interpreters/clisp/default.nix
index c985da9a5a2d..23b4e4e9e54d 100644
--- a/pkgs/development/interpreters/clisp/default.nix
+++ b/pkgs/development/interpreters/clisp/default.nix
@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
       --with-module=clx/new-clx --with-module=i18n --with-module=bindings/glibc
       --with-module=pcre --with-module=rawsock --with-module=readline
       --with-module=syscalls --with-module=wildcard --with-module=zlib
+      --with-threads=POSIX_THREADS
     '';
 
   preBuild = ''