aboutsummaryrefslogtreecommitdiff
path: root/gnu/services.scm
diff options
context:
space:
mode:
authorFederico Beffa <beffa@fbengineering.ch>2016-07-06 18:23:03 +0200
committerFederico Beffa <beffa@fbengineering.ch>2016-07-06 18:23:03 +0200
commit2d634d9b7e2c6aba45658c50cc5029a2a24bae85 (patch)
tree5b07d5978d3da0139294b2cc3c74876f95a3b4da /gnu/services.scm
parent9a745d76f6594a31994731ef6892290e01cc683f (diff)
downloadguix-2d634d9b7e2c6aba45658c50cc5029a2a24bae85.tar.gz
guix-2d634d9b7e2c6aba45658c50cc5029a2a24bae85.zip
gnu: texlive: Fix 'texmf-local' search path.
* gnu/packages/tex.scm (texlive, texlive-minimal): Add 'native-search-paths'. (texlive-texmf): Correct 'TEXMFLOCAL' definition in 'texmf.cnf' in 'texmf-config' phase.
Diffstat (limited to 'gnu/services.scm')
0 files changed, 0 insertions, 0 deletions
a27b0 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves 2023-08-20Revert "gnu: system: Add home-directory-permissions field to <user-account>."...This reverts commit e9a5eebc785cb843034b38c5c5a6dd10904bdf2a, which as far as I can tell breaks system roll-backs thusly: [...] In gnu/build/accounts.scm: 239:27 3 (_ #<<password-entry> name: "root" password: "x" uid: 0 gid: 0 real-name: "System >) In unknown file: 2 (string-join ("root" "x" "0" "0" "System administrator" "/root" #t) ":" #<undefined>) In ice-9/boot-9.scm: 1685:16 1 (raise-exception _ #:continuable? _) 1685:16 0 (raise-exception _ #:continuable? _) ice-9/boot-9.scm:1685:16: In procedure raise-exception: In procedure string-append: Wrong type (expecting string): #t Tobias Geerinckx-Rice 2023-08-25gnu: system: Add home-directory-permissions field to <user-account>....* gnu/system/accounts.scm (<user-account>)[home-directory-permissions]: New field. (user-account-home-directory-permissions): New accessor. * gnu/build/activation.scm (activate-users+groups): Use home directory permission bits from the user account object. * doc/guix.texi (User Accounts): Document new field. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> David Thompson 2022-12-17activation: Firmware activation handles missing support in kernel....* gnu/build/activation.scm (activate-firmware): Check if firmware loading is enabled before attempting to use it. Marius Bakke