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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user