gnu: Remove notmuch-fixtures.

* gnu/packages/golang.scm (notmuch-fixtures): Delete variable.

Change-Id: If71e281e1acf07aa2175dca8bdbf9dffd92a855a
This commit is contained in:
Sharlatan Hellseher 2025-01-10 21:04:36 +00:00
parent 6465ed4e1f
commit c2f79a4026
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2963,14 +2963,6 @@ parser.")
"This package provides INI file read and write functionality in Go.")
(license license:asl2.0)))
(define notmuch-fixtures
(origin
(method url-fetch)
(uri "http://notmuchmail.org/releases/test-databases/database-v1.tar.xz")
(sha256
(base32
"1lk91s00y4qy4pjh8638b5lfkgwyl282g1m27srsf7qfn58y16a2"))))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar