summaryrefslogtreecommitdiff
path: root/guix/packages.scm
Commit message (Expand)AuthorAge
...
* packages: <origin> no longer has an 'imported-modules' field.Ludovic Courtès2016-07-12
* packages: Disambiguate 'modules' and 'imported-modules' in <origin>.Ludovic Courtès2016-06-16
* packages: The 'source' can be any lowerable object.Ludovic Courtès2016-06-15
* packages: 'origin->derivation' expects an origin and nothing else.Ludovic Courtès2016-06-15
* packages: Recognize the '.Z' extension.Ludovic Courtès2016-06-15
* packages: Cache the result of 'input-grafts'.Ludovic Courtès2016-03-08
* packages: Cache the result of 'package->bag'.Ludovic Courtès2016-03-08
* packages: Generalize the 'cached' macro.Ludovic Courtès2016-03-08
* packages: The result of 'bag-grafts' does not contain duplicates.Ludovic Courtès2016-03-05
* grafts: Graft recursively.Ludovic Courtès2016-03-01
* grafts: 'name' parameter of 'graft-derivation' is now optional.Ludovic Courtès2016-02-22
* derivations: Move grafts to (guix grafts).Ludovic Courtès2016-02-22
* packages: Use '@' in package record printers.Mathieu Lirzin2016-01-28
* packages: Add 'package-transitive-native-search-paths'.Ludovic Courtès2015-12-20
* packages: Use locales from the /X.Y sub-directory of the locale package.Ludovic Courtès2015-10-04
* Use "normalized codesets" everywhere.Ludovic Courtès2015-10-04
* Merge branch 'master' into core-updatesMark H Weaver2015-09-22
|\
| * guix: packages: Add origin-actual-file-name.Eric Bavier2015-09-14
* | Merge branch 'master' into core-updatesLudovic Courtès2015-09-13
|\|
| * guix: packages: Add transitive-input-references.Eric Bavier2015-09-10
* | packages: Build tarballs in sorted order even if tar doesn't support it.Mark H Weaver2015-09-06
* | packages: Define '%hurd-systems'.Ludovic Courtès2015-09-04
* | Build tarballs with deterministic file ordering.Mark H Weaver2015-09-03
* | packages: Add 'armhf-linux' to '%hydra-supported-systems'.Mark H Weaver2015-09-02
|/
* packages: patch-and-repack: Build tarballs deterministically.Mark H Weaver2015-07-14
* packages: Rewrite 'transitive-inputs' to be linear and remove duplicates.Ludovic Courtès2015-07-12
* Merge branch 'master' into core-updatesMark H Weaver2015-06-14
|\
| * packages: Make 'location' field innate.Ludovic Courtès2015-06-11
* | Merge branch 'master' into core-updatesMark H Weaver2015-06-10
|\|
| * 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: Use packages from '%final-inputs' as the default patch inputs.Ludovic Courtès2015-05-21
* | packages: Use %store-directory.Taylan Ulrich Bayırlı/Kammer2015-05-15
|/
* 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