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:
parent
b3d7eae08e
commit
33f2e862c7
1 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue