Previously, 'switch-to-system.drv' and 'install-bootloader.drv' would
depend on the user's (guix config) module. This is no longer the case.
* guix/scripts/system/reconfigure.scm (not-config?): New procedure.
(switch-system-program): Do not import the user's (guix config). Use
'make-config.scm' instead.
(install-bootloader-program): Likewise.
Fixes <https://bugs.gnu.org/40377>.
Reported by Brice Waegeneire <brice@waegenei.re>.
* guix/git.scm (switch-to-ref): In the 'tag case, remove call to
'tag-lookup'.
* gnu/packages/gnome.scm (gnome-default-applications)[arguments]: Change
deprecated defaults.list filename to gnome-mimeapps.list. The old
defaults.list was changed to mimeapps.list in the mime spec. The gnome- prefix
makes the file only be read when XDG_CURRENT_DESKTOP=GNOME.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu/packages/cedille.scm (cedille)[arguments]: Rename phase
'patch-cedille-path-el' to 'patch-cedille-paths' and add substitution for the
info page location. In the 'copy-cedille-mode' phase, install the info page.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu/packages/patches/sdl2-mesa-compat.patch: Delete file.
* gnu/packages/sdl.scm (sdl2): Update to 2.0.12.
[source]: Drop patch that was included in this release.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Without udev SDL falls back on custom detection code, which blocks every three
seconds while checking for new devices.
* gnu/packages/sdl.scm (sdl2)[inputs]: Add eudev.
[arguments]<#:make-flags>: Add LDFLAGS to include eudev in rpath so that
dlopen can find it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu/packages/finance.scm (beancount): New variable.
* gnu/packages/patches/beancount-disable-googleapis-fonts.patch: New file.
* gnu/local.mk: Add it.
This follows up 67ca82e6dd which was ineffective
when running 'guix build --system=armhf-linux python' on e.g. x86_64-linux
because the conditional would always return the native system.
* gnu/packages/python.scm (python-3.8)[native-inputs]: Add "arm-alignment.patch".
[arguments]: Add phase to apply it.
[source](patches): Remove it.
* gnu/packages/commencement.scm (python-boot0): Prevent inheriting the phase.
Fixes <https://bugs.gnu.org/40327>.
Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>.
This ensures one gets a "Shut Down" entry in the "System" menu.
* gnu/packages/mate.scm (mate-session-manager)[arguments]: Pass
"--with-elogind" instead of "--enable-elogind". Remove 'pre-configure'
phase.
This is a fix for https://issues.guix.gnu.org/issue/38135 until the
proper fix from core-updates is merged.
* gnu/packages/mate.scm (mate)[propagated-inputs]: Add glib:bin.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/mate.scm (mate-power-manager): Update to 1.24.1.
[native-inputs]: Switch from intltool to gettext as upstream. Add polkit
for ITS rules. Libtool is generated during build, so we can remove the
external one.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/mate.scm (pluma): Update to 1.24.0.
[inputs]: Switch from python-2 to python(3) like upstream.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>