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 f796362003
commit d7f4315446
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1997,10 +1997,7 @@ containers.")
"1pvrbrvmrf4mx0fxbfaphbzgqgwn8v6lkfk2vyrs0znxrs1xyc5r")))) "1pvrbrvmrf4mx0fxbfaphbzgqgwn8v6lkfk2vyrs0znxrs1xyc5r"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/kardianos/osext" `(#:import-path "github.com/kardianos/osext"))
;; The tests are flaky:
;; <https://github.com/kardianos/osext/issues/21>
#:tests? #f))
(synopsis "Find the running executable") (synopsis "Find the running executable")
(description "Osext provides a method for finding the current 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 file that is running. This can be used for upgrading the current executable or