guix-commits
[Top][All Lists]
Advanced

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

23/62: gnu: Add go-github-com-sasha-s-go-deadlock.


From: Leo Famulari
Subject: 23/62: gnu: Add go-github-com-sasha-s-go-deadlock.
Date: Thu, 12 Oct 2017 21:43:39 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 8d7e99243a367923751489e164cc28c3747d8a25
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 11 01:12:27 2017 -0400

    gnu: Add go-github-com-sasha-s-go-deadlock.
    
    * gnu/packages/syncthing.scm (go-github-com-sasha-s-go-deadlock): New 
variable.
---
 gnu/packages/syncthing.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 1fb25d7..d905184 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -515,6 +515,32 @@ Metrics library.")
       (home-page "https://github.com/rcrowley/go-metrics";)
       (license bsd-2))))
 
+(define-public go-github-com-sasha-s-go-deadlock
+  (let ((commit "341000892f3dd25f440e6231e8533eb3688ed7ec")
+        (revision "0"))
+    (package
+      (name "go-github-com-sasha-s-go-deadlock")
+      (version (git-version "0.1.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/sasha-s/go-deadlock";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1bcdyxwm5qpqynxahwaahbqi7ghgdajmg7b4276pdalkxkxkhsv8"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path "github.com/sasha-s/go-deadlock"))
+      (propagated-inputs
+       `(("go-github-com-petermattis-goid" ,go-github-com-petermattis-goid)))
+      (synopsis "Deadlock detection in go")
+      (description "This package provides tools for detecting deadlocks at
+run-time in Go.")
+      (home-page "https://github.com/sasha-s/go-deadlock";)
+      (license asl2.0))))
+
 (define-public go-golang-org-x-sys-unix
   (let ((commit "f3918c30c5c2cb527c0b071a27c35120a6c0719a")
         (revision "0"))



reply via email to

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