mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: libstrophe: Fix build.
* gnu/packages/messaging.scm (libstrophe)[arguments]: Don't refer to nonexistent 'install-license-files' phase. Change-Id: Ib462ed89d6fc4a8eb7017f821b19abedf469d943
This commit is contained in:
parent
22579628b1
commit
50d535ea55
1 changed files with 1 additions and 1 deletions
|
@ -2244,7 +2244,7 @@ (define-public libstrophe
|
|||
(lambda _
|
||||
(substitute* "Makefile.am"
|
||||
(("'\\^xmpp_'") "'.'"))))
|
||||
(add-after 'install-licence-files 'install-extra-licence-files
|
||||
(add-after 'install 'install-extra-licence-files
|
||||
(lambda _
|
||||
(let ((license-directory (string-append #$output
|
||||
"/share/doc/"
|
||||
|
|
Loading…
Reference in a new issue