gnu: emacs-webpaste: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-webpaste)[arguments]<#:phases>: Ensure compatibility with recent Buttercup. Change-Id: I9eb9b9de7fcc1832691a64c0945e91a335498e5b
This commit is contained in:
parent
50a72a08af
commit
7988ca6a48
1 changed files with 5 additions and 1 deletions
|
@ -38021,7 +38021,11 @@ released, and track their progress in watching a series.")
|
||||||
;; Disable tests that need network access.
|
;; Disable tests that need network access.
|
||||||
(substitute* (list "tests/unit/test-webpaste-provider-creation.el"
|
(substitute* (list "tests/unit/test-webpaste-provider-creation.el"
|
||||||
"tests/integration/test-webpaste-providers.el")
|
"tests/integration/test-webpaste-providers.el")
|
||||||
(("describe") "xdescribe")))))))
|
(("describe") "xdescribe"))
|
||||||
|
(emacs-batch-edit-file "tests/integration/test-webpaste-providers.el"
|
||||||
|
'(progn
|
||||||
|
(insert ";;; -*-lexical-binding:t -*-\n")
|
||||||
|
(basic-save-buffer))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list emacs-buttercup))
|
(list emacs-buttercup))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue