diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-10 20:33:15 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:47:54 +0000 |
commit | d7f4315446db275bc0352c7a474f272fed09eecf (patch) | |
tree | 2d1e81dc31ca9532abddfc30a193b97e945f0ecd /gnu/packages/golang.scm | |
parent | f796362003f6d1a257fea0a676b9a13a18c7262a (diff) |
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
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 2dd17e1c11..057d82934c 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1997,10 +1997,7 @@ containers.") "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 |