bluekeys@bluekeys.eu writes: > Hi, > > Second attempt to attach the patch. Looks good! [...] > +(define-public emacs-dracula-theme > + (package > + (name "emacs-dracula-theme") > + (version (git-version "0" "0" "320cc8cfc67e33c86045ef3e79b7627b91b9b517")) > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/dracula/emacs.git") > + (commit "320cc8cfc67e33c86045ef3e79b7627b91b9b517"))) Could add a (let (commit ...)) binding for the commit hash so we don't have to repeat it twice? See the surrounding packages for examples. Please also add a 'file-name' field here. > + (sha256 > + (base32 > + "0pzlwxsa823sbcf2nq2lw303cld2jc2siaaiafld0qc4xasg9zyn")))) > + (build-system emacs-build-system) > + (home-page "https://draculatheme.com/emacs") > + (synopsis "A dark theme for emacs") Just "Dark theme for Emacs", to appease 'guix lint emacs-dracula-theme'. > + (description > + "A dark theme for emacs and 50+ apps") Can you expand a bit on the "50+ apps" part? Perhaps something along the lines of "Dracula is a dark color theme implemented for more than 50 different applications. This package provides the Emacs theme." Can you send an updated patch? Thanks, and welcome! :-)