gnu: linux-libre: Avoid invalid "kconfig" input on armhf and mips64el.
authorLudovic Courtès <ludo@gnu.org>
Tue, 20 Dec 2016 22:36:21 +0000 (23:36 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 20 Dec 2016 22:39:30 +0000 (23:39 +0100)
commit64b5e4137649be75c6f4ea37991be95a23844a95
treeda561def42e811cf49e114eca7861e5ca1522600
parent899358d18a0bf5347d3232a724b035a521d2c30c
gnu: linux-libre: Avoid invalid "kconfig" input on armhf and mips64el.

This fixes a bug whereby:

  guix build linux-libre -s armhf-linux

would fail with:

  guix build: error: gnu/packages/linux.scm:231:2: package `linux-libre-4.8.15' has an invalid input: ("kconfig" #f)

This led 'tests/guix-system.sh' to fail.

* gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Never add #f
as a "kconfig" input.
gnu/packages/linux.scm