all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35009] Fixing exports for slim-configuration
@ 2019-03-26 20:21 Tim Gesthuizen
  2019-03-31 21:24 ` bug#35009: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Gesthuizen @ 2019-03-26 20:21 UTC (permalink / raw)
  To: 35009

[-- Attachment #1: Type: text/plain, Size: 142 bytes --]

Hi,
the attached patch adds missing exports to gnu/services/xorg.scm which
were not added in 554b8607396785dcde6eb391f75f98a07ec582fd.

Tim.


[-- Attachment #2: 0001-gnu-slim-configuration-Adapt-exported-getter-methods.patch --]
[-- Type: text/x-patch, Size: 1382 bytes --]

From 92c43aa63a26a833a43cbb7172de9abae94aa5c0 Mon Sep 17 00:00:00 2001
From: Tim Gesthuizen <tim.gesthuizen@yahoo.de>
Date: Tue, 26 Mar 2019 20:52:50 +0100
Subject: [PATCH] gnu: slim-configuration: Adapt exported getter methods

Commit 554b8607396785dcde6eb391f75f98a07ec582fd introduces changes to the
slim-configuration record without updating the exported methods.

* gnu/services/xorg.scm: Export slim-configuration-xorg and
  slim-configuration-sessreg.
---
 gnu/services/xorg.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index f047b8a043..f09b4d5b9d 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
 ;;; Copyright © 2018, 2019 Timothy Sample <samplet@ngyro.com>
 ;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -79,7 +80,8 @@
             slim-configuration-xauth
             slim-configuration-shepherd
             slim-configuration-auto-login-session
-            slim-configuration-startx
+            slim-configuration-xorg
+            slim-configuration-sessreg
 
             slim-service-type
             slim-service
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#35009: Fixing exports for slim-configuration
  2019-03-26 20:21 [bug#35009] Fixing exports for slim-configuration Tim Gesthuizen
@ 2019-03-31 21:24 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-03-31 21:24 UTC (permalink / raw)
  To: Tim Gesthuizen; +Cc: 35009-done

Hello,

Tim Gesthuizen <tim.gesthuizen@yahoo.de> skribis:

>>From 92c43aa63a26a833a43cbb7172de9abae94aa5c0 Mon Sep 17 00:00:00 2001
> From: Tim Gesthuizen <tim.gesthuizen@yahoo.de>
> Date: Tue, 26 Mar 2019 20:52:50 +0100
> Subject: [PATCH] gnu: slim-configuration: Adapt exported getter methods
>
> Commit 554b8607396785dcde6eb391f75f98a07ec582fd introduces changes to the
> slim-configuration record without updating the exported methods.
>
> * gnu/services/xorg.scm: Export slim-configuration-xorg and
>   slim-configuration-sessreg.

I replaced “gnu:” with “services:” and committed, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-31 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-26 20:21 [bug#35009] Fixing exports for slim-configuration Tim Gesthuizen
2019-03-31 21:24 ` bug#35009: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.