aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/image.scm
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2023-11-26 18:54:17 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2023-12-02 17:08:56 +0100
commite9b85cb0d40842f41a79eddb5464b9365f024a1c (patch)
tree0bf083c60cacd5dd29ea22bd2a5250a9bf719754 /gnu/tests/image.scm
parent7d0f2433e1b9ae9d75b0e9c9a3c78e9752a24683 (diff)
downloadguix-e9b85cb0d40842f41a79eddb5464b9365f024a1c.tar.gz
guix-e9b85cb0d40842f41a79eddb5464b9365f024a1c.zip
gnu: sushi: Update to 44.2.
* gnu/packages/gnome.scm (sushi): Update to 44.2. [arguments]: Convert to list of G-Expressions. Change-Id: Ifd87eb3eed82b3fb2921d23fa27e161fe8361069 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/tests/image.scm')
0 files changed, 0 insertions, 0 deletions
disk-image): Rename to system-disk-image-in-vm. * gnu/ci.scm (qemu-jobs): Adapt to new API. * gnu/tests/install.scm (run-install): Ditto. * guix/scripts/system.scm (system-derivation-for-action): Ditto. Mathieu Othacehe 2020-05-05build: install: Do not set store GID....There's no need to set the store GID as is will be done by the guix-daemon, with the following snippet: if (chown(chrootStoreDir.c_str(), 0, buildUser.getGID()) == -1) throw SysError(format("cannot change ownership of ‘%1%’") % chrootStoreDir); * gnu/build/install.scm (directives): Do not set store GID. Mathieu Othacehe 2020-05-05build: install: Ignore chown exceptions....Changing ownership may require root permissions. As image can now be generated without root permissions (no VM involved), ignore those exceptions. * gnu/build/install.scm (evaluate-populate-directive): Ignore chown exceptions. Mathieu Othacehe