sbcl.pkgs.reblocks: fix build after bump

added some extra systems which other packages were looking for
This commit is contained in:
Kasper Gałkowski
2025-07-17 00:20:25 +02:00
parent 7992efedf0
commit 0e19aa4ab5
@@ -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";