guix-patches--- via skribis: > +(define-public sbcl-claw-utils > + (let ((revision "0") > + (commit "efe25016501973dc369f067a64c7d225802bc56f")) > + (package > + (name "sbcl-claw-utils") > ... > + (inputs > + `(("alexandria" ,sbcl-alexandria) > + ("cffi" ,sbcl-cffi) > + ("sbcl-claw" ,sbcl-claw) > + ("sbcl-cl-autowrap" ,sbcl-cl-autowrap))) Is the cl-autowrap package really necessary here? It is not in the dependency list of the asd file, and it looks like the package compiles fine without it. Or is there a case where it is required at runtime?