gnu: emacs-dashboard: Update to 1.8.0.
* gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to 1.8.0. [arguments]<#:phases>: Remove an unnecessary phase.master
parent
bbf87d7efd
commit
7bca9465f2
|
@ -25280,40 +25280,28 @@ Emacs minor mode to escape sequences in code.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-dashboard
|
(define-public emacs-dashboard
|
||||||
(let ((version "1.7.0")
|
(package
|
||||||
(commit "a69cc103aebd957f967e431399681b6d9d6b52fc")
|
(name "emacs-dashboard")
|
||||||
(revision "0"))
|
(version "1.8.0")
|
||||||
(package
|
(source
|
||||||
(name "emacs-dashboard")
|
(origin
|
||||||
(version (git-version version revision commit))
|
(method git-fetch)
|
||||||
(source
|
(uri (git-reference
|
||||||
(origin
|
(url "https://github.com/rakanalh/emacs-dashboard")
|
||||||
(method git-fetch)
|
(commit version)))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://github.com/rakanalh/emacs-dashboard")
|
(sha256
|
||||||
(commit commit)))
|
(base32 "1m39alr4vi22wr0yd22yi3qkdykwh8vmkdlbbd8qm9z1g7mvl382"))))
|
||||||
(file-name (git-file-name name version))
|
(build-system emacs-build-system)
|
||||||
(sha256
|
(arguments
|
||||||
(base32 "1c6snnpc9rp6zhhdz411wyh2wn56yq2cdmxxqsp1ibvac8cbb1pq"))))
|
(list #:include #~(cons* "\\.txt$" "\\.png$" %default-include)))
|
||||||
(build-system emacs-build-system)
|
(propagated-inputs
|
||||||
(arguments
|
(list emacs-page-break-lines))
|
||||||
(list
|
(home-page "https://github.com/rakanalh/emacs-dashboard")
|
||||||
#:include #~(cons* "\\.txt$" "\\.png$" %default-include)
|
(synopsis "Startup screen extracted from Spacemacs")
|
||||||
#:phases
|
(description "This package provides an extensible Emacs dashboard, with
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-dashboard-widgets
|
|
||||||
;; This phase fixes compilation error.
|
|
||||||
(lambda _
|
|
||||||
(emacs-substitute-variables "dashboard-widgets.el"
|
|
||||||
("dashboard-init-info"
|
|
||||||
'(format "Loaded in %s" (emacs-init-time)))))))))
|
|
||||||
(propagated-inputs
|
|
||||||
(list emacs-page-break-lines))
|
|
||||||
(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, Projectile projects, Org Agenda and more.")
|
sections for bookmarks, Projectile projects, Org Agenda and more.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-slime-company
|
(define-public emacs-slime-company
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue