aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/akonadi-not-relocatable.patch
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2023-11-30 07:05:54 +0100
committerJanneke Nieuwenhuizen <janneke@gnu.org>2023-11-30 07:12:41 +0100
commite0885fcfbb12942f566a5ce9a4f3199a4d191723 (patch)
tree7f65547468d7deb0e29312c0c44f3e4769ebd7f9 /gnu/packages/patches/akonadi-not-relocatable.patch
parentbdbb9dc27a590b08651d058f06a42caa26e04abb (diff)
downloadguix-e0885fcfbb12942f566a5ce9a4f3199a4d191723.tar.gz
guix-e0885fcfbb12942f566a5ce9a4f3199a4d191723.zip
gnu: curl: Skip failing test on the Hurd.
* gnu/packages/curl.scm (curl)[arguments]: When building natively on the Hurd, also skip test 564. Change-Id: I265049b70c6255f075a98b1a385d40d9dd84badf
Diffstat (limited to 'gnu/packages/patches/akonadi-not-relocatable.patch')
0 files changed, 0 insertions, 0 deletions
-system>....* gnu/system.scm (<operating-system>): Add new privileged-programs field, that defaults to… (%default-privileged-programs): …this new variable, renamed from… (%setuid-programs): …this, which is now defined as the empty list. * doc/guix.texi (Setuid Programs): Rename this… (Privileged Programs): …to this. Adjust all refs. Update all mentions of ‘setuid’ (whether in prose, variable names, or code samples) to use the new ‘privilege[d]’ terminology instead. (operating-system Reference, X Window, Invoking guix system) (Service Reference): Adjust likewise. Tobias Geerinckx-Rice 2024-08-11services: Rename setuid-program-service-type....* gnu/services.scm (setuid-program->activation-gexp): Rename this… (privileged-program->activation-gexp): …to this. Operate on a list of <privileged-program> records. (privileged-program-service-type): New variable, renamed from setuid-program-service-type. Rename the service-type accordingly. (setuid-program-service-type): Redefine as an alias for the above. Tobias Geerinckx-Rice 2024-08-11build: Rename activate-setuid-programs....* gnu/build/activation.scm (activate-setuid-programs): Rename this… (activate-privileged-programs): …to this. Operate on a list of <privileged-program> records. * gnu/services.scm (setuid-program->activation-gexp): Adjust caller. Tobias Geerinckx-Rice 2024-08-11services: setuid-program: Populate /run/privileged/bin....Create /run/setuid-programs compatibility symlinks so that we can migrate all users (both package and human) piecemeal at our leisure. Apart from being symlinks, this should be a user-invisible change. * gnu/build/activation.scm (%privileged-program-directory): New variable. [activate-setuid-programs]: Put privileged copies in %PRIVILEGED-PROGRAM-DIRECTORY, with compatibility symlinks to each in %SETUID-DIRECTORY. * gnu/services.scm (setuid-program-service-type): Update docstring. * doc/guix.texi (Setuid Programs): Update @file{} name accordingly. Tobias Geerinckx-Rice