Merge branch 'master' into core-updates
[jackhill/guix/guix.git] / tests / packages.scm
2013-11-08 Ludovic CourtèsMerge branch 'master' into core-updates
2013-11-07 Ludovic Courtèspackages: Add a 'snippet' field to <origin>.
2013-09-26 Ludovic CourtèsMerge branch 'core-updates'
2013-09-26 Ludovic Courtèsbuild-system/trivial: Take the 'source' field into...
2013-09-22 Ludovic CourtèsMerge branch 'master' into core-updates
2013-09-18 Ludovic Courtèsderivations: 'derivation' and related procedures return...
2013-08-24 Ludovic Courtèspackages: Allow file names as package sources.
2013-07-09 Ludovic CourtèsMerge branch 'core-updates'
2013-07-08 Ludovic Courtèstests: Adjust `package-field-location' test for Guile...
2013-05-27 Ludovic Courtèspackages: Raise an error condition a cross builder...
2013-05-24 Ludovic Courtèsbuild-system/trivial: Implement the cross-build protocol.
2013-05-24 Ludovic Courtèspackages: Implement `package-cross-derivation'.
2013-04-30 Ludovic CourtèsMerge branch 'core-updates'
2013-04-26 Ludovic CourtèsMerge branch 'master' into core-updates
2013-04-24 Ludovic Courtèspackages: Use `read' and source properties for `package...
2013-04-22 Ludovic Courtèspackages: Add `package-field-location'.
2013-04-04 Andreas EngeMerge branch 'xorg' into core-updates
2013-03-30 Ludovic Courtèspackages: Add `native-search-paths' field and honor it.
2013-03-29 Ludovic CourtèsMerge branch 'master' into core-updates
2013-03-06 Ludovic Courtèspackages: Remove the default value for `license'.
2013-02-27 Ludovic Courtèspackages: Add `package-output'.
2013-02-16 Ludovic Courtèspackages: Add `package-output'.
2013-02-01 Ludovic CourtèsAugment `.dir-locals.el'.
2013-01-24 Ludovic Courtèspackages: Mark the `inputs' field of <package> as thunked.
2013-01-20 Ludovic Courtèspackages: Have `package-derivation' return a <derivatio...
2013-01-18 Ludovic Courtèsdistro: Rename (distro) to (gnu packages).
2013-01-18 Ludovic Courtèsdistro: Change the module name space to (gnu ...).
2013-01-06 Ludovic CourtèsMerge branch 'master' into core-updates
2013-01-05 Ludovic CourtèsUpdate license headers.
2012-12-13 Ludovic CourtèsMerge branch 'nix-integration'
2012-12-13 Ludovic Courtèstests: Skip network-dependent tests when the network...
2012-12-04 Ludovic CourtèsMerge branch 'master' into nix-integration
2012-12-04 Ludovic Courtèsderivations: Fix erroneous call to `add-to-store' for...
2012-11-19 Ludovic Courtèsdistro: Add `fold-packages'.
2012-11-09 Ludovic Courtèstests: Choose a less expensive test for packages.
2012-11-04 Ludovic Courtèsdistro: Move bootstrap packages to (distro packages...
2012-11-04 Ludovic Courtèspackages: `description' → `synopsis', `long-description...
2012-11-02 Ludovic Courtèstests: Run without substitutes.
2012-10-27 Ludovic Courtèstests: Use our own bootstrap tools.
2012-10-21 Ludovic Courtèspackages: Add support for system-dependent inputs.
2012-10-07 Ludovic Courtèstests: Use bootstrap and Nixpkgs inputs to be less...
2012-09-26 Ludovic Courtèsdistro: Rename (distro ...) to (distro packages ...).
2012-09-10 Ludovic CourtèsAdd (guix build-system trivial).
2012-07-07 Ludovic CourtèsAdd `package-transitive-inputs'; use it to honor propag...
2012-06-30 Ludovic CourtèsAdd (distro) with a package searching facility.
2012-06-28 Ludovic CourtèsTrack the source location of packages.
2012-06-27 Ludovic CourtèsAdd a declarative packaging layer.