Commit Graph

5 Commits

Author SHA1 Message Date
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Atemu
d8ed555748 libgovirt: 0.3.8 -> 0.3.9
Also switched to the meson+ninja
2023-02-04 15:13:35 +01:00
Atemu
88880a8fb3 libgovirt: darwin support 2022-10-28 13:10:13 +02:00
Jan Tojnar
e70d829bdb libgovirt: clean up
- Split outputs to prevent closure contamination with propagated dependencies’ dev outputs.
- Use mirror URL.
- Add update script (also change source URL so it can be auto-updated).
- Correct dependencies:
  - Even though glib is propagated by other dependencies, let’s add it here as well for completeness.
  - libsoup should not need to be propagated.
- Add gobject-introspection (on by default with meson).
- Use correct non-deprecated license.
- Reduce scope of lib.

Ideally, we would also switch to Meson but it currently specifies dependencies incorrectly:
https://gitlab.gnome.org/GNOME/libgovirt/-/merge_requests/15
2022-02-21 08:22:43 +01:00
Andrew Marshall
0deb79e47b libgovirt: init at 0.3.8 2022-02-16 01:22:19 -05:00