mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-powerline: Update to 2.5-0.c35c35b
This fixes a native compilation error caused by circular lists. * gnu/packages/emacs-xyz.scm (emacs-powerline): Update to 2.5-0.c35c35b. Change-Id: I2e5ba043c362e4bf1ebc114a3dc92e81e783f807 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
dc1a77267f
commit
905a1c72c2
1 changed files with 20 additions and 18 deletions
|
@ -33335,26 +33335,28 @@ of trying to find that piece of text you know you killed a while back? Then
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public emacs-powerline
|
(define-public emacs-powerline
|
||||||
(package
|
(let ((commit "c35c35bdf5ce2d992882c1f06f0f078058870d4a")
|
||||||
(name "emacs-powerline")
|
(revision "0"))
|
||||||
(version "2.4")
|
(package
|
||||||
(source
|
(name "emacs-powerline")
|
||||||
(origin
|
(version (git-version "2.5" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/milkypostman/powerline")
|
(method git-fetch)
|
||||||
(commit version)))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/milkypostman/powerline")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32
|
(file-name (git-file-name name version))
|
||||||
"1hp3xp18943n0rlggz55150020ivw8gvi1vyxkr4z8xhpwq4gaar"))))
|
(sha256
|
||||||
(build-system emacs-build-system)
|
(base32 "0k1n5pg8v3ybkqxcipw80jqv94ka0dp63qxl0hvjwlxk16gxp8kb"))))
|
||||||
(home-page "https://github.com/milkypostman/powerline/")
|
(build-system emacs-build-system)
|
||||||
(synopsis "Mode-line plugin for Emacs")
|
(home-page "https://github.com/milkypostman/powerline/")
|
||||||
(description "Powerline is a utility plugin which allows you to create
|
(synopsis "Mode-line plugin for Emacs")
|
||||||
|
(description
|
||||||
|
"Powerline is a utility plugin which allows you to create
|
||||||
a better-looking, more functional Emacs mode-line. A collection of predefined
|
a better-looking, more functional Emacs mode-line. A collection of predefined
|
||||||
themes comes with the package.")
|
themes comes with the package.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-spaceline
|
(define-public emacs-spaceline
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue