guix-commits
[Top][All Lists]
Advanced

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

17/62: gnu: Add go-golang-org-x-sys-unix.


From: Leo Famulari
Subject: 17/62: gnu: Add go-golang-org-x-sys-unix.
Date: Thu, 12 Oct 2017 21:43:38 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit bde48edc0fc8f42209fd0173afa7572b6bf7df56
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 11 01:00:32 2017 -0400

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

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 1a14fa9..f674152 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -408,3 +408,28 @@ using SIMD (Single instruction, multiple data) 
instructions for Intel and ARM
 architectures.")
       (home-page "https://github.com/minio/sha256-simd";)
       (license asl2.0))))
+
+(define-public go-golang-org-x-sys-unix
+  (let ((commit "f3918c30c5c2cb527c0b071a27c35120a6c0719a")
+        (revision "0"))
+    (package
+      (name "go-golang-org-x-sys-unix")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://go.googlesource.com/sys";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "02967mw0nq7hp39bcf8rdbid4jgz2fn6hd1x03mmavvca03scxbh"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path "golang.org/x/sys/unix"
+         #:unpack-path "golang.org/x/sys"))
+      (synopsis "Go support for low-level system interaction")
+      (description "This package provides @code{unix}, which offers Go support
+for low-level interaction with the operating system.")
+      (home-page "https://go.googlesource.com/sys";)
+      (license bsd-3))))



reply via email to

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