diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 03040724a26..bd55dff1d44 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -10571,7 +10571,14 @@ Differentiation between text and binary files}. (build-system go-build-system) (arguments (list - #:import-path "github.com/gammazero/chanqueue")) + #:import-path "github.com/gammazero/chanqueue" + #:phases + #~(modify-phases %standard-phases + (add-before 'check 'pre-check + (lambda* (#:key tests? import-path #:allow-other-keys) + ;; See: . + (setenv "GOEXPERIMENT" "synctest") + (setenv "GODEBUG" "asynctimerchan=0")))))) (native-inputs (list go-go-uber-org-goleak)) (propagated-inputs