guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Remove go-github-com-davidjpeacock-cli.


From: Leo Famulari
Subject: 02/02: gnu: Remove go-github-com-davidjpeacock-cli.
Date: Thu, 9 Aug 2018 08:13:31 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit ce5c3ecbd514e5800945f8f4fd5929d6c11858ab
Author: Leo Famulari <address@hidden>
Date:   Thu Aug 9 08:11:31 2018 -0400

    gnu: Remove go-github-com-davidjpeacock-cli.
    
    * gnu/packages/golang.scm (go-github-com-davidjpeacock-cli): Remove 
variable.
---
 gnu/packages/golang.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 445533b..20b203a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -552,31 +552,6 @@ jar struct to manage the cookies added to the cookie jar.")
       (home-page "https://github.com/aki237/nscjar";)
       (license license:expat))))
 
-(define-public go-github-com-davidjpeacock-cli
-  (let ((commit "8ba6f23b6e36d03666a14bd9421f5e3efcb59aca")
-        (revision "0"))
-    (package
-      (name "go-github-com-davidjpeacock-cli")
-      (version (git-version "1.19.1" revision commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                       (url "https://github.com/davidjpeacock/cli.git";)
-                       (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "01s53ny3p0fdx64rnwcnmjj4xpc5adihnh6islsfq5z1ph2phhnj"))))
-      (build-system go-build-system)
-      (arguments
-       '(#:import-path "github.com/davidjpeacock/cli"))
-      (synopsis "Build command-line interfaces in Go")
-      (description "@code{cli} is a package for building command line
-interfaces in Go.  The goal is to enable developers to write fast and
-distributable command line applications in an expressive way.")
-      (home-page "https://github.com/davidjpeacock/cli";)
-      (license license:expat))))
-
 (define-public go-github.com-jessevdk-go-flags
   (package
     (name "go-github.com-jessevdk-go-flags")



reply via email to

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