mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-golden-ratio: Disable tests.
* gnu/packages/emacs-xyz.scm (emacs-golden-ratio)[source]: Use two spaces in git-reference. [arguments]: Add #:tests? #f. Change-Id: I0ede58bb079e5a798bc41e306be0e17dfa4e718b Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
09ca15f1eb
commit
0d564c6856
1 changed files with 3 additions and 2 deletions
|
@ -1854,12 +1854,13 @@ also find similarities to @code{projectile-commander}.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/roman/golden-ratio.el")
|
(url "https://github.com/roman/golden-ratio.el")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a635a3h6jx0clgwmhwc48i14y3xy5q29y37lp2sjnbxx1hlmkli"))))
|
(base32 "0a635a3h6jx0clgwmhwc48i14y3xy5q29y37lp2sjnbxx1hlmkli"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ;no tests
|
||||||
(home-page "https://github.com/roman/golden-ratio.el")
|
(home-page "https://github.com/roman/golden-ratio.el")
|
||||||
(synopsis "Automatic resizing of Emacs windows to the golden ratio")
|
(synopsis "Automatic resizing of Emacs windows to the golden ratio")
|
||||||
(description "This package provides an Emacs mode for automatically
|
(description "This package provides an Emacs mode for automatically
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue