summaryrefslogtreecommitdiff
path: root/guix/packages.scm
AgeCommit message (Expand)Author
2016-02-22grafts: 'name' parameter of 'graft-derivation' is now optional....Ludovic Courtès
2016-02-22derivations: Move grafts to (guix grafts)....Ludovic Courtès
2016-01-28packages: Use '@' in package record printers....Mathieu Lirzin
2015-12-20packages: Add 'package-transitive-native-search-paths'....Ludovic Courtès
2015-10-04packages: Use locales from the /X.Y sub-directory of the locale package....Ludovic Courtès
2015-10-04Use "normalized codesets" everywhere....Ludovic Courtès
2015-09-22Merge branch 'master' into core-updatesMark H Weaver
2015-09-14guix: packages: Add origin-actual-file-name....Eric Bavier
2015-09-13Merge branch 'master' into core-updatesLudovic Courtès
2015-09-10guix: packages: Add transitive-input-references....Eric Bavier
2015-09-06packages: Build tarballs in sorted order even if tar doesn't support it....Mark H Weaver
2015-09-04packages: Define '%hurd-systems'....Ludovic Courtès
2015-09-03Build tarballs with deterministic file ordering....Mark H Weaver
2015-09-02packages: Add 'armhf-linux' to '%hydra-supported-systems'....Mark H Weaver
2015-07-14packages: patch-and-repack: Build tarballs deterministically....Mark H Weaver
2015-07-12packages: Rewrite 'transitive-inputs' to be linear and remove duplicates....Ludovic Courtès
2015-06-14Merge branch 'master' into core-updates...Mark H Weaver
2015-06-11packages: Make 'location' field innate....Ludovic Courtès
2015-06-10Merge branch 'master' into core-updatesMark H Weaver
2015-05-21packages: Use packages from '%final-inputs' as the default patch inputs....Ludovic Courtès
2015-05-15packages: Use %store-directory....Taylan Ulrich Bayırlı/Kammer
2015-05-04Move search path specifications to (guix search-paths)....Ludovic Courtès
2015-05-02guix: packages: Add package-direct-sources and package-transitive-sources....Eric Bavier
2015-05-02profiles: Store search paths in manifests....Ludovic Courtès
2015-05-01packages: Add '%hydra-supported-systems'....Ludovic Courtès
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