guix/gnu
Carl Dong 2b1d708294
gnu: Fix make-gcc-libc.
Until now the following wouldn't build:
--8<---------------cut here---------------start------------->8---
(use-modules (gnu packages commencement)
             (gnu packages gcc)
             (gnu packages base))

(make-gcc-libc gcc-9 glibc-2.27)
--8<---------------cut here---------------end--------------->8---

* gnu/packages/base.scm (make-gcc-libc)[phases]: Add environment
variables to place the target libc on the system header search path.
[make-flags]: Remove unncessary FLAGS_FOR_TARGET.
[native-inputs]: Construct in a way that doesn't require emptying
inputs.
2019-10-30 11:41:31 -04:00
..
bootloader
build
installer
machine
packages gnu: Fix make-gcc-libc. 2019-10-30 11:41:31 -04:00
services gnu: mpd-service-type: Support configuration of outputs. 2019-10-29 15:14:22 +01:00
system
tests
artwork.scm
bootloader.scm
ci.scm
installer.scm
local.mk gnu: libreoffice: Update to 6.2.8.2. 2019-10-29 19:46:59 +02:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm