mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-dashboard: Update to 1.7.0-0.a69cc10.
* gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to 1.7.0-0.a69cc10. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
6ce7904a85
commit
fc29138074
1 changed files with 34 additions and 31 deletions
|
@ -23176,38 +23176,41 @@ Emacs minor mode to escape sequences in code.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-dashboard
|
(define-public emacs-dashboard
|
||||||
(package
|
(let ((version "1.7.0")
|
||||||
(name "emacs-dashboard")
|
(commit "a69cc103aebd957f967e431399681b6d9d6b52fc")
|
||||||
(version "1.7.0")
|
(revision "0"))
|
||||||
(source
|
(package
|
||||||
(origin
|
(name "emacs-dashboard")
|
||||||
(method git-fetch)
|
(version (git-version version revision commit))
|
||||||
(uri (git-reference
|
(source
|
||||||
(url "https://github.com/rakanalh/emacs-dashboard")
|
(origin
|
||||||
(commit version)))
|
(method git-fetch)
|
||||||
(file-name (git-file-name name version))
|
(uri (git-reference
|
||||||
(sha256
|
(url "https://github.com/rakanalh/emacs-dashboard")
|
||||||
(base32 "1qv4cqjy2s2d2bysbq10vq1axpbd8qc3jn1s1r81lxqkcja8zasa"))))
|
(commit commit)))
|
||||||
(build-system emacs-build-system)
|
(file-name (git-file-name name version))
|
||||||
(propagated-inputs
|
(sha256
|
||||||
(list emacs-page-break-lines))
|
(base32 "1c6snnpc9rp6zhhdz411wyh2wn56yq2cdmxxqsp1ibvac8cbb1pq"))))
|
||||||
(arguments
|
(build-system emacs-build-system)
|
||||||
'(#:include '("\\.el$" "\\.txt$" "\\.png$")
|
(propagated-inputs
|
||||||
#:phases
|
(list emacs-page-break-lines))
|
||||||
(modify-phases %standard-phases
|
(arguments
|
||||||
(add-after 'unpack 'patch-dashboard-widgets
|
'(#:include '("\\.el$" "\\.txt$" "\\.png$")
|
||||||
;; This phase fixes compilation error.
|
#:phases
|
||||||
(lambda _
|
(modify-phases %standard-phases
|
||||||
(chmod "dashboard-widgets.el" #o666)
|
(add-after 'unpack 'patch-dashboard-widgets
|
||||||
(emacs-substitute-variables "dashboard-widgets.el"
|
;; This phase fixes compilation error.
|
||||||
("dashboard-init-info"
|
(lambda _
|
||||||
'(format "Loaded in %s" (emacs-init-time))))
|
(chmod "dashboard-widgets.el" #o666)
|
||||||
#t)))))
|
(emacs-substitute-variables "dashboard-widgets.el"
|
||||||
(home-page "https://github.com/rakanalh/emacs-dashboard")
|
("dashboard-init-info"
|
||||||
(synopsis "Startup screen extracted from Spacemacs")
|
'(format "Loaded in %s" (emacs-init-time))))
|
||||||
(description "This package provides an extensible Emacs dashboard, with
|
#t)))))
|
||||||
|
(home-page "https://github.com/rakanalh/emacs-dashboard")
|
||||||
|
(synopsis "Startup screen extracted from Spacemacs")
|
||||||
|
(description "This package provides an extensible Emacs dashboard, with
|
||||||
sections for bookmarks, projectil projects, org-agenda and more.")
|
sections for bookmarks, projectil projects, org-agenda and more.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-slime-company
|
(define-public emacs-slime-company
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue