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:
parent
457a472888
commit
8cc36f76bb
@ -3531,7 +3531,14 @@ from the module-init-tools project.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(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)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
Loading…
Reference in New Issue
Block a user