me
/
guix
Archived
1
0
Fork 0

gnu: emacs-circe: Update to 2.13-1.cc630eb.

* gnu/packages/emacs-xyz.scm (emacs-circe): Update to 2.13-1.cc630eb.
[arguments]<#:phases>: Remove phases fixing tests.

Change-Id: Ide8ea578bb6fe3836bcb96ac9206b783a7150cae
master
Nicolas Goaziou 2024-03-17 22:24:56 +01:00
parent 689259470e
commit cb854000c5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 36 additions and 48 deletions

View File

@ -21588,18 +21588,20 @@ part, which includes creating tokens.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public emacs-circe (define-public emacs-circe
(let ((commit "cc630eb9acb835012ad207dce545d2c380588da7")
(revision "1"))
(package (package
(name "emacs-circe") (name "emacs-circe")
(version "2.12") (version (git-version "2.13" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/jorgenschaefer/circe") (url "https://github.com/jorgenschaefer/circe")
(commit (string-append "v" version)))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0lrxd4hanaxj85nafsc0wss677slmyaks3qb7a95mj7vic3ib937")))) (base32 "1m2vnp38yv9fnxchcbf6mrzb7yp7z214vr28pr7sslrmm99dqg89"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t
@ -21611,21 +21613,7 @@ part, which includes creating tokens.")
;; directory for the tests to succeed. ;; directory for the tests to succeed.
(add-before 'check 'set-home (add-before 'check 'set-home
(lambda _ (lambda _
(setenv "HOME" "/tmp"))) (setenv "HOME" "/tmp"))))))
(add-before 'check 'remove-failing-tests
(lambda _
(make-file-writable "tests/test-circe.el")
(emacs-batch-edit-file "tests/test-circe.el"
`(progn
(dolist (test
'("should have circe-server-buffer set in the mode hook"
"should complete nicks with colon at the beginning of the input"
"should complete nicks without colon later in the input"))
(goto-char (point-min))
(search-forward (format "(it %S" test))
(beginning-of-line)
(kill-sexp))
(basic-save-buffer))))))))
(native-inputs (native-inputs
(list emacs-buttercup)) (list emacs-buttercup))
;; In order to securely connect to an IRC server using TLS, Circe requires ;; In order to securely connect to an IRC server using TLS, Circe requires
@ -21638,7 +21626,7 @@ part, which includes creating tokens.")
the rest of the editor, using standard Emacs key bindings and indicating the rest of the editor, using standard Emacs key bindings and indicating
activity in channels in the status bar so it stays out of your way unless you activity in channels in the status bar so it stays out of your way unless you
want to use it.") want to use it.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-tracking (define-public emacs-tracking
(package (package