me
/
guix
Archived
1
0
Fork 0

gnu: emacs-webpaste: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-webpaste)[arguments]<#:phases>: Ensure
compatibility with recent Buttercup.

Change-Id: I9eb9b9de7fcc1832691a64c0945e91a335498e5b
master
Nicolas Goaziou 2024-04-06 18:24:53 +02:00
parent 50a72a08af
commit 7988ca6a48
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 5 additions and 1 deletions

View File

@ -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