gnu: umockdev: Use G-expressions.

While we're at it, remove the trailing #t.

* gnu/packagers/check.scm (umockdev)[arguments]<#:phases>: Change to a G-exp.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Maxime Devos 2022-02-17 18:09:49 +00:00 committed by Ludovic Courtès
parent b3d7eae08e
commit 33f2e862c7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2885,13 +2885,12 @@ (define-public umockdev
"0xmi24ckpps32k7hc139psgbsnsf4g106sv4l9m445m46amkxggd"))))
(build-system gnu-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-test
(lambda _
(substitute* "tests/test-umockdev.c"
(("/run") "/tmp"))
#t)))))
(list #:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-test
(lambda _
(substitute* "tests/test-umockdev.c"
(("/run") "/tmp")))))))
(native-inputs
(list vala
gobject-introspection