[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/28: gnu: glirc: Re-indent.
From: |
guix-commits |
Subject: |
27/28: gnu: glirc: Re-indent. |
Date: |
Sun, 17 Sep 2023 08:26:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 51670ff0289406d7f5651c7c663d239ccdd68fd8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200
gnu: glirc: Re-indent.
No functional change.
* gnu/packages/irc.scm (glirc): C-M-q.
---
gnu/packages/irc.scm | 104 +++++++++++++++++++++++++--------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 107c4d0d19..9e6cb3d001 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -102,62 +102,62 @@
(define-public glirc
(package
- (name "glirc")
- (version "2.39.0.1") ; inherited by glirc-* extensions below
- (source
- (origin
- (method url-fetch)
- (uri (hackage-uri "glirc" version))
- (sha256
- (base32 "0jaywb43jfv6kzyz540k02mxdgw1shc6hn7kia21alssszkilh4r"))))
- (build-system haskell-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'install 'install-extra-documentation
- (lambda _
- (install-file "glirc.1"
- (string-append #$output "/share/man/man1"))
- ;; The man page is very terse and punts to the GitHub wiki for real
- ;; information. Some of that is also in the README, so install it.
- (install-file "README.md"
- (string-append #$output "/share/doc/"
- #$name "-" #$version)))))))
- (native-inputs
- (list ghc-hunit))
- (inputs
- (list ghc-async
- ghc-attoparsec
- ghc-base64-bytestring
- ghc-config-schema
- ghc-config-value
- ghc-curve25519
- ghc-free
- ghc-githash
- ghc-hashable
- ghc-hookup
- ghc-hsopenssl
- ghc-irc-core
- ghc-kan-extensions
- ghc-lens
- ghc-network
- ghc-psqueues
- ghc-random
- ghc-regex-tdfa
- ghc-split
- ghc-unordered-containers
- ghc-vector
- ghc-vty))
- (home-page "https://github.com/glguy/irc-core")
- (synopsis "Console IRC client")
- (description
- "Glirc is a console IRC client that focuses on providing both high-detail
+ (name "glirc")
+ (version "2.39.0.1") ; inherited by glirc-* extensions below
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "glirc" version))
+ (sha256
+ (base32 "0jaywb43jfv6kzyz540k02mxdgw1shc6hn7kia21alssszkilh4r"))))
+ (build-system haskell-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'install 'install-extra-documentation
+ (lambda _
+ (install-file "glirc.1"
+ (string-append #$output "/share/man/man1"))
+ ;; The man page is very terse and punts to the GitHub wiki for
real
+ ;; information. Some of that is also in the README, so install
it.
+ (install-file "README.md"
+ (string-append #$output "/share/doc/"
+ #$name "-" #$version)))))))
+ (native-inputs
+ (list ghc-hunit))
+ (inputs
+ (list ghc-async
+ ghc-attoparsec
+ ghc-base64-bytestring
+ ghc-config-schema
+ ghc-config-value
+ ghc-curve25519
+ ghc-free
+ ghc-githash
+ ghc-hashable
+ ghc-hookup
+ ghc-hsopenssl
+ ghc-irc-core
+ ghc-kan-extensions
+ ghc-lens
+ ghc-network
+ ghc-psqueues
+ ghc-random
+ ghc-regex-tdfa
+ ghc-split
+ ghc-unordered-containers
+ ghc-vector
+ ghc-vty))
+ (home-page "https://github.com/glguy/irc-core")
+ (synopsis "Console IRC client")
+ (description
+ "Glirc is a console IRC client that focuses on providing both high-detail
and concise views of an IRC connection. All views and transformation are
dynamic and don't change the underlying model. It also provides advanced
line-editing features including syntax-highlighting, multi-line buffering,
and argument placeholders.")
- (license license:isc)))
+ (license license:isc)))
(define-public glirc-lua
(package
- 13/28: gnu: fsarchiver: Update to 0.8.7., (continued)
- 13/28: gnu: fsarchiver: Update to 0.8.7., guix-commits, 2023/09/17
- 15/28: gnu: foot: Update to 1.15.3., guix-commits, 2023/09/17
- 06/28: gnu: synthv1: Update to 0.9.32., guix-commits, 2023/09/17
- 14/28: gnu: dstask: Update to 0.26., guix-commits, 2023/09/17
- 17/28: gnu: conflict: Update to 20221002., guix-commits, 2023/09/17
- 19/28: gnu: plocate: Update to 1.1.19., guix-commits, 2023/09/17
- 18/28: gnu: eid-mw: Update to 5.1.11., guix-commits, 2023/09/17
- 24/28: gnu: iperf: Update to 3.15., guix-commits, 2023/09/17
- 25/28: gnu: putty: Update to 0.79., guix-commits, 2023/09/17
- 22/28: gnu: drpm: Update to 0.5.2., guix-commits, 2023/09/17
- 27/28: gnu: glirc: Re-indent.,
guix-commits <=
- 07/28: gnu: drumkv1: Update to 0.9.32., guix-commits, 2023/09/17
- 10/28: gnu: qtractor: Update to 0.9.35., guix-commits, 2023/09/17
- 09/28: gnu: padthv1: Update to 0.9.32., guix-commits, 2023/09/17
- 12/28: gnu: fuse-overlayfs: Update to 1.13., guix-commits, 2023/09/17
- 08/28: gnu: samplv1: Update to 0.9.32., guix-commits, 2023/09/17
- 11/28: gnu: libdiscid: Update to 0.6.4., guix-commits, 2023/09/17
- 16/28: gnu: boxes: Update to 2.2.1., guix-commits, 2023/09/17
- 20/28: gnu: fsearch: Update to 0.2.3., guix-commits, 2023/09/17
- 26/28: gnu: Add glirc-lua., guix-commits, 2023/09/17
- 23/28: gnu: httping: Update to 2.9., guix-commits, 2023/09/17