gnu: earlyoom: Patch tests for go-1.16.

* gnu/packages/linux.scm (earlyoom)[source]: Add snippet to not use
modules in test suite.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Sarah Morgensen 2021-06-25 00:21:01 -07:00 committed by Efraim Flashner
parent 457a472888
commit 8cc36f76bb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -3531,7 +3531,14 @@ from the module-init-tools project.")
(file-name (git-file-name name version))
(sha256
(base32
"16iyn51xlrsbshc7p5xl2338yyfzknaqc538sa7mamgccqwgyvvq"))))
"16iyn51xlrsbshc7p5xl2338yyfzknaqc538sa7mamgccqwgyvvq"))
(modules '((guix build utils)))
(snippet
'(begin
(substitute* "Makefile"
(("go test -v")
"GO111MODULE=off go test -v"))
#t))))
(build-system gnu-build-system)
(arguments
`(#:phases