gnu: emacs-webpaste: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-webpaste)[arguments]<#:phases>: Ensure compatibility with recent Buttercup. Change-Id: I9eb9b9de7fcc1832691a64c0945e91a335498e5bmaster
parent
50a72a08af
commit
7988ca6a48
|
@ -38021,7 +38021,11 @@ released, and track their progress in watching a series.")
|
|||
;; Disable tests that need network access.
|
||||
(substitute* (list "tests/unit/test-webpaste-provider-creation.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
|
||||
(list emacs-buttercup))
|
||||
(propagated-inputs
|
||||
|
|
Reference in New Issue