GNU bug report logs -
#39579
[PATCH 0/3] Include operating systems list in virt-manager.
Previous Next
Reported by: Brice Waegeneire <brice <at> waegenei.re>
Date: Wed, 12 Feb 2020 16:31:02 UTC
Severity: normal
Tags: patch
Done: Jakub Kądziołka <kuba <at> kadziolka.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Wed, Feb 12, 2020 at 05:37:11PM +0100, Brice Waegeneire wrote:
> * gnu/packages/virtualization.scm (virt-manager)[inputs]: Add osinfo-db.
> [arguments]: Add phase patch.
> ---
> gnu/packages/virtualization.scm | 14 ++++++++++++--
> 1 file changed, 12 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
> index 3769ece889..222d59d8bc 100644
> --- a/gnu/packages/virtualization.scm
> +++ b/gnu/packages/virtualization.scm
> @@ -328,12 +328,22 @@ server and embedded PowerPC, and S390 guests.")
> (list (string-append "-Dwith-usb-ids-path="
> (assoc-ref %build-inputs "usb.ids"))
> (string-append "-Dwith-pci-ids-path="
> - (assoc-ref %build-inputs "pci.ids")))))
> + (assoc-ref %build-inputs "pci.ids")))
> + #:phases
> + (modify-phases %standard-phases
> + (add-after 'unpack 'patch
> + (lambda* (#:key inputs #:allow-other-keys)
> + (substitute* "osinfo/osinfo_loader.c"
> + (("path = DATA_DIR.*")
> + (string-append "path = \"" (assoc-ref inputs "osinfo-db")
> + "/share/osinfo\";")))
> + #t)))))
'patch is somewhat non-descriptive, how about 'patch-osinfo-path ?
> (inputs
> `(("libsoup" ,libsoup)
> ("libxml2" ,libxml2)
> ("libxslt" ,libxslt)
> - ("gobject-introspection" ,gobject-introspection)))
> + ("gobject-introspection" ,gobject-introspection)
> + ("osinfo-db" ,osinfo-db)))
> (native-inputs
> `(("glib" ,glib "bin") ; glib-mkenums, etc.
> ("gtk-doc" ,gtk-doc)
> --
> 2.25.0
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 years and 94 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.