gnu: cl-cluffer: Fix build.

* gnu/packages/lisp-xyz.scm (sbcl-cluffer)[arguments]: Don't refer to
nonexistent 'install' phase.

Change-Id: Ic44a097dbe6d933fe86ce88fc0ca1a1ba7dc820d
This commit is contained in:
Guillaume Le Vaillant 2024-05-03 17:33:25 +02:00 committed by Ludovic Courtès
parent 2c80358636
commit cd63c9d852
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -11258,7 +11258,7 @@ selectors. It makes use of the Plump-DOM and is used by lQuery.")
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'install 'unpatch-shebangs
(add-after 'strip 'unpatch-shebangs
(lambda* (#:key outputs #:allow-other-keys)
;; The documentation Makefile rely on shell scripts.
;; TODO: Build it!