aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-07-21 19:32:50 +0200
committerMarius Bakke <marius@gnu.org>2020-07-22 01:39:22 +0200
commit337333c2567bdf767fdc8e04520c4bc0c8b33784 (patch)
tree28789864573f4d9ab7b0fd200a1413e07c23a0ca /gnu/packages/qt.scm
parent327c1d3abdda58d9ead95bcdba6bfa1f0cdf3110 (diff)
downloadguix-337333c2567bdf767fdc8e04520c4bc0c8b33784.tar.gz
guix-337333c2567bdf767fdc8e04520c4bc0c8b33784.zip
gnu: patchelf: Update to 0.11.
* gnu/packages/elf.scm (patchelf): Update to 0.11. Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/packages/qt.scm')
0 files changed, 0 insertions, 0 deletions
hadow.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