aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/liba52-enable-pic.patch
diff options
context:
space:
mode:
authorgemmaro <gemmaro.dev@gmail.com>2023-08-07 23:05:40 +0900
committerLudovic Courtès <ludo@gnu.org>2023-08-15 00:33:51 +0200
commit5d14e1c0b05b0b559171f513701108e17e72f523 (patch)
tree9320761a9045b75a7c5e6a69406391eb21e8979d /gnu/packages/patches/liba52-enable-pic.patch
parent2700940b9861a6d5fe5ea9cb5dda5756d71934f4 (diff)
downloadguix-5d14e1c0b05b0b559171f513701108e17e72f523.tar.gz
guix-5d14e1c0b05b0b559171f513701108e17e72f523.zip
gnu: highlight: Use new package style.
* gnu/packages/pretty-print.scm (highlight) Use new package style. [arguments]: Use G-expression. Drop trailing #t from phases. [source, inputs, native-inputs, description]: Reformat with guix style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/patches/liba52-enable-pic.patch')
0 files changed, 0 insertions, 0 deletions
div>
@@ -17328,26 +17328,27 @@ is the primary mode of interaction.")
(define-public emacs-idle-highlight
(let ((commit "f9091c907d41e7b12d99d108a194229b8dbfc5ae")
(revision "0"))
- (package
- (name "emacs-idle-highlight")
- (version (git-version "1.1.4" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0757x4iy7q0mj1rshlxr00hbc78g5hzijgzyqs36nrw6bn65fb93"))))
- (build-system emacs-build-system)
- (home-page "https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
- (synopsis "Highlights all occurrences of the word the point is on")
- (description
- "This Emacs package provides @code{idle-highlight-mode} that sets
+ (package
+ (name "emacs-idle-highlight")
+ (version (git-version "1.1.4" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
+ "https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0757x4iy7q0mj1rshlxr00hbc78g5hzijgzyqs36nrw6bn65fb93"))))
+ (build-system emacs-build-system)
+ (home-page "https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
+ (synopsis "Highlights all occurrences of the word the point is on")
+ (description
+ "This Emacs package provides @code{idle-highlight-mode} that sets
an idle timer to highlight all occurrences in the buffer of the word under
the point.")
- (license license:gpl3+))))
+ (license license:gpl3+))))
(define-public emacs-ox-twbs
(package