summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-14 23:28:08 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-02-15 16:18:09 +0000
commite31019c658f6162c34b052f29274682e4f15fba0 (patch)
tree1bd15a4c2f9937b1f767fb91dd6cf7de6e369fa4 /gnu
parentb5ef2b6ed3173dc11bdf4ef3f25644ac92498982 (diff)
gnu: senpai: Fix indentation.
* gnu/packages/messaging.scm (senpai): Fix indentation. [native-inputs]: Sort. Change-Id: Ieadee9947e2c0e90c74b645770cd3844af15a7e2
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/messaging.scm63
1 files changed, 32 insertions, 31 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 7c2d5853410..72f8b439db0 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3698,37 +3698,38 @@ a text snippet), using @code{libphonenumber}.")
3698 (base32 "0l43qfjr0ggpv1hkyyfxp3j6acrbbrl8n6qxlh91gyb2jan03683")))) 3698 (base32 "0l43qfjr0ggpv1hkyyfxp3j6acrbbrl8n6qxlh91gyb2jan03683"))))
3699 (build-system go-build-system) 3699 (build-system go-build-system)
3700 (arguments 3700 (arguments
3701 (list #:import-path "git.sr.ht/~taiite/senpai/cmd/senpai" 3701 (list #:import-path "git.sr.ht/~taiite/senpai/cmd/senpai"
3702 #:unpack-path "git.sr.ht/~taiite/senpai" 3702 #:unpack-path "git.sr.ht/~taiite/senpai"
3703 #:install-source? #f 3703 #:install-source? #f
3704 #:phases 3704 #:phases
3705 #~(modify-phases %standard-phases 3705 #~(modify-phases %standard-phases
3706 (add-after 'build 'build-doc 3706 (add-after 'build 'build-doc
3707 (lambda* (#:key unpack-path #:allow-other-keys) 3707 (lambda* (#:key unpack-path #:allow-other-keys)
3708 (invoke "make" "doc" 3708 (invoke "make" "doc"
3709 "-C" (string-append "src/" unpack-path)))) 3709 "-C" (string-append "src/" unpack-path))))
3710 (add-after 'install 'install-doc 3710 (add-after 'install 'install-doc
3711 (lambda* (#:key unpack-path #:allow-other-keys) 3711 (lambda* (#:key unpack-path #:allow-other-keys)
3712 (let ((man1 (string-append #$output "/share/man/man1")) 3712 (let ((man1 (string-append #$output "/share/man/man1"))
3713 (man5 (string-append #$output "/share/man/man5"))) 3713 (man5 (string-append #$output "/share/man/man5")))
3714 (mkdir-p man1) 3714 (mkdir-p man1)
3715 (mkdir-p man5) 3715 (mkdir-p man5)
3716 (install-file 3716 (install-file
3717 (string-append "src/" unpack-path "/doc/senpai.1") 3717 (string-append "src/" unpack-path "/doc/senpai.1")
3718 man1) 3718 man1)
3719 (install-file 3719 (install-file
3720 (string-append "src/" unpack-path "/doc/senpai.5") 3720 (string-append "src/" unpack-path "/doc/senpai.5")
3721 man5))))))) 3721 man5)))))))
3722 (native-inputs (list go-git-sr-ht-emersion-go-scfg 3722 (native-inputs
3723 go-github-com-delthas-go-libnp 3723 (list go-git-sr-ht-emersion-go-scfg
3724 go-github-com-delthas-go-localeinfo 3724 go-github-com-delthas-go-libnp
3725 go-github-com-delthas-tcell-v2 ; remove in the next release 3725 go-github-com-delthas-go-localeinfo
3726 go-github-com-mattn-go-runewidth 3726 go-github-com-delthas-tcell-v2 ; remove in the next release
3727 go-golang-org-x-net 3727 go-github-com-mattn-go-runewidth
3728 go-golang-org-x-time 3728 go-golang-org-x-net
3729 go-mvdan-cc-xurls-v2 3729 go-golang-org-x-time
3730 which 3730 go-mvdan-cc-xurls-v2
3731 scdoc)) 3731 scdoc
3732 which))
3732 (home-page "https://sr.ht/~delthas/senpai") 3733 (home-page "https://sr.ht/~delthas/senpai")
3733 (synopsis "Modern terminal IRC client") 3734 (synopsis "Modern terminal IRC client")
3734 (description 3735 (description