gnu: libstrophe: Update to 0.12.3.
* gnu/packages/messaging.scm (libstrophe): Update to 0.12.3. [arguments]: Don't explicitly return #t from phases.
parent
4ded034a57
commit
492d56b9e0
|
@ -2089,7 +2089,7 @@ is also scriptable and extensible via Guile.")
|
||||||
(define-public libstrophe
|
(define-public libstrophe
|
||||||
(package
|
(package
|
||||||
(name "libstrophe")
|
(name "libstrophe")
|
||||||
(version "0.12.2")
|
(version "0.12.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2098,7 +2098,7 @@ is also scriptable and extensible via Guile.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ispq6sf7pq02irrqfga4i1xhrg1pg0f86qvvnix15clm8i1agld"))))
|
(base32 "17wxaqdcwhm34bl31g9fmsgmnsd7znyxcb9dhw9lmaghkql1sf0h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags '(list "--disable-static")
|
(list #:configure-flags '(list "--disable-static")
|
||||||
|
@ -2107,8 +2107,7 @@ is also scriptable and extensible via Guile.")
|
||||||
(add-after 'unpack 'patch-make
|
(add-after 'unpack 'patch-make
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile.am"
|
(substitute* "Makefile.am"
|
||||||
(("'\\^xmpp_'") "'.'"))
|
(("'\\^xmpp_'") "'.'"))))
|
||||||
#t))
|
|
||||||
(add-after 'install-licence-files 'install-extra-licence-files
|
(add-after 'install-licence-files 'install-extra-licence-files
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((license-directory (string-append #$output
|
(let ((license-directory (string-append #$output
|
||||||
|
|
Reference in New Issue