diff options
author | Cayetano Santos <csantosb@inventati.org> | 2025-07-05 16:31:02 +0200 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-07-24 15:42:42 +0800 |
commit | 0d564c68562ac7dc31476b2028c198ce298ee24c (patch) | |
tree | f1b3370f4d571157927910d1cb94a151a6d61795 /gnu/packages/emacs-xyz.scm | |
parent | 09ca15f1eb437f324197b9844a6207a51f166a47 (diff) |
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>
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 361649d86a..748df992ad 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1854,12 +1854,13 @@ also find similarities to @code{projectile-commander}.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/roman/golden-ratio.el") - (commit commit))) + (url "https://github.com/roman/golden-ratio.el") + (commit commit))) (file-name (git-file-name name version)) (sha256 (base32 "0a635a3h6jx0clgwmhwc48i14y3xy5q29y37lp2sjnbxx1hlmkli")))) (build-system emacs-build-system) + (arguments (list #:tests? #f)) ;no tests (home-page "https://github.com/roman/golden-ratio.el") (synopsis "Automatic resizing of Emacs windows to the golden ratio") (description "This package provides an Emacs mode for automatically |