about summary refs log tree commit diff
path: root/pkgs/development/interpreters/clisp
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2012-10-14 22:28:49 +0400
committerMichael Raskin <7c6f434c@mail.ru>2012-10-14 22:28:49 +0400
commit29980e0d547ad814fa252ffec7fd8ce8ab79596d (patch)
tree78b82e0503f881d311abb8dc728cb626f53e24d1 /pkgs/development/interpreters/clisp
parente9f0cae00f48a253d1975752b6811ee8ba97f226 (diff)
Add threads support to CLisp
Diffstat (limited to 'pkgs/development/interpreters/clisp')
-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 c985da9a5a2dc..23b4e4e9e54d7 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 = ''