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:
Sharlatan Hellseher 2025-01-10 20:33:15 +00:00
parent 0a6dbce0a1
commit 5538d2a27e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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