sbcl: git versions of SBCL use ps in checkPhase

Get ahead of upcoming SBCL 2.4.11 release and support those overriding ‘src’.

Introduced in
https://sourceforge.net/p/sbcl/sbcl/ci/6c784b333ad2206be13c5588af6cf1e56d4ab3f8
This commit is contained in:
Hraban Luyat
2024-12-14 15:48:49 -05:00
parent 5a48e3c2e4
commit de0eb4cfbf
+3 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, callPackage, ecl, coreutils, fetchurl, strace, texinfo, which, writeText, zstd
{ lib, stdenv, callPackage, ecl, coreutils, fetchurl, ps, strace, texinfo, which, writeText, zstd
, version
# Set this to a lisp binary to use a custom bootstrap lisp compiler for SBCL.
# Leave as null to use the default. This is useful for local development of
@@ -80,6 +80,8 @@ stdenv.mkDerivation (self: {
which
] ++ lib.optionals (builtins.elem stdenv.system strace.meta.platforms) [
strace
] ++ lib.optionals (lib.versionOlder "2.4.10" self.version) [
ps
]
);
buildInputs = lib.optionals self.coreCompression (