gnu: libsoup: Use invoke.
* gnu/packages/gnome.scm (libsoup)[arguments]: Use invoke in the custom install phase.
This commit is contained in:
parent
257d8974e6
commit
4bd9f46553
|
@ -2539,12 +2539,11 @@ libxml to ease remote use of the RESTful API.")
|
|||
#t))
|
||||
(replace 'install
|
||||
(lambda _
|
||||
(zero?
|
||||
(system* "make"
|
||||
;; Install vala bindings into $out.
|
||||
(string-append "vapidir=" %output
|
||||
"/share/vala/vapi")
|
||||
"install")))))))
|
||||
(invoke "make"
|
||||
;; Install vala bindings into $out.
|
||||
(string-append "vapidir=" %output
|
||||
"/share/vala/vapi")
|
||||
"install"))))))
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin") ; for glib-mkenums
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
|
|
Loading…
Reference in New Issue