guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: Remove go-github-com-klauspost-cpuid.


From: Leo Famulari
Subject: 04/09: gnu: Remove go-github-com-klauspost-cpuid.
Date: Tue, 6 Mar 2018 13:26:18 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit abb8973544b7e27a4c17bacfbb56538974244009
Author: Leo Famulari <address@hidden>
Date:   Tue Feb 20 09:03:59 2018 -0500

    gnu: Remove go-github-com-klauspost-cpuid.
    
    * gnu/packages/syncthing.scm (go-github-com-klauspost-cpuid): 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 90389d3..e320512 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1776,29 +1776,6 @@ notification library in Go.")
       (home-page "https://github.com/zillode/notify";)
       (license expat))))
 
-(define-public go-github-com-klauspost-cpuid
-  (let ((commit "eae9b3e628d72774e13bdf024e78c0802f85a5b9")
-        (revision "0"))
-  (package
-    (name "go-github-com-klauspost-cpuid")
-    (version (git-version "1.1" revision commit))
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                     (url "https://github.com/klauspost/cpuid.git";)
-                     (commit commit)))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "0dgxlsxdfhfapmz1qlvc919m3kcbmfqcfpxk78zl9am5zc3zr689"))))
-    (build-system go-build-system)
-    (arguments
-     '(#:import-path "github.com/klauspost/cpuid"))
-    (synopsis "CPU feature identification library")
-    (description "This package provides @code{cpuid}, a Go library that 
provides information about the CPU running the current program")
-    (home-page "https://github.com/klauspost/cpuid";)
-    (license expat))))
-
 (define-public go-github-com-klauspost-reedsolomon
   (let ((commit "0b30fa71cc8e4e9010c9aba6d0320e2e5b163b29")
         (revision "0"))



reply via email to

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