gnu: make-linux-libre: Add extra-options parameter. * gnu/packages/linux.scm (linux-libre): Use %default-extra-linux-options. (config->string, %default-extra-linux-options): New variables.
gnu: Use make-linux-libre. * gnu/packages/linux.scm (make-linux-libre): New variable. (linux-libre, linux-libre-4.4, linux-libre-4.1): Use make-linux-libre. (kernel-config): Take arch instead of system.
gnu: lispf4: Remove unused inputs key. * gnu/packages/lisp.scm (lispf4)[arguments]: Remove unused inputs key from 'install' phase. [source](file-name): Append "-checkout" to the file-name. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: u-boot-vexpress_ca9x4: Rename to u-boot-vexpress. * gnu/packages/u-boot.scm (u-boot-vexpress_ca9x4): Rename.
gnu: Add u-boot-beagle-bone-black. * gnu/packages/u-boot.scm (u-boot-beagle-bone-black): New variable.
gnu: dtc: Remove patch-paths phase. * gnu/packages/u-boot.scm (dtc)[arguments]: Remove patch-paths phase. [configure-flags]: Add INSTALL. Signed-off-by: David Craven <david@craven.ch>
gnu: Add python-lit, python2-lit. * gnu/packages/python.scm (python-lit, python2-lit): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: python-prompt-toolkit: Update to 1.0.7. * gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.7. [source]: Use 'pypi-uri'.
gnu: ruby: Remove string-append call with single argument. * gnu/packages/ruby.scm (ruby)[source]: Remove string-append.
gnu: tinyxml: Fix typo in description. * gnu/packages/xml.scm (tinyxml)[description]: Fix typo.
services: nginx: Actually check if configuration is valid. * gnu/services/web.scm (nginx-activation): Fix path to nginx binary.
gnu: linux-libre: Add support for cross-compilation. * gnu/packages/linux.scm (linux-libre): Add support for cross-compilation.
gnu: linux-libre: Move kernel configuration to configure phase. * gnu/packages/linux.scm (linux-libre)[arguments]: Add configure phase.
gnu: linux-libre: Apply %boot-logo patch in origin. * gnu/packages/linux.scm (linux-libre)[origin]: Apply %boot-logo patch in origin.
gnu: linux-libre: Use system->architecture. * gnu/packages/linux.scm (linux-libre): Use system->architecture.
gnu: linux-libre: Use modify-phases. * gnu/packages/linux.scm (linux-libre): Use modify-phases.
gnu: module-init-tools: Prevent line wrapping. * gnu/packages/linux.scm (module-init-tools): Break line.
gnu: Add schismtracker. * gnu/packages/music.scm (schismtracker): New variable.
gnu: guile-wm: Add '.desktop' file. * gnu/packages/guile-wm.scm (guile-wm)[arguments]: Add 'install-xsession' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add seqtk. * gnu/packages/bioinformatics.scm (seqtk): New variable.