aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cvassistant.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-01-29 23:46:38 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-01-31 09:50:45 +0100
commitd7d8fe36f938d035a7607f6ae2b3525fbba6f966 (patch)
tree0949cf96d15efaf2031ea5e09535dda24b960d6d /gnu/packages/cvassistant.scm
parent36e8952f086b694654e3015cc7cd5a3ecdf43c1f (diff)
downloadguix-d7d8fe36f938d035a7607f6ae2b3525fbba6f966.tar.gz
guix-d7d8fe36f938d035a7607f6ae2b3525fbba6f966.zip
gnu: Add rust-core-graphics-0.22.
* gnu/packages/crates-graphics.scm (rust-core-graphics-0.22): New variable. (rust-core-graphics-0.21): Inherit from above.
Diffstat (limited to 'gnu/packages/cvassistant.scm')
0 files changed, 0 insertions, 0 deletions
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Reza Alizadeh Majd 2020-10-20gnu: lxqt-session: Fix xsession entry exec path....* gnu/packages/lxqt.scm (lxqt-session)[arguments]: Update path for "startlxqt" to be able to executed properly by "gdm". Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Reza Alizadeh Majd 2020-09-06gnu: lxqt-panel: Patch xkeyboard-config location....* gnu/packages/lxqt.scm (lxqt-panel)[inputs]: Add xkeyboard-config. [arguments]: Add custom phase to patch the path to xkeyboard-config in kbindicator for reading the keyboard layouts. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Hamzeh Nasajpour 2020-08-22gnu: lxqt: Enable keyboard shortcuts....* gnu/packages/lxqt.scm (lxqt)[propagated-inputs]: Add lxqt-globalkeys. Signed-off-by: Leo Famulari <leo@famulari.name> Timotej Lazar 2020-08-13gnu: lxqt-panel: Show icons in menus....* gnu/packages/lxqt.scm (lxqt-panel)[propagated-inputs]: Add lxmenu-data. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Timotej Lazar p'>* gnu/services/shepherd.scm (<shepherd-configuration>): New record. (shepherd-boot-gexp, shepherd-root-service-type): Use it. (scm->go, shepherd-configuration-file): Allow passing custom shepherd package. * gnu/system.scm (operating-system-shepherd-service-names): Use the new record. * guix/scripts/system.scm (export-shepherd-graph): Adjust accordingly. * doc/guix.texi (Shepherd Services). Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2021-01-13services: shepherd: 'shepherd-service-type' requires documentation....* gnu/services/shepherd.scm (shepherd-service-type): Require a 'description' form. * gnu/services/base.scm (root-file-system-service-type) (rngd-service-type, host-name-service-type): (virtual-terminal-service-type, console-keymap-service-type) (syslog-service-type, swap-service-type) (kmscon-service-type): Add description. * gnu/services/networking.scm (dhcp-client-service-type): Likewise. * gnu/system/install.scm (cow-store-service-type): Likewise. * gnu/system/linux-container.scm (dummy-networking-service-type): Likewise. * gnu/system/mapped-devices.scm (device-mapping-service-type): Likewise. * tests/guix-system.sh: Likewise. Ludovic Courtès 2020-11-18services: shepherd: Map all the invalid store characters to dash....Fixes a regression introduced in 977eb5d023cfdf8e336f1896480eea9cef5c04e9 whereby file system services would now have a different name. * gnu/services/base.scm (file-system->shepherd-service-name): Revert changes introduced in 977eb5d023cfdf8e336f1896480eea9cef5c04e9. * gnu/services/shepherd.scm (%store-characters): New variable (shepherd-service-file-name): Map all the characters outside %STORE-CHARACTERS to #\-. Ludovic Courtès 2020-06-14services: Add 'hurd-vm service-type'....* gnu/services/virtualization.scm (hurd-vm-shepherd-service, hurd-vm-disk-image): New procedures. (%hurd-vm-operating-system, hurd-vm-service-type): New variables. (<hurd-vm-configuration>): New record type. * doc/guix.texi (Virtualization Services): Document it. * gnu/services/shepherd.scm (scm->go): Use let-system, remove FIXME. Fixes fixes cross-building of shepherd modules for the Hurd image. Jan (janneke) Nieuwenhuizen 2020-05-16services: shepherd: Silence Guile warnings....This avoids: WARNING: …: imported module (guix build utils) overrides core binding `delete' * gnu/services/shepherd.scm (%default-modules): #:hide 'delete' from (guix build utils). (shepherd-configuration-file)[config]: Wrap calls to 'load-compiled' in 'parameterize'. Ludovic Courtès 2020-05-08Merge branch 'core-updates'Marius Bakke 2020-05-08services: Add descriptions....* gnu/services/dbus.scm (polkit-service-type)[description]: New field. * gnu/services/dict.scm (dicod-service-type)[description]: New field. * gnu/services/dns.scm (knot-service-type)[description]: New field. * gnu/services/networking.scm (dhcpd-service-type)[description]: New field. * gnu/services/shepherd.scm (shepherd-root-service-type)[description]: New field. * gnu/services/xorg.scm (slim-service-type)[description]: New field. (screen-locker-service-type)[description]: New field. * gnu/system/pam.scm (pam-root-service-type)[description]: New field. * gnu/system/shadow.scm (account-service-type)[description]: New field. Ludovic Courtès