aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/svg.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-09-12 17:06:40 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-09-12 17:11:47 +0900
commitf5449685143be0805a8a9b54ddecee94e368c6e9 (patch)
treefbb1e45c5058d2550099078ad3fb35cdd10ea93b /gnu/build/svg.scm
parent51ba1e375e54c67bfdd3d25f5eea186eacaf72e8 (diff)
downloadguix-f5449685143be0805a8a9b54ddecee94e368c6e9.tar.gz
guix-f5449685143be0805a8a9b54ddecee94e368c6e9.zip
gnu: guix-daemon: Remove broken 'change-default-guix' phase.
It has no effect, probably due to the '+' in the pattern not being escaped. We also don't want to refer to /var/guix/profiles/per-user/root/bin/guix anymore, which may not exist (for Guix System users that have never ran 'guix pull' has root). The 'guix' command used is that specified via the build system, which is $(bindir)/guix. * gnu/packages/package-management.scm (guix-daemon) [phases]: Delete change-default-guix phase. Change-Id: If4703334f34aac3486ff655af7d8d4c2ccf0a0eb
Diffstat (limited to 'gnu/build/svg.scm')
0 files changed, 0 insertions, 0 deletions
/td>Pavel Shlyak 2022-05-23image: Add bootable flag support....* gnu/build/image.scm (sexp->partition): Add flags support. * gnu/system/image.scm (partition->gexp): Ditto. (system-disk-image): Set the genimage bootable flag if it is part of the partition flags. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Pavel Shlyak 2022-02-07build: image: Account for fixed-size file system structures....Workaround for <https://issues.guix.gnu.org/53194>. * gnu/build/image.scm (estimate-partition-size): Enforce a 1-MiB minimum. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Tobias Geerinckx-Rice 2021-12-23build: image: Add optional closure copy support....* gnu/build/image.scm (initialize-root-partition): Add a closure-copy? argument and honor it. Mathieu Othacehe 2021-08-15Update copyright/name notices for Christine Lemmer-Webber....* doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber. * gnu/build/image.scm: Likewise. * gnu/build/vm.scm: Likewise. * gnu/packages/admin.scm: Likewise. * gnu/packages/assembly.scm: Likewise. * gnu/packages/audio.scm: Likewise. * gnu/packages/backup.scm: Likewise. * gnu/packages/check.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/finance.scm: Likewise. * gnu/packages/gnupg.scm: Likewise. * gnu/packages/guile-xyz.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/haskell-xyz.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/mail.scm: Likewise. * gnu/packages/password-utils.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/sphinx.scm: Likewise. * gnu/packages/ssh.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/networking.scm: Likewise. * gnu/system/vm.scm: Likewise. Christopher Lemmer Webber 2021-04-21image: Fix spelling of "evaluate"...* gnu/build/image.scm: Fix typo. Vagrant Cascadian