1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00
Files
guix/gnu/packages
Ludovic Courtès d3d337d2d8 build-system: Bags record their system and target.
* guix/build-system.scm (<bag>)[system, target]: New fields.
  (make-bag): Add #:system parameter and pass it to LOWER.
* gnu/packages/bootstrap.scm (make-raw-bag): Initialize 'system' field.
* guix/build-system/cmake.scm (lower): Likewise.
* guix/build-system/perl.scm (lower): Likewise.
* guix/build-system/python.scm (lower): Likewise.
* guix/build-system/ruby.scm (lower): Likewise.
* guix/build-system/trivial.scm (lower): Likewise.
* guix/build-system/gnu.scm (lower): Initialize 'system' and 'target'
  fields.
* guix/packages.scm (bag->derivation, bag->cross-derivation): New
  procedures.
  (package-derivation, package-cross-derivation): Use 'bag->derivation'.
* tests/packages.scm ("search paths"): Initialize 'system' and 'target'
  fields.
  ("package->bag", "package->bag, cross-compilation", "bag->derivation",
  "bag->derivation, cross-compilation"): New tests.
2014-10-05 21:58:42 +02:00
..
2014-10-02 10:46:29 +02:00
2014-07-20 06:55:33 -07:00
2014-09-15 16:26:30 +02:00
2014-08-16 12:54:32 -04:00
2014-01-26 23:52:59 +01:00
2014-01-12 22:47:48 +01:00
2014-09-30 17:29:24 -05:00
2014-05-27 22:28:34 +02:00
2014-08-29 14:13:26 +02:00
2014-08-28 18:56:13 +02:00
2014-06-13 20:21:26 +02:00
2014-05-20 16:21:43 -05:00
2014-09-19 15:31:19 +04:00
2014-07-08 17:57:32 +02:00
2014-09-24 17:17:24 -04:00
2014-06-25 14:25:26 -05:00
2014-09-03 15:43:07 +02:00
2014-01-22 00:21:19 +01:00
2014-06-25 11:47:58 +02:00
2014-09-29 17:09:26 -05:00
2014-09-09 13:34:22 +02:00
2014-07-11 08:11:07 -04:00
2014-10-02 10:46:29 +02:00
2014-04-07 14:44:57 -05:00
2014-09-27 23:48:30 +02:00
2014-09-11 15:25:46 +02:00
2014-09-09 11:41:55 +02:00
2014-04-15 23:55:15 +02:00
2014-09-17 17:17:43 +02:00
2014-08-03 13:05:14 -04:00
2013-12-29 22:22:09 +01:00
2014-07-15 09:55:40 +02:00
2014-09-11 15:32:09 +02:00
2014-09-27 09:17:56 +02:00
2014-03-13 00:04:07 +01:00
2014-09-29 23:17:53 +02:00
2014-06-16 17:19:34 +02:00
2013-12-18 15:49:57 +01:00
2014-09-27 17:50:14 +02:00
2014-05-16 15:45:25 +02:00
2014-09-27 11:30:33 +02:00
2014-08-17 11:59:47 +02:00
2014-09-30 15:56:47 +02:00
2014-09-27 12:13:53 +02:00
2014-03-20 16:21:33 -04:00
2014-09-27 12:31:37 +02:00
2014-10-03 19:52:50 +02:00
2014-07-07 17:17:18 -04:00
2014-06-25 02:13:47 -05:00
2014-05-18 11:09:42 -05:00
2013-12-03 23:33:00 +01:00
2014-07-23 23:06:55 +02:00
2014-01-25 16:20:24 +01:00
2014-06-25 11:47:57 +02:00
2014-09-23 15:30:13 +02:00
2014-09-15 23:58:39 +02:00
2014-03-29 23:14:37 +01:00
2014-01-13 18:53:26 +01:00
2014-08-12 00:28:39 -05:00
2014-09-28 01:04:18 +02:00
2014-04-07 20:41:25 -05:00
2014-08-28 18:56:16 +02:00
2014-04-11 21:38:28 +02:00
2014-09-28 09:35:32 +02:00
2014-08-07 20:41:34 -04:00
2014-05-27 10:38:57 -05:00
2014-09-28 15:09:24 -04:00
2014-06-23 08:05:00 -04:00
2014-06-23 08:09:33 -04:00
2014-09-26 09:23:11 +04:00
2014-08-06 12:43:28 -04:00
2013-12-03 23:47:32 +01:00
2014-02-09 22:06:15 +01:00
2014-07-20 10:12:16 +02:00
2014-09-29 09:40:31 -05:00
2014-09-22 14:27:46 +02:00
2014-09-27 10:25:22 +02:00
2014-10-02 02:27:32 -04:00
2014-08-27 15:52:25 +04:00
2014-02-24 22:06:58 +01:00
2014-01-15 00:15:55 +01:00
2014-09-22 10:07:52 +02:00
2014-07-10 21:34:07 +02:00
2014-04-15 14:55:44 +02:00
2014-09-28 00:52:05 +02:00
2014-09-11 17:14:24 -05:00
2014-01-25 16:20:23 +01:00
2014-04-03 20:22:03 +02:00
2014-09-09 09:50:19 +02:00