sbcl.pkgs.reblocks: fix build after bump
added some extra systems which other packages were looking for
This commit is contained in:
@@ -86,6 +86,21 @@ let
|
||||
|
||||
jzon = super.com_dot_inuoe_dot_jzon;
|
||||
|
||||
_40ants-routes = super._40ants-routes.overrideLispAttrs (o: {
|
||||
systems = o.systems ++ [ "40ants-routes/handler" ];
|
||||
});
|
||||
|
||||
reblocks-ui2 = super.reblocks-ui2.overrideLispAttrs (o: {
|
||||
systems = o.systems ++ [
|
||||
"reblocks-ui2/themes/color"
|
||||
"reblocks-ui2/themes/tailwind"
|
||||
"reblocks-ui2/utils/padding"
|
||||
"reblocks-ui2/utils/align"
|
||||
"reblocks-ui2/card"
|
||||
"reblocks-ui2/card/view"
|
||||
];
|
||||
});
|
||||
|
||||
cl-notify = build-asdf-system {
|
||||
pname = "cl-notify";
|
||||
version = "20080904-138ca7038";
|
||||
|
||||
Reference in New Issue
Block a user