mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: emacs-explain-pause-mode: Use new style.
* gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode)[native-inputs]: Remove label.
This commit is contained in:
parent
6c8cd5faa8
commit
17f844c5dd
1 changed files with 10 additions and 10 deletions
|
@ -4422,18 +4422,18 @@ (define-public emacs-explain-pause-mode
|
|||
(package
|
||||
(name "emacs-explain-pause-mode")
|
||||
(version (git-version "0.1" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/lastquestion/explain-pause-mode")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0frnfwqal9mrnrz6q4v7vcai26ahaw81894arff1yjw372pfgv7v"))))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/lastquestion/explain-pause-mode")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0frnfwqal9mrnrz6q4v7vcai26ahaw81894arff1yjw372pfgv7v"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
`(("emacs" ,emacs-buttercup)))
|
||||
(list emacs-buttercup))
|
||||
(arguments
|
||||
'(#:tests? #t
|
||||
;; Don't run case-tests as they will fail to create sockets because
|
||||
|
|
Loading…
Reference in a new issue