aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/hurd.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-19 09:40:59 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-02-11 07:04:22 -0500
commit6e20d190dccccbce33750cbdbe4a95f95bf8d87f (patch)
tree1a17f9065f6a9b504540a7bcd4c96b10aa4979f3 /gnu/packages/hurd.scm
parentf63f524053a9a8503bf98532b6b3d91b17c1d7c0 (diff)
downloadguix-6e20d190dccccbce33750cbdbe4a95f95bf8d87f.tar.gz
guix-6e20d190dccccbce33750cbdbe4a95f95bf8d87f.zip
gnu: librsvg: Update to 2.50.3.
* gnu/packages/gnome.scm (librsvg): Update to 2.50.3. Remove trailing #t. [cargo-development-inputs]: Update rust-lopdf to 0.26. (librsvg-next): Remove variable. (eog): Adjust.
Diffstat (limited to 'gnu/packages/hurd.scm')
0 files changed, 0 insertions, 0 deletions
mit/gnu/system/accounts.scm?id=6061d01512081c93c53fdd1d4302b36696403061'>activation: Operate on <user-account> and <user-group> records....* gnu/system/accounts.scm (sexp->user-group, sexp->user-account): New procedures. * gnu/system/shadow.scm (account-activation): Call them in the arguments to 'activate-users+groups'. (account-shepherd-service): Likewise. * gnu/build/activation.scm (activate-users+groups): Expect a list of <user-account> and a list of <user-group>. Replace uses of 'match' on tuples with calls to record accessors. (activate-user-home): Likewise. Ludovic Courtès 2019-03-07system: Add (gnu system accounts)....The (gnu system accounts) module is meant to be used both on the build- and on the host-side. * gnu/system/shadow.scm <top level>: Call 'default-shell'. (<user-account>, <user-group>): Move to... * gnu/system/accounts.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add system/accounts.scm. Ludovic Courtès