guix/gnu
Ludovic Courtès aa27987f71 gnu: cross-base: Distinguish cross Linux headers from native headers.
Commit c6d33a9 provided an incorrect fix, whereby the "linux-headers" key
would be used twice in %BUILD-INPUTS and the 'set-cross-path' phase would
refer to the first one of them, which happened to be the native headers, and
not the target headers.  This patch solves the problem by removing the
ambiguity.

* gnu/packages/cross-base.scm (cross-gcc-arguments)[set-cross-path]: Remove to
  "xlinux-headers" instead of "linux-headers".
  (cross-gcc): When LIBC is true, add explicit "xlinux-headers" input, taken
  from LIBC's propagated inputs.
2015-07-19 00:15:44 +02:00
..
build file-systems: Implement partition lookup by UUID. 2015-07-14 15:24:19 +02:00
packages gnu: cross-base: Distinguish cross Linux headers from native headers. 2015-07-19 00:15:44 +02:00
services
system file-systems: Allow users to specify file system UUIDs as strings. 2015-07-14 15:24:20 +02:00
artwork.scm
packages.scm
services.scm
system.scm build: file-systems: Import (guix build syscalls) for non-static Guiles. 2015-07-09 08:23:03 -04:00