aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/lightdm.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-09-26 11:31:09 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-11-09 21:33:56 +0000
commiteb23cceba53a491272372a7ec4a077b603520905 (patch)
tree6fd7802824c120119c36f8941c8c91fe1f4aaf33 /gnu/tests/lightdm.scm
parent40c01f8dd3b8ab3f093838b1915a50ce74fd56c2 (diff)
downloadguix-eb23cceba53a491272372a7ec4a077b603520905.tar.gz
guix-eb23cceba53a491272372a7ec4a077b603520905.zip
gnu: go-github-com-subosito-gotenv: Update to 1.6.0.
* gnu/packages/golang.scm (go-github-com-subosito-gotenv): Update to 1.6.0. [propagated-inputs]: Add go-golang-org-x-text. Change-Id: I6010bdacf80eaf6aa2cf869844b2327124318580
Diffstat (limited to 'gnu/tests/lightdm.scm')
0 files changed, 0 insertions, 0 deletions
cs.scm (r-skitools)[synopsis]: Fix spelling of "utilities". * gnu/packages/golang.scm (go-github-com-savsgio-gotils)[synopsis]: Fix spelling of "utilities". [description]: Likewise. * gnu/system.scm (boot-file-system-service os): Fix spelling of "utilities". Vagrant Cascadian 2022-10-23system: hurd: Boot with the statically-linked 'exec' server....This works around <https://issues.guix.gnu.org/58631>. * gnu/system.scm (hurd-multiboot-modules): Use '/hurd/exec.static' instead of 'ld.so /hurd/exec'. Ludovic Courtès 2022-10-11system: operating-system: Make the timezone field default to Etc/UTC....* gnu/system.scm (<operating-system>) [timezone]: Default to "Etc/UTC". Maxim Cournoyer 2022-09-28services: Add file system utilities to profile....* gnu/services/base.scm (file-system-type->utilities) (file-system-utilities): New procedures. (file-system-service-type): Extend 'profile-service-type' with 'file-system-utilities'. * gnu/system.scm (boot-file-system-service): New procedure. (operating-system-default-essential-services): Use it. (%base-packages): Remove 'e2fsprogs'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Brice Waegeneire