From 5538d2a27e7dd389586421e7ef0cb66a71aee221 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 10 Jan 2025 20:33:15 +0000 Subject: [PATCH] gnu: go-github-com-kardianos-osext: Enable tests. * gnu/packages/golang.scm (go-github-com-kardianos-osext) [arguments] : Enable as issue was resolved upstream. Change-Id: I958cfda1e393104f5f9c1c6dbebfdd5bd2e31e62 --- gnu/packages/golang.scm | 5 +---- 1 file changed, 1 insertion(+), 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: - ;; - #: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