clpm: use sbcl 2.0.9 when building
Use SBCL < 2.1.0 when building as SB-VM::MAKE-EA was removed.
This commit is contained in:
parent
7644480555
commit
cf25944d02
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
, stdenv
|
||||
, fetchgit
|
||||
, wrapLisp
|
||||
, sbcl
|
||||
, sbcl_2_0_9
|
||||
, openssl
|
||||
}:
|
||||
|
||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [
|
||||
(wrapLisp sbcl)
|
||||
(wrapLisp sbcl_2_0_9)
|
||||
openssl
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue