summaryrefslogtreecommitdiff
path: root/guix/packages.scm
AgeCommit message (Expand)Author
2016-07-28packages: Add 'hidden-package'....Ludovic Courtès
2016-07-12packages: <origin> no longer has an 'imported-modules' field....Ludovic Courtès
2016-06-16packages: Disambiguate 'modules' and 'imported-modules' in <origin>....Ludovic Courtès
2016-06-15packages: The 'source' can be any lowerable object....Ludovic Courtès
2016-06-15packages: 'origin->derivation' expects an origin and nothing else....Ludovic Courtès
2016-06-15packages: Recognize the '.Z' extension....Ludovic Courtès
2016-03-08packages: Cache the result of 'input-grafts'....Ludovic Courtès
2016-03-08packages: Cache the result of 'package->bag'....Ludovic Courtès
2016-03-08packages: Generalize the 'cached' macro....Ludovic Courtès
2016-03-05packages: The result of 'bag-grafts' does not contain duplicates....Ludovic Courtès
2016-03-01grafts: Graft recursively....Ludovic Courtès
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