Ludovic Courtès
a18eda2747
packages: Add `native-search-paths' field and honor it.
* guix/packages.scm (<search-path-specification>): New record type.
(search-path-specification->sexp): New procedure.
(<package>)[native-search-paths]: New field.
(package-derivation): Accumulate the search paths, and pass them
as #:search-paths toe BUILDER.
* guix/build-system/gnu.scm (gnu-build): Add #:search-paths. Compute
`implicit-search-paths'. Pass #:search-paths in BUILDER.
* guix/build-system/perl.scm (perl-build): Add #:search-paths, pass it
to BUILDER with the search paths of PERL.
* guix/build-system/cmake.scm (cmake-build): Add #:search-paths, pass it
to BUILDER.
* guix/build-system/trivial.scm (trivial-build): Add #:search-paths,
ignore it.
* guix/build/gnu-build-system.scm (set-paths): Add #:search-paths.
Remove explicit settings of CPATH, LIBRARY_PATH, and PKG_CONFIG_PATH.
Instead, walk SEARCH-PATHS and call `set-path-environment-variable'
for them.
* guix/build/perl-build-system.scm (perl-build): Remove PERL5LIB setting.
* tests/packages.scm ("search paths"): New test.
* gnu/packages/bootstrap.scm (%bootstrap-guile)[raw]: Add
#:search-paths.
(%bootstrap-gcc): Add `native-search-paths' field.
* gnu/packages/perl.scm (perl): Likewise.
* gnu/packages/pkg-config.scm (pkg-config): Likewise.
* gnu/packages/glib.scm (intltool): Remove `arguments'.
* gnu/packages/avahi.scm (avahi): Remove #:phases.
2013-03-30 22:57:03 +01:00
..
2013-01-18 01:07:31 +01:00
2013-03-29 21:44:31 +01:00
2013-02-01 13:16:45 +01:00
2013-01-25 10:50:30 +01:00
2013-01-18 01:07:31 +01:00
2013-02-01 13:16:45 +01:00
2013-02-10 18:28:00 +01:00
2013-03-30 22:57:03 +01:00
2013-03-29 21:44:31 +01:00
2013-01-18 01:07:31 +01:00
2013-01-23 23:33:09 +01:00
2013-02-27 20:55:38 +01:00
2013-01-18 01:07:31 +01:00
2013-03-30 22:57:03 +01:00
2013-02-10 16:51:46 +01:00
2013-03-26 22:43:41 +01:00
2013-01-18 01:07:53 +01:00
2013-03-21 19:53:29 +01:00
2013-02-01 13:16:45 +01:00
2013-01-18 01:07:53 +01:00
2013-03-26 22:32:18 +01:00
2013-02-27 20:55:42 +01:00
2013-02-24 17:54:51 +01:00
2013-01-18 01:07:53 +01:00
2013-01-19 01:01:27 +00:00
2013-01-18 01:07:31 +01:00
2013-02-07 23:47:32 +01:00
2013-03-14 17:47:26 +01:00
2013-03-06 20:58:48 +00:00
2013-01-18 01:07:53 +01:00
2013-01-18 01:07:53 +01:00
2013-02-12 13:19:26 +01:00
2013-02-10 17:23:48 +01:00
2013-03-30 22:57:03 +01:00
2013-01-28 22:48:15 +01:00
2013-01-18 01:07:31 +01:00
2013-01-18 01:07:53 +01:00
2013-02-12 13:19:26 +01:00
2013-03-30 22:57:03 +01:00
2013-03-01 18:34:33 +01:00
2013-03-19 17:54:00 +01:00
2013-03-05 19:09:53 +01:00
2013-02-10 17:23:48 +01:00
2013-02-02 12:48:58 +00:00
2013-01-21 23:23:02 +01:00
2013-02-12 13:19:26 +01:00
2013-01-18 01:07:53 +01:00
2013-02-27 20:55:40 +01:00
2013-01-18 01:07:31 +01:00
2013-01-18 01:07:53 +01:00
2013-01-18 01:07:53 +01:00
2013-01-18 01:07:53 +01:00
2013-01-26 23:40:43 +01:00
2013-01-18 01:07:31 +01:00
2013-01-18 01:07:31 +01:00
2013-01-25 21:52:08 +01:00
2013-03-02 17:00:33 +01:00
2013-01-20 22:54:36 +01:00
2013-02-10 17:23:48 +01:00
2013-01-18 01:07:53 +01:00
2013-01-23 21:28:44 +01:00
2013-02-23 16:32:41 +01:00
2013-02-10 17:23:48 +01:00
2013-01-19 17:34:26 +01:00
2013-02-10 17:23:48 +01:00
2013-02-12 00:14:32 +01:00
2013-01-18 01:07:53 +01:00
2013-02-27 20:55:40 +01:00
2013-02-27 20:55:42 +01:00
2013-02-10 17:23:48 +01:00
2013-01-18 01:07:53 +01:00
2013-03-05 00:14:44 +01:00
2013-03-19 23:27:04 +01:00
2013-02-10 17:23:48 +01:00
2013-01-18 01:07:53 +01:00
2013-03-27 23:47:54 +01:00
2013-01-23 23:33:09 +01:00
2013-02-06 22:47:58 +01:00
2013-03-22 13:04:41 +01:00
2013-01-18 01:07:53 +01:00
2013-01-18 01:07:31 +01:00
2013-02-10 17:23:48 +01:00
2013-01-21 21:46:46 +01:00
2013-01-18 01:07:31 +01:00
2013-01-24 00:03:43 +01:00
2013-01-31 22:47:25 +01:00
2013-02-24 16:41:27 +01:00
2013-01-23 23:33:09 +01:00
2013-02-27 20:55:39 +01:00
2013-02-08 15:44:24 +01:00
2013-02-05 23:41:38 +01:00
2013-02-12 13:19:26 +01:00
2013-03-30 22:57:03 +01:00
2013-03-30 22:57:03 +01:00
2013-02-12 00:14:32 +01:00
2013-01-18 01:07:31 +01:00
2013-01-27 00:55:37 +01:00
2013-02-27 20:55:40 +01:00
2013-02-10 17:23:48 +01:00
2013-02-10 17:23:48 +01:00
2013-01-18 01:07:53 +01:00
2013-02-27 20:55:39 +01:00
2013-02-12 19:36:14 +01:00
2013-02-23 18:39:49 +01:00
2013-01-18 01:07:53 +01:00
2013-02-09 12:05:01 +00:00
2013-01-25 21:52:08 +01:00
2013-01-30 23:03:48 +01:00
2013-01-25 21:52:08 +01:00
2013-01-18 01:07:53 +01:00
2013-01-18 18:22:48 +01:00
2013-02-10 23:43:46 +01:00
2013-03-14 17:32:25 +01:00
2013-02-12 13:19:26 +01:00
2013-01-18 01:07:31 +01:00
2013-02-11 22:23:29 +01:00
2013-01-20 23:21:04 +01:00
2013-02-27 20:55:39 +01:00
2013-03-16 22:36:13 +01:00
2013-03-06 20:52:04 +00:00
2013-02-27 20:55:38 +01:00
2013-02-24 18:07:50 +01:00
2013-01-18 01:07:31 +01:00
2013-03-04 00:48:00 +01:00
2013-01-18 01:07:31 +01:00
2013-01-26 14:40:49 +01:00