Merge pull request #119103 from storvik/fix-clpm
clpm: build with sbcl 2.0.9
This commit is contained in:
commit
fbecd7794b
@ -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 New Issue
Block a user