about summary refs log tree commit diff
path: root/pkgs
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
parente9f0cae00f48a253d1975752b6811ee8ba97f226 (diff)
downloadnixlib-29980e0d547ad814fa252ffec7fd8ce8ab79596d.tar
nixlib-29980e0d547ad814fa252ffec7fd8ce8ab79596d.tar.gz
nixlib-29980e0d547ad814fa252ffec7fd8ce8ab79596d.tar.bz2
nixlib-29980e0d547ad814fa252ffec7fd8ce8ab79596d.tar.lz
nixlib-29980e0d547ad814fa252ffec7fd8ce8ab79596d.tar.xz
nixlib-29980e0d547ad814fa252ffec7fd8ce8ab79596d.tar.zst
nixlib-29980e0d547ad814fa252ffec7fd8ce8ab79596d.zip
Add threads support to CLisp
Diffstat (limited to 'pkgs')
-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 = ''