guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Add go-golang-org-x-sys-cpu.


From: guix-commits
Subject: 01/03: gnu: Add go-golang-org-x-sys-cpu.
Date: Tue, 2 Apr 2019 13:07:17 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 4a136536e831e6299200174af287236ec8e5b7f3
Author: Leo Famulari <address@hidden>
Date:   Tue Mar 26 18:34:48 2019 -0400

    gnu: Add go-golang-org-x-sys-cpu.
    
    * gnu/packages/golang.scm (go-golang-org-x-sys-cpu): New variable.
---
 gnu/packages/golang.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5de6b96..ac71115 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1272,6 +1272,17 @@ for low-level interaction with the operating system.")
       (home-page "https://go.googlesource.com/sys";)
       (license license:bsd-3))))
 
+(define-public go-golang-org-x-sys-cpu
+  (package
+    (inherit go-golang-org-x-sys-unix)
+    (name "go-golang-org-x-sys-cpu")
+    (arguments
+     '(#:import-path "golang.org/x/sys/cpu"
+       #:unpack-path "golang.org/x/sys"))
+    (synopsis "CPU feature detection")
+    (description "Thi spackage provides @code{cpu}, which offers tools for CPU
+feature detection in Go.")))
+
 (define-public go-golang-org-x-text-transform
   (let ((commit "e19ae1496984b1c655b8044a65c0300a3c878dd3")
         (revision "1"))



reply via email to

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