summaryrefslogtreecommitdiff
path: root/guix
Commit message (Expand)AuthorAge
* derivations: Add #:substitutable?, distinguished from #:local-build?.Ludovic Courtès2015-07-03
* scripts: environment: Return the exit status of the command.Cyril Roelandt2015-07-02
* environment: Define 'GUIX_ENVIRONMENT'.Ludovic Courtès2015-07-01
* environment: Improve error reporting for '-l'.Ludovic Courtès2015-07-01
* environment: For --ad-hoc, allow users to specify an output.Ludovic Courtès2015-07-01
* environment: Add --system.Ludovic Courtès2015-07-01
* environment: Add only the specified outputs of the dependencies.Ludovic Courtès2015-07-01
* import: pypi: Detect inputs.Cyril Roelandt2015-06-24
* linux-initrd: Produce cpio archives with zeroed timestamps, etc.Ludovic Courtès2015-06-24
* Add (guix cpio).Ludovic Courtès2015-06-24
* tests: Move 'file=?' to (guix tests).Ludovic Courtès2015-06-24
* licenses: Add the SGI Free Software License B, version 2.0.Mark H Weaver2015-06-23
* size: Add '--map-file' option.Ludovic Courtès2015-06-21
* size: Remove unused variables.Ludovic Courtès2015-06-21
* Merge branch 'master' into core-updatesMark H Weaver2015-06-21
|\
| * gexp: 'local-file' canonicalizes its file argument.Ludovic Courtès2015-06-19
| * store: Memoize 'add-to-store' based on the result of 'lstat', not 'stat'.Ludovic Courtès2015-06-19
| * gexp: 'local-file' now defaults to non-recursive.Ludovic Courtès2015-06-19
* | Merge branch 'master' into core-updatesMark H Weaver2015-06-18
|\|
| * Add 'guix size'.Ludovic Courtès2015-06-18
| * Add 'guix edit'.Ludovic Courtès2015-06-18
| * Move 'specification->package+output' to (gnu packages).Ludovic Courtès2015-06-18
| * offload: Fix sorting bug in 'choose-build-machine'.Mark H Weaver2015-06-17
| * gnu-maintenance: Use 'home-page' as an additional hint of "GNUness".Ludovic Courtès2015-06-16
* | Merge branch 'master' into core-updatesMark H Weaver2015-06-14
|\|
| * build-system/haskell: install config for any package that creates it.Eric Bavier2015-06-11
| * profiles: Process ghc conf files only once.Eric Bavier2015-06-11
| * profiles: Search for ghc conf files only if package db exists.Eric Bavier2015-06-11
| * records: Remove unnecessary 'begin'.Ludovic Courtès2015-06-11
| * tests: Write the random seed to the error port.Ludovic Courtès2015-06-11
| * packages: Make 'location' field innate.Ludovic Courtès2015-06-11
| * records: Add support for 'innate' fields.Ludovic Courtès2015-06-11
| * records: "options" → "properties".Ludovic Courtès2015-06-11
| * records: Factorize field property predicates.Ludovic Courtès2015-06-11
| * records: Separate default-value handling.Ludovic Courtès2015-06-11
| * records: Replace 'eval-when' with a proper 'define-syntax'.Ludovic Courtès2015-06-11
| * guix build: Allow directories to be passed to --with-source.Ludovic Courtès2015-06-11
| * environment: Connect to the store after the command line has been parsed.Ludovic Courtès2015-06-11
* | Merge branch 'master' into core-updatesMark H Weaver2015-06-10
|\|
| * guix system: init: Overwrite the items in the target store.Ludovic Courtès2015-06-10
| * ui: Replace the global 'symlink' binding.Ludovic Courtès2015-06-10
| * import: hackage: Refactor parsing code and add new options.Federico Beffa2015-06-09
| * monads: Allow n-ary '>>=' expressions.Ludovic Courtès2015-06-08
| * guix: Clean up --help messages.Alex Kost2015-06-08
| * guix gc: Add '--verify'.Ludovic Courtès2015-06-06
| * store: Add 'verify-store' RPC.Ludovic Courtès2015-06-06
| * guix package: Fix typo in --help message.Alex Kost2015-06-06
| * licenses: Add the Open Publication License 1.0.Mark H Weaver2015-06-05
| * gexp: Add 'plain-file'.Ludovic Courtès2015-06-03
| * gexp: Export <local-file> accessors.Ludovic Courtès2015-06-03