ng0 (2016-11-18 17:19 +0000) wrote: > * gnu/packages/emacs.scm (emacs-danneskjold-theme): New variable. > --- > gnu/packages/emacs.scm | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index a065959..5084168 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -3259,6 +3259,26 @@ Flx has support for ido (interactively do things) > through flx-ido.") > known loosely as deftheme. Many mode-specific customizations are included.") > (license license:gpl3+))) > > +(define-public emacs-danneskjold-theme > + (package > + (name "emacs-danneskjold-theme") > + (version "20161118.447") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "http://melpa.org/packages/danneskjold-theme-"
As I told you once¹, we don't use tarballs from MELPA, so since there is no releases or tags, we probably have to use 'git-fetch' here, WDYT? > + version ".tar")) > + (sha256 > + (base32 > + "0pi1cwscfr6fdacg6s1y65x32zgch5da5yhqciqm13wv6d7bw2jm")))) > + (build-system emacs-build-system) > + (home-page "https://github.com/rails-to-cosmos/danneskjold-theme") > + (synopsis "High-contrast Emacs theme") > + (description > + "@code{danneskjold-theme} is a high-contrast theme for Emacs.") > + (license license:gpl3+))) > + > (define-public emacs-auto-complete > (package > (name "emacs-auto-complete") ¹ http://lists.gnu.org/archive/html/guix-devel/2016-10/msg00678.html -- Alex
