gnu: Add go-github-com-sasha-s-go-deadlock.

* gnu/packages/syncthing.scm (go-github-com-sasha-s-go-deadlock): New variable.
master
Leo Famulari 2017-10-11 01:12:27 -04:00
parent 73a2f8418d
commit 8d7e99243a
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 26 additions and 0 deletions

View File

@ -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"))