aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* guix-package: Extract version strings when installing a direct store path.Ludovic Courtès2012-11-19
* guix-package: Add `--list-available'.Ludovic Courtès2012-11-19
* distro: Add `fold-packages'.Ludovic Courtès2012-11-19
* guix-package: Add `--list-installed'.Ludovic Courtès2012-11-19
* guix-download: Use code from (guix build download).Ludovic Courtès2012-11-13
* guix-download: Add support for file:// URIs.Ludovic Courtès2012-11-13
* guix-download: Gracefully handle invalid URIs.Ludovic Courtès2012-11-13
* tests: Make sure to use the bootstrap Guile.Ludovic Courtès2012-11-13
* tests: Remove extraneous test.Ludovic Courtès2012-11-13
* Remove (guix http) and (guix ftp).Ludovic Courtès2012-11-13
* Add (guix download) and (guix build download).Ludovic Courtès2012-11-12
* Move base32 code to (guix base32).Ludovic Courtès2012-11-11
* tests: Choose a less expensive test for packages.Ludovic Courtès2012-11-09
* derivations: build-expression->derivation: Builder only refers to sources.Ludovic Courtès2012-11-09
* derivations: Add tests relative to fixed-output derivations.Ludovic Courtès2012-11-08
* guix-download: Error out when the HTTP response code is not 200.Ludovic Courtès2012-11-08
* guix-build: Error out when `-S' used for source-less package.Ludovic Courtès2012-11-07
* guix-package: Fix handling of the PACKAGE:OUTPUT syntax.Ludovic Courtès2012-11-07
* distro: Move bootstrap packages to (distro packages bootstrap).Ludovic Courtès2012-11-04
* Add (guix snix) and the `guix-import' command.Ludovic Courtès2012-11-04
* packages: `description' → `synopsis', `long-description' → `description'.Ludovic Courtès2012-11-04
* utils: Add `package-name->name+version'.Ludovic Courtès2012-11-04
* tests: Run without substitutes.Ludovic Courtès2012-11-02
* Add a preliminary `guix-package' command-line tool.Ludovic Courtès2012-11-01
* store: Add `store-path-package-name'.Ludovic Courtès2012-11-01
* build: Add unit test for the `guix-build' command.Ludovic Courtès2012-11-01
* Add (guix build union).Ludovic Courtès2012-10-29
* tests: Use our own bootstrap tools.Ludovic Courtès2012-10-28
* derivations: Pass the derivation of guile-for-build to `imported-files' & co.Ludovic Courtès2012-10-25
* store: Add `query-path-hash'.Ludovic Courtès2012-10-24
* derivations: Compile the #:modules passed to `build-expression->derivation'.Ludovic Courtès2012-10-24
* packages: Add support for system-dependent inputs.Ludovic Courtès2012-10-21
* utils: Add `fold-port-matches' and `remove-store-references'.Ludovic Courtès2012-10-16
* tests: Use bootstrap and Nixpkgs inputs to be less costly.Ludovic Courtès2012-10-07
* distro: Rename (distro ...) to (distro packages ...).Ludovic Courtès2012-09-26
* Add (guix build-system trivial).Ludovic Courtès2012-09-10
* define-record-type*: Add the `inherit' syntactic constructor keyword.Ludovic Courtès2012-08-30
* build: Pass $(NIX_INSTANTIATE) to the build and test environments.Ludovic Courtès2012-08-14
* Add `package-transitive-inputs'; use it to honor propagated inputs.Ludovic Courtès2012-07-07
* Add builder-side utilities for phases, stream editing, & co.Ludovic Courtès2012-07-05
* define-record-type*: Add `letrec*' behavior.Ludovic Courtès2012-07-03
* derivation: Coalesce multiple occurrences of the same input.Ludovic Courtès2012-07-02
* Fix `derivation-hash' for outputs not sorted alphabetically.Ludovic Courtès2012-07-02
* Add `derivation-prerequisites' and `derivation-prerequisites-to-build'.Ludovic Courtès2012-07-01
* Add the `valid-path?' RPC.Ludovic Courtès2012-07-01
* Add (distro) with a package searching facility.Ludovic Courtès2012-06-30
* Track the source location of packages.Ludovic Courtès2012-06-28
* Add a declarative packaging layer.Ludovic Courtès2012-06-28
* Abstract build systems.Ludovic Courtès2012-06-27
* Add `define-record-type*'.Ludovic Courtès2012-06-27