diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 02bb123077..e3b43905c7 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -14064,15 +14064,7 @@ similar string with weeks or days too.") (build-system go-build-system) (arguments (list - #:import-path "github.com/xrash/smetrics" - #:phases - #~(modify-phases %standard-phases - ;; XXX: Replace when go-build-system supports nested path. - (replace 'check - (lambda* (#:key import-path tests? #:allow-other-keys) - (when tests? - (with-directory-excursion (string-append "src/" import-path) - (invoke "go" "test" "-v" "./...")))))))) + #:import-path "github.com/xrash/smetrics")) (home-page "https://github.com/xrash/smetrics") (synopsis "String metrics library") (description