aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2024-09-26 12:00:37 -0500
committerjgart <jgart@dismail.de>2024-09-26 20:33:46 -0500
commit987a4c5d34b87ccfcd856cad9e67e5568bfcaa93 (patch)
treed21d1e08a1911c5edf62e3bd40171ac2b0d0e198 /HACKING
parent22e003266666487b555f3d6ef2492e4e8f543688 (diff)
downloadguix-987a4c5d34b87ccfcd856cad9e67e5568bfcaa93.tar.gz
guix-987a4c5d34b87ccfcd856cad9e67e5568bfcaa93.zip
gnu: Add cl-lisp-preprocessor.
* gnu/packages/lisp-xyz.scm (cl-lisp-preprocessor, ecl-lisp-preprocessor, sbcl-lisp-preprocessor): New variables. Co-authored-by: Ada Stevenson <adanskana@gmail.com> Change-Id: Ice5358677e62232b67b62a3f1520686bc96a79a8
Diffstat (limited to 'HACKING')
0 files changed, 0 insertions, 0 deletions
. * gnu/services/xorg.scm (%gdm-accounts): Set supplementary groups. Florian Pelz 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-03-01services: set-xorg-configuration: handle slim and sddm...* gnu/services/xorg.scm (handle-xorg-configuration): New syntax. (gdm-service-type, slim-service-type): Use handle-xorg-configuration. * gnu/services/sddm.scm (sddm-service-type): Likewise. Jakub Kądziołka 2020-02-16services: xorg: Filter modules based on system...Fixes <https://bugs.gnu.org/39402>. Reported by shtwzrd <shtwzrd@protonmail.com>. * gnu/services/xorg.scm (xorg-configuration): Apply a filter over %default-xorg-modules packages, excluding those for which the %current-system is not among the package's supported-systems. This patch makes it possible to use xorg-configuration on systems other than x86_64 and i686, as without it, xf86-video-intel would be pulled in on the unsupported architecture and fail. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> shtwzrd 2020-02-11system: Stop using canonical-package....Usage of canonical-package outside of thunked fields breaks cross-compilation, see: https://lists.gnu.org/archive/html/guix-devel/2019-12/msg00410.html. * gnu/installer.scm (installer-program): Remove canonical-package. * gnu/services/base.scm (<nscd-cache>): Ditto, (%base-services): ditto. * gnu/services/xorg.scm: Remove useless canonical-package import. * gnu/system.scm (%base-packages): Remove canonical-package. * gnu/system/install.scm (%installation-services): Ditto, (installation-os): ditto. * gnu/system/locale.scm (single-locale-directory): Ditto. Mathieu Othacehe 2020-01-28services: gdm: Disable initial system setup in GDM....* gnu/services/xorg.scm (gdm-configuration-file): Disable gnome-initial-setup. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Leo Prikler