summaryrefslogtreecommitdiff
path: root/guix/packages.scm
Commit message (Expand)AuthorAge
...
* store: Make '%store-monad' an alias for '%state-monad'.Ludovic Courtès2015-01-17
* Merge branch 'core-updates'Ludovic Courtès2015-01-16
|\
| * packages: Add 'file-pattern' field to 'search-path-specification'.Ludovic Courtès2014-12-27
| * build-support/gnu: Add support for file patterns in search paths.Ludovic Courtès2014-12-27
| * packages: Add 'file-type' field to 'search-path-specification'.Ludovic Courtès2014-12-27
| * build-system/gnu: Add support for non-directory search paths.Ludovic Courtès2014-12-27
| * Merge branch 'master' into core-updatesLudovic Courtès2014-12-26
| |\
| * | packages: Apply patches with "patch --force".Ludovic Courtès2014-12-26
* | | packages: Convert source derivations to monadic style.Ludovic Courtès2015-01-14
* | | monads: Move '%store-monad' and related procedures where they belong.Ludovic Courtès2015-01-14
| |/ |/|
* | Optimize package-transitive-supported-systems.Mark H Weaver2014-12-21
|/
* packages: Use the target's system Guile when downloading patches.Ludovic Courtès2014-12-02
* packages: 'package-transitive-supported-systems' accounts for indirect deps.Ludovic Courtès2014-11-03
* packages: Implement grafts.Ludovic Courtès2014-11-02
* packages: Add 'package-transitive-supported-systems'.Ludovic Courtès2014-10-17
* packages: Improve the package-to-derivation cache.Ludovic Courtès2014-10-17
* packages: Gracefully print packages whose 'location' is #f.Ludovic Courtès2014-10-08
* hydra: Honor 'package-supported-systems'.Ludovic Courtès2014-10-06
* build-system: Bags record their system and target.Ludovic Courtès2014-10-05
* build-system: Introduce "bags" as an intermediate representation.Ludovic Courtès2014-10-05
* packages: Allow use of origins as patches.Ludovic Courtès2014-09-24
* gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès2014-08-28
* Add comments about global memoization.Ludovic Courtès2014-07-21
* guix: refresh: Add --list-dependent option.Eric Bavier2014-07-20
* packages: Add printer for <origin>.Ludovic Courtès2014-07-11
* packages: Correctly handle patching for inputs with no extension.Ludovic Courtès2014-04-12
* Change default store values from /nix/store to /gnu/store.Ludovic Courtès2014-03-10
* packages: Support 'patches' and 'snippets' for sources that are directories.Ludovic Courtès2014-02-28
* Add (guix git-download).Ludovic Courtès2014-02-21
* derivations: Use more keyword parameters for 'build-expression->derivation'.Ludovic Courtès2013-12-04
* Merge branch 'master' into core-updatesLudovic Courtès2013-11-20
|\
| * packages: 'package-field-location' returns a relative file name.Ludovic Courtès2013-11-18
| * packages: Suitably cope with indirect store paths as package sources.Ludovic Courtès2013-11-13
* | Merge branch 'master' into core-updatesLudovic Courtès2013-11-08
|\|
| * packages: Add a 'snippet' field to <origin>.Ludovic Courtès2013-11-07
* | packages: The 'patch-guile' field of <origin> is now a package.Ludovic Courtès2013-10-10
|/
* packages: Add 'patches' and related fields to <origin>.Ludovic Courtès2013-10-09
* packages: Make the 'output' parameter of 'package-output' optional.Ludovic Courtès2013-09-25
* derivations: 'derivation' and related procedures return a single value.Ludovic Courtès2013-09-18
* packages: Allow file names as package sources.Ludovic Courtès2013-08-24
* packages: Make the `propagated-inputs' field thunked.Ludovic Courtès2013-06-06
* packages: Raise an error condition a cross builder is needed but unavailable.Ludovic Courtès2013-05-27
* packages: Make `native-inputs' thunked.Ludovic Courtès2013-05-25
* packages: Re-export `%current-target-system'.Ludovic Courtès2013-05-25
* packages: Implement `package-cross-derivation'.Ludovic Courtès2013-05-24
* packages: Factorize things common to `package-{,cross-}derivation'.Ludovic Courtès2013-05-24
* Move record utilities to (guix records).Ludovic Courtès2013-05-12
* Merge branch 'core-updates'Ludovic Courtès2013-04-30
|\
| * Merge branch 'master' into core-updatesLudovic Courtès2013-04-26
| |\
| * | packages: Add `native-search-paths' field and honor it.Ludovic Courtès2013-03-30