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:
Efraim Flashner 2024-11-14 18:00:24 +02:00
parent abc3eb3319
commit c1cb7f1031
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -201,7 +201,7 @@ seamlessly with your desktop environment.")
(define-public snac2
(package
(name "snac")
(version "2.55")
(version "2.63")
(source
(origin
(method git-fetch)
@ -210,7 +210,7 @@ seamlessly with your desktop environment.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "06qmg0wy1f4r6l8j52jnma4d2b8sj8fqf52vn7qqbbs8jz7aj74s"))))
(base32 "040pa0cg8l22xdr2nvgxlcm1i9wgbyhvzlmkw35rvjbc8j3d0m69"))))
(build-system gnu-build-system)
(inputs (list curl openssl))
(arguments
@ -227,7 +227,8 @@ seamlessly with your desktop environment.")
#:tests? #f ; no test target
#:make-flags #~(list (string-append "CC=" #$(cc-for-target))
(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")
(synopsis
"Simple, minimalistic ActivityPub instance written in portable C")