mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: snac2: Update to 2.63.
* gnu/packages/fediverse.scm (snac2): Update to 2.63. [arguments]: Adjust make-flags to install the man-pages in the correct directory. Change-Id: I51a2434fda3d6a2ea92a342f346f5a4f1af7fa3d
This commit is contained in:
parent
abc3eb3319
commit
c1cb7f1031
1 changed files with 4 additions and 3 deletions
|
@ -201,7 +201,7 @@ seamlessly with your desktop environment.")
|
||||||
(define-public snac2
|
(define-public snac2
|
||||||
(package
|
(package
|
||||||
(name "snac")
|
(name "snac")
|
||||||
(version "2.55")
|
(version "2.63")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -210,7 +210,7 @@ seamlessly with your desktop environment.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06qmg0wy1f4r6l8j52jnma4d2b8sj8fqf52vn7qqbbs8jz7aj74s"))))
|
(base32 "040pa0cg8l22xdr2nvgxlcm1i9wgbyhvzlmkw35rvjbc8j3d0m69"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list curl openssl))
|
(inputs (list curl openssl))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -227,7 +227,8 @@ seamlessly with your desktop environment.")
|
||||||
#:tests? #f ; no test target
|
#:tests? #f ; no test target
|
||||||
#:make-flags #~(list (string-append "CC=" #$(cc-for-target))
|
#:make-flags #~(list (string-append "CC=" #$(cc-for-target))
|
||||||
(string-append "CFLAGS=-O2 -g -Wall -Wextra")
|
(string-append "CFLAGS=-O2 -g -Wall -Wextra")
|
||||||
(string-append "PREFIX=" #$output))))
|
(string-append "PREFIX=" #$output)
|
||||||
|
(string-append "PREFIX_MAN=" #$output "/share/man"))))
|
||||||
(home-page "https://codeberg.org/grunfink/snac2")
|
(home-page "https://codeberg.org/grunfink/snac2")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Simple, minimalistic ActivityPub instance written in portable C")
|
"Simple, minimalistic ActivityPub instance written in portable C")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue