Taken from upstream commit: 9091c6849652fa083297bc12645d8c57a962874a. diff --git a/data/osinfo/guix-1.3.xml b/data/osinfo/guix-1.3.xml new file mode 100644 index 00000000..d4e1c167 --- /dev/null +++ b/data/osinfo/guix-1.3.xml @@ -0,0 +1,9 @@ + + + + + + https://gitlab.gnome.org/GNOME/gnome-boxes-logos/-/raw/master/logos/guix.svg + + + diff --git a/data/osinfo/meson.build b/data/osinfo/meson.build index 46ff1570..d5531e60 100644 --- a/data/osinfo/meson.build +++ b/data/osinfo/meson.build @@ -7,6 +7,7 @@ osinfo_db = [ ['freedos-1.2.xml', 'gnome-boxes/osinfo/os/freedos.org'], ['gnome-nightly.xml', 'gnome-boxes/osinfo/os/gnome.org'], ['gnome-3.38.xml', 'gnome-boxes/osinfo/os/gnome.org'], + ['guix-1.3.xml', 'gnome-boxes/osinfo/os/guix.gnu.org'], ['manjaro-19.0.xml', 'gnome-boxes/osinfo/os/manjaro.org'], ['nixos-20.03.xml', 'gnome-boxes/osinfo/os/nixos.org'], ['opensuse-10.2.xml', 'gnome-boxes/osinfo/os/opensuse.org'], -- 2.34.0 310baa4ca'>refslogtreecommitdiff
path: root/tests/guix-pack-localstatedir.sh
AgeCommit message (Expand)Author
2019-05-18pack: '--localstatedir' and '-R' tests gracefully handle missing /gnu/store....Fixes <https://bugs.gnu.org/35776>. Reported by Ting-Wei Lan <lantw44@gmail.com>. * tests/guix-pack-localstatedir.sh: Set 'storedir' before 'NIX_STORE_DIR'. * tests/guix-pack-relocatable.sh: Likewise. Ludovic Courtès
2018-11-23pack: Add '--profile-name'....* guix/scripts/pack.scm (self-contained-tarball): Add #:profile-name and honor it. (squashfs-image, docker-image): Add #:profile-name. (%default-options): Add 'profile-name'. (%options, show-help): Add "--profile-name". (guix-pack): Honor it. * tests/guix-pack-localstatedir.sh: New file. * Makefile.am (SH_TESTS): Add it. * doc/guix.texi (Invoking guix pack): Document "--profile-name". Ludovic Courtès