[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#51323: [PATCH 1/3] Add xfce4-dev-tools
From: |
Ludovic Courtès |
Subject: |
bug#51323: [PATCH 1/3] Add xfce4-dev-tools |
Date: |
Thu, 28 Oct 2021 00:38:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> skribis:
> This is now needed to build newer lightdm-gtk-greeter versions
>
> * gnu/packages/xfce.scm (xfce4-dev-tools): New variable.
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
[...]
> This also fixes the build. Before configure failed with
> the following error:
> checking for exo-csource... no
> configure: error: in
> `/tmp/guix-build-lightdm-gtk-greeter-2.0.7.drv-0/lightdm-gtk-greeter-2.0.7':
> configure: error: exo-csource not installed
>
> * gnu/packages/display-managers.scm (lightdm): update to 2.0.8
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
[...]
> The bash-minimal dependency is required by the wrap-program,
> and guix lint suggests to add it in the inputs.
>
> * gnu/packages/display-managers.scm (lightdm): add bash-minimal dependency
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Applied all three patches. I removed the ‘Signed-off-by’: by convention
we keep it for the person who applies the patch.
Thanks!
Ludo’.