mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-21 01:30:29 +02: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:
@@ -2244,7 +2244,7 @@ is also scriptable and extensible via Guile.")
|
||||
(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/"
|
||||
|
||||
Reference in New Issue
Block a user