1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: emacs-ibuffer-vc: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-ibuffer-vc)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-16 08:00:15 +01:00
parent fea6d68e13
commit 3503a4d03b
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -28206,6 +28206,7 @@ by their Projectile root directory.")
(sha256
(base32 "0mnxh6annmys4h1xhc2c7l7ajp4pwvdg68n30x7a21ad9qlvizil"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(home-page "https://github.com/purcell/ibuffer-vc")
(synopsis "Group Ibuffer's list by revision control system indications")
(description