sbcl: fix disabling threadSupport

This commit is contained in:
Tomas Hlavaty
2016-12-04 14:26:30 +01:00
committed by Michael Raskin
parent 13f82b0445
commit 194a2ae86a
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
(disable (x)
(setf features (remove x features))))
''
+ stdenv.lib.optionalString threadSupport "(enable :sb-thread)"
+ (if threadSupport then "(enable :sb-thread)" else "(disable :sb-thread)")
+ stdenv.lib.optionalString stdenv.isArm "(enable :arm)"
+ ''
)) " > customize-target-features.lisp