guix/gnu/build
Mathieu Othacehe 892bbea750
build: 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.
2020-05-05 16:08:33 +02:00
..
accounts.scm
activation.scm
bootloader.scm
cross-toolchain.scm
file-systems.scm file-systems: Fix UTF-16 handling in initrd. 2020-05-03 23:04:57 +02:00
install.scm build: install: Do not set store GID. 2020-05-05 16:08:33 +02:00
linux-boot.scm linux-boot: Allow the root file system to be mounted via NFS. 2020-05-02 16:49:30 +02:00
linux-container.scm
linux-initrd.scm
linux-modules.scm system: Add kernel-loadable-modules to operating-system. 2020-03-22 12:51:50 +01:00
locale.scm
marionette.scm
shepherd.scm
svg.scm
vm.scm vm: Transparently compress iso9660 images. 2020-04-10 01:52:36 +02:00