sbcl.pkgs.april: fix build after bump

Added the 'cape' system to the build, which is required by april, but was missing.
This commit is contained in:
Kasper Gałkowski
2025-07-18 20:47:03 +02:00
parent 0e19aa4ab5
commit 9d00c816c0
@@ -101,6 +101,10 @@ let
];
});
april = super.april.overrideLispAttrs (o: {
systems = o.systems ++ [ "cape" ];
});
cl-notify = build-asdf-system {
pname = "cl-notify";
version = "20080904-138ca7038";