summaryrefslogtreecommitdiff
path: root/guix/packages.scm
Commit message (Expand)AuthorAge
* Move search path specifications to (guix search-paths).Ludovic Courtès2015-05-04
* guix: packages: Add package-direct-sources and package-transitive-sources.Eric Bavier2015-05-02
* profiles: Store search paths in manifests.Ludovic Courtès2015-05-02
* packages: Add '%hydra-supported-systems'.Ludovic Courtès2015-05-01
* packages: Add armhf-linux to %supported-systems.Mark H Weaver2015-04-22
* packages: Add 'supported-package?'.Ludovic Courtès2015-04-19
* packages: Refer to the native tools when handling sources and downloads.Ludovic Courtès2015-04-15
* packages: 'package-transitive-supported-systems' accounts for implicit inputs.Ludovic Courtès2015-04-11
* packages: Add 'bag-direct-inputs'.Ludovic Courtès2015-04-11
* packages: Add zip archive support to 'patch-and-repack'.Eric Bavier2015-03-24
* packages: Make sure the patch inputs are not #f.Ludovic Courtès2015-03-21
* gnu: Use 'glibc-utf8-locales-final' in the default patching inputs.Ludovic Courtès2015-03-21
* packages: Rewrite 'patch-and-repack' using gexps.Ludovic Courtès2015-03-18
* gexp: Move the package and origin compilers to (guix packages).Ludovic Courtès2015-03-17
* packages: Move grafting parameter to (guix derivations).Ludovic Courtès2015-03-17
* packages: Set the port conversion strategy to 'error'.Ludovic Courtès2015-02-28
* packages: When possible, use a UTF-8 locale in patch-and-repack.Ludovic Courtès2015-02-27
* packages: Add 'set-grafting' procedure.Ludovic Courtès2015-02-13
* packages: Mark the 'patches' field as delayed.Ludovic Courtès2015-01-20
* 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
|\