summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Streit <simon@netpanic.org>2021-12-30 19:38:53 +0100
committerSimon Streit <simon@netpanic.org>2021-12-30 19:38:53 +0100
commit6beb95edbd036964f70029f757bb2f8e7037184b (patch)
tree17ba72dbb548ef7979b5385e32ecc01dd2e49051
parent49a0ad9118202acafd9b59e7417d2ea9e9344d7c (diff)
packages: make emacs-gruvbox-theme an inheritance, and new checkout.
-rw-r--r--siguix/packages/emacs-xyz.scm26
1 files changed, 4 insertions, 22 deletions
diff --git a/siguix/packages/emacs-xyz.scm b/siguix/packages/emacs-xyz.scm
index 47b7e82..03d1e03 100644
--- a/siguix/packages/emacs-xyz.scm
+++ b/siguix/packages/emacs-xyz.scm
@@ -131,16 +131,11 @@
#:use-module (gnu packages emacs)
#:use-module (gnu packages emacs-xyz))
-;;;
-;;; Emacs hacking.
-;;;
-
(define-public emacs-gruvbox-theme
- (let ((commit "c2ae5e3fff39f78f23109d90fdf36b3b189df511")
- (revision "3")
+ (let ((commit "b9e661e2e141ef1a9e82b57f3b277090474a9b4d")
+ (revision "4")
(version "1.28.0"))
- (package
- (name "emacs-gruvbox-theme")
+ (package/inherit emacs-gruvbox-theme
(version (git-version version revision commit))
(source (origin
(method git-fetch)
@@ -150,20 +145,7 @@
(file-name (git-file-name name commit))
(sha256
(base32
- "1vx3grgnnb5mamig3cd882pvcbqpni3kglrjawgdc96wwiv1krbg"))))
- (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))))
+ "1vx3grgnnb5mamig3cd882pvcbqpni3kglrjawgdc96wwiv1krbg")))))))
(define-public emacs-navigel
(package