summaryrefslogtreecommitdiff
path: root/guix/packages.scm
AgeCommit message (Expand)Author
2015-04-22packages: Add armhf-linux to %supported-systems....Mark H Weaver
2015-04-19packages: Add 'supported-package?'....Ludovic Courtès
2015-04-15packages: Refer to the native tools when handling sources and downloads....Ludovic Courtès
2015-04-11packages: 'package-transitive-supported-systems' accounts for implicit inputs....Ludovic Courtès
2015-04-11packages: Add 'bag-direct-inputs'....Ludovic Courtès
2015-03-24packages: Add zip archive support to 'patch-and-repack'....Eric Bavier
2015-03-21packages: Make sure the patch inputs are not #f....Ludovic Courtès
2015-03-21gnu: Use 'glibc-utf8-locales-final' in the default patching inputs....Ludovic Courtès
2015-03-18packages: Rewrite 'patch-and-repack' using gexps....Ludovic Courtès
2015-03-17gexp: Move the package and origin compilers to (guix packages)....Ludovic Courtès
2015-03-17packages: Move grafting parameter to (guix derivations)....Ludovic Courtès
2015-02-28packages: Set the port conversion strategy to 'error'....Ludovic Courtès
2015-02-27packages: When possible, use a UTF-8 locale in patch-and-repack....Ludovic Courtès
2015-02-13packages: Add 'set-grafting' procedure....Ludovic Courtès
2015-01-20packages: Mark the 'patches' field as delayed....Ludovic Courtès
2015-01-17store: Make '%store-monad' an alias for '%state-monad'....Ludovic Courtès
2015-01-16Merge branch 'core-updates'...Ludovic Courtès
2015-01-14packages: Convert source derivations to monadic style....Ludovic Courtès
2015-01-14monads: Move '%store-monad' and related procedures where they belong....Ludovic Courtès
2014-12-27packages: Add 'file-pattern' field to 'search-path-specification'....Ludovic Courtès
2014-12-27build-support/gnu: Add support for file patterns in search paths....Ludovic Courtès
2014-12-27packages: Add 'file-type' field to 'search-path-specification'....Ludovic Courtès
2014-12-27build-system/gnu: Add support for non-directory search paths....Ludovic Courtès
2014-12-26Merge branch 'master' into core-updatesLudovic Courtès
2014-12-26packages: Apply patches with "patch --force"....Ludovic Courtès
2014-12-21Optimize package-transitive-supported-systems....Mark H Weaver
2014-12-02packages: Use the target's system Guile when downloading patches....Ludovic Courtès
2014-11-03packages: 'package-transitive-supported-systems' accounts for indirect deps....Ludovic Courtès
2014-11-02packages: Implement grafts....Ludovic Courtès
2014-10-17packages: Add 'package-transitive-supported-systems'....Ludovic Courtès
2014-10-17packages: Improve the package-to-derivation cache....Ludovic Courtès
2014-10-08packages: Gracefully print packages whose 'location' is #f....Ludovic Courtès
2014-10-06hydra: Honor 'package-supported-systems'....Ludovic Courtès
2014-10-05build-system: Bags record their system and target....Ludovic Courtès
2014-10-05build-system: Introduce "bags" as an intermediate representation....Ludovic Courtès
2014-09-24packages: Allow use of origins as patches....Ludovic Courtès
2014-08-28gnu: Split (gnu packages base), adding (gnu packages commencement)....Ludovic Courtès
2014-07-21Add comments about global memoization....Ludovic Courtès
2014-07-20guix: refresh: Add --list-dependent option....Eric Bavier
2014-07-11packages: Add printer for <origin>....Ludovic Courtès
2014-04-12packages: Correctly handle patching for inputs with no extension....Ludovic Courtès
2014-03-10Change default store values from /nix/store to /gnu/store....Ludovic Courtès
2014-02-28packages: Support 'patches' and 'snippets' for sources that are directories....Ludovic Courtès
2014-02-21Add (guix git-download)....Ludovic Courtès
2013-12-04derivations: Use more keyword parameters for 'build-expression->derivation'....Ludovic Courtès
2013-11-20Merge branch 'master' into core-updates...Ludovic Courtès
2013-11-18packages: 'package-field-location' returns a relative file name....Ludovic Courtès
2013-11-13packages: Suitably cope with indirect store paths as package sources....Ludovic Courtès
2013-11-08Merge branch 'master' into core-updates...Ludovic Courtès
2013-11-07packages: Add a 'snippet' field to <origin>....Ludovic Courtès