summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2016-10-03lint: 'cve' checker reports the replacement's vulnerabilities.Ludovic Courtès
2016-10-03grafts: Allow the replacement to have a different name.Ludovic Courtès
2016-09-29build: Improve Guile 2.2 compatibility.Taylan Ulrich Bayırlı/Kammer
2016-09-28import: utils: Refactor license->symbol.David Craven
2016-09-28import: utils: Add spdx-string->license.David Craven
2016-09-28import: Move string->license to importers.David Craven
2016-09-28import: Reorder imports in (guix import utils).David Craven
2016-09-27guix build: Gracefully handle packages without source for '-S'.Ludovic Courtès
2016-09-27Add missing exports.Ludovic Courtès
2016-09-26profiles: Build GTK+ input module cache.Ricardo Wurmus
2016-09-26profiles: manifest-lookup-package: Optionally match version prefix.Ricardo Wurmus
2016-09-24system: grub.cfg uses correct file names when store is not in root partition.Carlos Sánchez de La Lama
2016-09-20ui: Do not shadow '_' where it's used as a literal syntax match.Ludovic Courtès
2016-09-10gexp: Store compilers in a hash table for O(1) lookup.Ludovic Courtès
2016-09-09gexp: Add 'file-append'.Ludovic Courtès
2016-09-09gexp: Compilers can now provide an "expander".Ludovic Courtès
2016-09-09gexp: Remove outdated comment.Ludovic Courtès
2016-09-07guix hash: Add --exclude-vcs option.Jan Nieuwenhuizen
2016-09-06packages: Add 'package-superseded' and associated support.Ludovic Courtès
2016-09-06profiles: Export <manifest-pattern> accessors.Ludovic Courtès
2016-09-06guix package: Build up the transaction incrementally.Ludovic Courtès
2016-09-06profiles: Add manifest-transaction helper procedures.Ludovic Courtès
2016-09-06guix package: Clarify upgrade code.Ludovic Courtès
2016-09-06gnupg: Honor $GUIX_GPG_COMMAND and default to 'gpg'.Ludovic Courtès
2016-09-06syscalls: Use #:return-errno? when it is available.Ludovic Courtès
2016-09-05Add (guix modules).Ludovic Courtès
2016-09-05file-systems: Always use (guix build syscalls).Ludovic Courtès
2016-09-05ui: Initialize %FILE-PORT-NAME-CANONICALIZATION to #f.Ludovic Courtès
2016-09-03guix: ant-build-system: Fix pattern for collecting jar files.Hartmut Goebel
2016-09-01guix build: Rewrite '--with-input' in terms of 'package-input-rewriting'.Ludovic Courtès
2016-09-01packages: Add 'package-input-rewriting'.Ludovic Courtès
2016-08-31services: shepherd: Add 'shepherd-service-upgrade', from 'guix system'.Ludovic Courtès
2016-08-31guix system: Do not unload services depended on.Ludovic Courtès
2016-08-31guix system: Use 'shepherd-service-lookup-procedure' in 'service-upgrade'.Ludovic Courtès
2016-08-31guix system: Extract and test the service upgrade procedure.Ludovic Courtès
2016-08-31services: herd: Provide <live-service> objects.Ludovic Courtès
2016-08-30build: Add wrap-qt-program.David Craven
2016-08-30import: hackage: Default to https urls.ng0
2016-08-30import: cpan: Use tls to query api.metacpan.org.ng0
2016-08-30guix: ruby-build-system: Add replace-git-ls-files.Ben Woodcroft
2016-08-30guix: ruby-build-system: Build compiled gems reproducibly.Ben Woodcroft
2016-08-28guix: lint: Check descriptions for trademark signs.Eric Bavier
2016-08-28guix scripts: Disable grafting on dry runs.Roel Janssen
2016-08-28import: Importers return prefixed licenses.David Craven
2016-08-27base64: Restore original license header.Christopher Allan Webber
2016-08-20system: Fix 'guix system' when root fs is named by UUID.Mark H Weaver
2016-08-19edit: Do not honor 'GUIX_BUILD_OPTIONS'.Ludovic Courtès
2016-08-16ant-build-system: Fix typo.Leo Famulari
2016-08-12profiles: xdg-mime-database: Run the hook when have GLib based applications.宋文武
2016-08-09grafts: Make grafting faster.Mark H Weaver