guix-devel/gnu
Ludovic Courtès bfc9c33930
packages: Add the channel .go files to the search path.
Until now %LOAD-COMPILED-PATH would wrongfully contain:

  CHANNEL/share/guile/site/X.Y

for each channel, thereby ignoring all the .go files of channels.  This
fixes it so that %LOAD-COMPILED-PATH instead contains:

  CHANNEL/lib/guile/X.Y/site-ccache

* guix/describe.scm (current-channel-entries): New procedure.
(package-path-entries): Change to return the %LOAD-COMPILED-PATH entries
as a second value.
* gnu/packages.scm (%package-module-path): Expect two values from
'package-path-entries' and augment %LOAD-COMPILED-PATH accordingly.
2019-03-11 23:12:26 +01:00
..
bootloader gnu: Add u-boot-pinebook. 2018-11-22 21:59:05 +01:00
build activation: Shared system home directories are now 555 and root-owned. 2019-03-08 23:21:59 +01:00
installer gnu: Remove unused TIMEZONE-LISTBOX-HEIGTH. 2019-02-18 01:52:48 +01:00
packages gnu: swaylock: Fix indentation. 2019-03-11 20:31:30 +01:00
services services: mate-desktop: Deprecate the 'mate-desktop-service' procedure. 2019-03-11 23:12:26 +01:00
system activation: Build account databases with (gnu build accounts). 2019-03-07 20:05:09 +01:00
tests activation: Shared system home directories are now 555 and root-owned. 2019-03-08 23:21:59 +01:00
artwork.scm artwork: Update snapshot to b975164. 2019-03-05 23:08:53 +01:00
bootloader.scm bootloader: Remove deprecated 'device' field. 2019-01-16 14:07:38 +01:00
ci.scm ci: Skip system tests on armhf-linux. 2019-01-21 10:19:31 +01:00
installer.scm gnu: Move most packages from guile.scm to new module. 2019-01-28 14:57:10 +01:00
local.mk gnu: pugixml: Build as shared library. 2019-03-10 21:44:25 +01:00
packages.scm packages: Add the channel .go files to the search path. 2019-03-11 23:12:26 +01:00
services.scm
system.scm gnu: Add graphical installer support. 2019-01-17 14:04:20 +01:00
tests.scm