mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: go-github-com-kardianos-osext: Enable tests.
* gnu/packages/golang.scm (go-github-com-kardianos-osext) [arguments] <tests?>: Enable as issue was resolved upstream. Change-Id: I958cfda1e393104f5f9c1c6dbebfdd5bd2e31e62
This commit is contained in:
parent
0a6dbce0a1
commit
5538d2a27e
1 changed files with 1 additions and 4 deletions
|
@ -1997,10 +1997,7 @@ (define-public go-github-com-kardianos-osext
|
|||
"1pvrbrvmrf4mx0fxbfaphbzgqgwn8v6lkfk2vyrs0znxrs1xyc5r"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/kardianos/osext"
|
||||
;; The tests are flaky:
|
||||
;; <https://github.com/kardianos/osext/issues/21>
|
||||
#:tests? #f))
|
||||
`(#:import-path "github.com/kardianos/osext"))
|
||||
(synopsis "Find the running executable")
|
||||
(description "Osext provides a method for finding the current executable
|
||||
file that is running. This can be used for upgrading the current executable or
|
||||
|
|
Loading…
Reference in a new issue