guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Remove go-github-com-edsrzf-mmap-go.


From: Leo Famulari
Subject: 01/01: gnu: Remove go-github-com-edsrzf-mmap-go.
Date: Tue, 7 Aug 2018 13:37:42 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 2246d564c85c5d794348b30c91e668abb99d753f
Author: Leo Famulari <address@hidden>
Date:   Tue Aug 7 13:34:57 2018 -0400

    gnu: Remove go-github-com-edsrzf-mmap-go.
    
    * gnu/packages/syncthing.scm (go-github-com-edsrzf-mmap-go): Remove 
variable.
---
 gnu/packages/syncthing.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 58e3f02..ffc9047 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -274,29 +274,6 @@ structs in the Go programming language.")
       (home-page "https://github.com/d4l3k/messagediff";)
       (license expat))))
 
-(define-public go-github-com-edsrzf-mmap-go
-  (let ((commit "0bce6a6887123b67a60366d2c9fe2dfb74289d2e")
-        (revision "0"))
-    (package
-      (name "go-github-com-edsrzf-mmap-go")
-      (version (git-version "0.0.0" revision commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://github.com/edsrzf/mmap-go";)
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "1am4m2k451bksnbiqj6lxknk4lsgmrhv0q3ajqac818vj0cpfgs9"))))
-      (build-system go-build-system)
-      (arguments
-       `(#:import-path "github.com/edsrzf/mmap-go"))
-      (synopsis "Go implementation of mmap")
-      (description "This packages provides a Go implementation of mmap.")
-      (home-page "https://github.com/edsrzf/mmap-go";)
-      (license bsd-3))))
-
 (define-public go-github-com-gobwas-glob
   (let ((commit "51eb1ee00b6d931c66d229ceeb7c31b985563420")
         (revision "0"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]