guix/tests
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
..
base32.scm
base64.scm
build-utils.scm utils: Allow wrap-program to be called multiple times. 2014-09-13 21:53:21 -05:00
builders.scm build-system: Introduce "bags" as an intermediate representation. 2014-10-05 21:58:42 +02:00
derivations.scm daemon: Really enable automatic deduplication by default. 2014-08-31 14:44:34 +02:00
gexp.scm gexp: Allow use of high-level objects in #:references-graphs. 2014-09-06 23:42:56 +02:00
guix-archive.sh
guix-authenticate.sh
guix-build.sh tests: Fix typo in guix-build.sh. 2014-08-27 00:27:12 +02:00
guix-daemon.sh
guix-download.sh
guix-gc.sh
guix-hash.sh
guix-package.sh Introduce the 'GUIX_PACKAGE_PATH' environment variable. 2014-09-24 14:06:09 +02:00
guix-register.sh guix-register: By default, attempt to deduplicate registered items. 2014-08-25 00:16:49 +02:00
guix-system.sh
hash.scm
lint.scm guix lint: Remove "guix lint: " prefix from warnings. 2014-09-03 15:43:07 +02:00
monads.scm gnu: cross-base: Use the right dynamic linker name. 2014-10-05 21:58:42 +02:00
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 profiles: Use a real arrow to denote upgrades in ASCII. 2014-09-04 21:35:57 +02:00
pypi.scm import: Add PyPI importer. 2014-09-29 19:30:28 -04:00
records.scm
signing-key.pub
signing-key.sec
snix.scm import: Add PyPI importer. 2014-09-29 19:30:28 -04:00
store.scm
substitute-binary.scm
syscalls.scm syscalls: Add 'swapon' and 'swapoff'. 2014-09-18 20:19:56 +02:00
test.drv
ui.scm ui: Recognize the same size units as Coreutils. 2014-10-03 18:03:09 +02:00
union.scm
utils.scm utils: Add 'strip-keyword-arguments'. 2014-10-05 21:57:19 +02:00