summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Streit <simon@netpanic.org>2021-12-30 20:29:46 +0100
committerSimon Streit <simon@netpanic.org>2021-12-30 20:29:46 +0100
commitdf3d4988abdacf9d1d00563c03468fa336beb9f3 (patch)
treee6e040230c8a30d45cdf9549feef41992d3e7d9e
parentf493cded02aefcf0024b153193c6414c80df0d1d (diff)
siguix: update package declaration for emacs-gruvbox-theme.
-rw-r--r--siguix/packages/emacs-xyz.scm20
1 files changed, 17 insertions, 3 deletions
diff --git a/siguix/packages/emacs-xyz.scm b/siguix/packages/emacs-xyz.scm
index 111f65e..c534a7d 100644
--- a/siguix/packages/emacs-xyz.scm
+++ b/siguix/packages/emacs-xyz.scm
@@ -132,10 +132,11 @@
#:use-module (gnu packages emacs-xyz))
(define-public emacs-gruvbox-theme
- (package/inherit emacs-gruvbox-theme
- (let ((commit "b9e661e2e141ef1a9e82b57f3b277090474a9b4d")
+ (let ((commit "b9e661e2e141ef1a9e82b57f3b277090474a9b4d")
(revision "4")
(version "1.28.0"))
+ (package
+ (name "emacs-gruvbox-theme")
(version (git-version version revision commit))
(source (origin
(method git-fetch)
@@ -145,7 +146,20 @@
(file-name (git-file-name name commit))
(sha256
(base32
- "1vx3grgnnb5mamig3cd882pvcbqpni3kglrjawgdc96wwiv1krbg")))))))
+ "15926n5cmz4772wzwk06c6c1y7hm71dvfafs5qj7rl0w62lrn581"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-autothemer" ,emacs-autothemer)))
+ (home-page "https://github.com/greduan/emacs-theme-gruvbox")
+ (synopsis "Gruvbox is a retro groove color scheme ported from Vim")
+ (description
+ "Gruvbox is heavily inspired by badwolf, jellybeans and solarized.
+
+Designed as a bright theme with pastel 'retro groove' colors and light/dark
+mode switching in the way of solarized. The main focus when developing gruvbox
+is to keep colors easily distinguishable, contrast enough and still pleasant
+for the eyes.")
+ (license license:expat))))
(define-public emacs-navigel
(package