gnu: libosinfo: Update to 1.9.0.
* gnu/packages/virtualization.scm (libosinfo): Remove trailing #t. Update to 1.9.0.
This commit is contained in:
		
							parent
							
								
									9273d83bc3
								
							
						
					
					
						commit
						4e35935d77
					
				
					 1 changed files with 4 additions and 5 deletions
				
			
		| 
						 | 
					@ -980,7 +980,7 @@ Debian or a derivative using @command{debootstrap}.")
 | 
				
			||||||
(define-public libosinfo
 | 
					(define-public libosinfo
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libosinfo")
 | 
					    (name "libosinfo")
 | 
				
			||||||
    (version "1.7.1")
 | 
					    (version "1.9.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -988,7 +988,7 @@ Debian or a derivative using @command{debootstrap}.")
 | 
				
			||||||
                           version ".tar.xz"))
 | 
					                           version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1s97sv24bybggjx6hgqba2qdqz3ivfpd4cmkh4zm5y59sim109mv"))))
 | 
					         "0nd360c9ampw8hb6xh5g45q858df2r4jj9q88bcl6gzgaj0l3wxl"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
| 
						 | 
					@ -1003,10 +1003,9 @@ Debian or a derivative using @command{debootstrap}.")
 | 
				
			||||||
             (substitute* "osinfo/osinfo_loader.c"
 | 
					             (substitute* "osinfo/osinfo_loader.c"
 | 
				
			||||||
               (("path = DATA_DIR.*")
 | 
					               (("path = DATA_DIR.*")
 | 
				
			||||||
                (string-append "path = \"" (assoc-ref inputs "osinfo-db")
 | 
					                (string-append "path = \"" (assoc-ref inputs "osinfo-db")
 | 
				
			||||||
                               "/share/osinfo\";")))
 | 
					                               "/share/osinfo\";"))))))))
 | 
				
			||||||
             #t)))))
 | 
					 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("libsoup" ,libsoup)
 | 
					     `(("libsoup" ,libsoup-minimal-2)
 | 
				
			||||||
       ("libxml2" ,libxml2)
 | 
					       ("libxml2" ,libxml2)
 | 
				
			||||||
       ("libxslt" ,libxslt)
 | 
					       ("libxslt" ,libxslt)
 | 
				
			||||||
       ("osinfo-db" ,osinfo-db)))
 | 
					       ("osinfo-db" ,osinfo-db)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue