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
					
				
					 1 changed files with 5 additions and 6 deletions
				
			
		| 
						 | 
					@ -2539,12 +2539,11 @@ libxml to ease remote use of the RESTful API.")
 | 
				
			||||||
             #t))
 | 
					             #t))
 | 
				
			||||||
         (replace 'install
 | 
					         (replace 'install
 | 
				
			||||||
           (lambda _
 | 
					           (lambda _
 | 
				
			||||||
             (zero?
 | 
					             (invoke "make"
 | 
				
			||||||
              (system* "make"
 | 
					 | 
				
			||||||
                     ;; Install vala bindings into $out.
 | 
					                     ;; Install vala bindings into $out.
 | 
				
			||||||
                     (string-append "vapidir=" %output
 | 
					                     (string-append "vapidir=" %output
 | 
				
			||||||
                                    "/share/vala/vapi")
 | 
					                                    "/share/vala/vapi")
 | 
				
			||||||
                       "install")))))))
 | 
					                     "install"))))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("glib:bin" ,glib "bin")                   ; for glib-mkenums
 | 
					     `(("glib:bin" ,glib "bin")                   ; for glib-mkenums
 | 
				
			||||||
       ("gobject-introspection" ,gobject-introspection)
 | 
					       ("gobject-introspection" ,gobject-introspection)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue