guix-kreyren/guix
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
..
build build-system/cmake: Add #:build-type parameter, default to "RelWithDebInfo". 2014-10-04 22:59:38 +02:00
build-system build-system: Bags record their system and target. 2014-10-05 21:58:42 +02:00
import
scripts guix package: Export generation procedures. 2014-10-05 22:17:48 +04:00
base32.scm
base64.scm
build-system.scm build-system: Bags record their system and target. 2014-10-05 21:58:42 +02:00
config.scm.in
derivations.scm
download.scm
ftp-client.scm
gexp.scm
git-download.scm build-system: Introduce "bags" as an intermediate representation. 2014-10-05 21:58:42 +02:00
gnu-maintenance.scm
gnupg.scm
hash.scm
http-client.scm
licenses.scm
monad-repl.scm
monads.scm
nar.scm
packages.scm build-system: Bags record their system and target. 2014-10-05 21:58:42 +02:00
pk-crypto.scm
pki.scm
profiles.scm
records.scm
serialization.scm
store.scm
svn-download.scm
tests.scm
ui.scm
utils.scm utils: Add 'strip-keyword-arguments'. 2014-10-05 21:57:19 +02:00