The actual change is completely contained in the previous import/utils commit; this commit adjusts tests. * tests/go.scm ("go-module->guix-package"): Adjust to new-style package inputs. --- tests/go.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/go.scm b/tests/go.scm index b088ab50d2..ae94a31425 100644 --- a/tests/go.scm +++ b/tests/go.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2021 François Joulaud +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -265,7 +266,7 @@ require github.com/kr/pretty v0.2.1 (arguments '(#:import-path "github.com/go-check/check")) (propagated-inputs - `(("go-github-com-kr-pretty" ,go-github-com-kr-pretty))) + (list go-github-com-kr-pretty)) (home-page "https://github.com/go-check/check") (synopsis "Instructions") (description "Package check is a rich testing extension for Go's testing \ -- 2.31.1