mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-grid: Update to 0.1.
* gnu/packages/emacs-xyz.scm (emacs-grid): Update to 0.1. Change-Id: I5b88ff8d32013c0acd54b264a8322d91298a06d0 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
58be42fc2d
commit
24c6db8b7e
1 changed files with 29 additions and 26 deletions
|
@ -30449,33 +30449,36 @@ sections for bookmarks, Projectile projects, Org Agenda and more.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-grid
|
(define-public emacs-grid
|
||||||
;; No tags; use latest commit
|
(package
|
||||||
(let ((commit "b9f6022539e1082c9117c3de137796a905ccc66d")
|
(name "emacs-grid")
|
||||||
(revision "0"))
|
(version "0.1")
|
||||||
(package
|
(source
|
||||||
(name "emacs-grid")
|
(origin
|
||||||
;; Taken from source code
|
(method git-fetch)
|
||||||
(version (git-version "0.1-pre" revision commit))
|
(uri (git-reference
|
||||||
(source
|
(url "https://github.com/ichernyshovvv/grid.el")
|
||||||
(origin
|
(commit version)))
|
||||||
(method git-fetch)
|
(file-name (git-file-name name version))
|
||||||
(uri (git-reference
|
(sha256
|
||||||
(url "https://github.com/ichernyshovvv/grid.el")
|
(base32
|
||||||
(commit commit)))
|
"1d7y54vn75n2kwfz3maf6rvr756dqp8gqms5xs2rkh7dz10hzyiv"))))
|
||||||
(file-name (git-file-name name version))
|
(build-system emacs-build-system)
|
||||||
(sha256
|
(arguments
|
||||||
(base32
|
(list
|
||||||
"075rb6nvazh8jkz5clykn3hrv874mffmdzqlz6iqp127vpx3cpgx"))))
|
#:test-command
|
||||||
(build-system emacs-build-system)
|
#~(list "emacs"
|
||||||
(arguments
|
"--batch" "--no-init-file" "--no-site-file" "--no-splash"
|
||||||
;; No tests
|
"-L" "test"
|
||||||
(list #:tests? #f))
|
"-l" "grid.el"
|
||||||
(synopsis "Library for putting text into boxes and align these boxes")
|
"-l" "test/test-box.el"
|
||||||
(description
|
"-l" "test/test-row.el"
|
||||||
"This library allows you to put text data into boxes and align them
|
"-f" "ert-run-tests-batch-and-exit")))
|
||||||
|
(synopsis "Library for putting text into boxes and align these boxes")
|
||||||
|
(description
|
||||||
|
"This library allows you to put text data into boxes and align them
|
||||||
horizontally, applying margin, padding, borders.")
|
horizontally, applying margin, padding, borders.")
|
||||||
(home-page "https://github.com/ichernyshovvv/grid.el")
|
(home-page "https://github.com/ichernyshovvv/grid.el")
|
||||||
(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