me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
guix/gnu
Ludovic Courtès 2262ee2c63
gnu: linux-libre: Do not call 'configuration-file' on non-Linux targets.
Starting from commit b55310603f, a command
like:

  guix build linux-libre -s i586-gnu -n

would crash on a wrong-type-arg error in 'kernel-config' because it was
getting #f as the 'arch' argument.  This commit fixes it.

* gnu/packages/linux.scm (make-linux-libre*)[inputs]: Check whether
'platform-linux-architecture' returns #f, as is the case for example on
i586-gnu, before calling CONFIGURATION-FILE.
2022-05-26 12:22:59 +02:00
..
bootloader
build image: Add bootable flag support. 2022-05-23 09:17:12 +02:00
home
installer Revert "installer: user: Remove useless filtering." 2022-05-21 00:15:08 +02:00
machine
packages gnu: linux-libre: Do not call 'configuration-file' on non-Linux targets. 2022-05-26 12:22:59 +02:00
services services: ssh: Fix extend-openssh-authorized-keys. 2022-05-26 08:22:03 +03:00
system images: hurd: Adjust module imports. 2022-05-25 14:47:36 +03:00
tests services: openssh: Listen on both IPv4 and IPv6. 2022-05-22 21:56:40 +02:00
artwork.scm
bootloader.scm
ci.scm Move (gnu platform) and (gnu platforms ...) to guix/. 2022-05-25 09:27:25 +02:00
home.scm
image.scm Move (gnu platform) and (gnu platforms ...) to guix/. 2022-05-25 09:27:25 +02:00
installer.scm
local.mk Move (gnu platform) and (gnu platforms ...) to guix/. 2022-05-25 09:27:25 +02:00
machine.scm
packages.scm
services.scm services: Make <service-type> 'description' field mandatory. 2022-05-18 22:29:54 +02:00
system.scm system: Improve warning when using LUKS mapped devices without UUIDs. 2022-05-21 00:12:31 -04:00
tests.scm services: Add more description fields. 2022-05-18 22:29:54 +02:00