mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
2c80358636
commit
cd63c9d852
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue