summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-10 21:04:36 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:54 +0000
commitfd845557a7db596601da69979bec9d9640b8d50f (patch)
tree2d79f19c5660db5d77f1adcef1e45017c64fb9a0 /gnu/packages/golang.scm
parenta47a53d2edad842e233568a261c699602a00a6b2 (diff)
gnu: Remove notmuch-fixtures.
* gnu/packages/golang.scm (notmuch-fixtures): Delete variable. Change-Id: If71e281e1acf07aa2175dca8bdbf9dffd92a855a
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9f403abd46..26ae65d179 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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