Age | Commit message (Expand) | Author |
2018-06-09 | gnu: Add maven-model-builder....* gnu/packages/maven.scm (maven-model-builder): New variable.
| Julien Lepiller |
2018-06-09 | gnu: Add maven-settings-builder....* gnu/packages/maven.scm (maven-settings-builder): New variable.
| Julien Lepiller |
2018-06-09 | gnu: Add maven-settings....* gnu/packages/maven.scm (maven-settings): New variable.
| Julien Lepiller |
2018-06-09 | gnu: Add maven-builder-support....* gnu/packages/maven.scm (maven-builder-support): New variable.
| Julien Lepiller |
2018-06-09 | gnu: Add maven-model....* gnu/packages/maven.scm (maven-model): New variable.
| Julien Lepiller |
2018-06-09 | gnu: Add maven-artifact....* gnu/packages/maven.scm (maven-artifact): New variable.
* gnu/packages/patches/maven-generate-component-xml.patch: New file.
* gnu/packages/patches/maven-generate-javax-inject-named.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add them.
| Julien Lepiller |
2018-06-09 | gnu: po4a: Update to 0.53....* gnu/packages/gettext.scm (po4a): Update to 0.53.
[source]: Update to newer github source location.
[arguments]: Disable two failing tests.
| Julien Lepiller |
2018-06-09 | gnu: terminology: Update to 1.2.1....* gnu/packages/enlightenment.scm (terminology): Update to 1.2.1.
| Efraim Flashner |
2018-06-09 | gnu: gnupg: Update to 2.2.8 (fixes CVE-2018-12020)....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.8.
| Efraim Flashner |
2018-06-09 | gnu: openttd: Add patch to fix compilation....* gnu/packages/games.scm (openttd)[source]: Add a unreleased upstream patch to
fix building OpenTTD with ICU 61.
| Christopher Baines |
2018-06-09 | gnu: rhythmbox: Add a unreleased patch from upstream....* gnu/packages/gnome.scm (rhythmbox)[source]: Add patch from the upstream Git
repository, as without this, the package fails to build.
| Christopher Baines |
2018-06-09 | pull: Record the URL, branch, and commit as a manifest entry property....* guix/scripts/pull.scm (derivation->manifest-entry): Turn COMMIT into a
keyword parameter; add #:url and #:branch. Add a 'source' property to
the manifest entry.
(build-and-install): Add #:url and #:branch and pass it to
'derivation->manifest-entry'.
(guix-pull): Adjust accordingly.
| Ludovic Courtès |
2018-06-09 | profiles: Add 'properties' field to manifest entries....* guix/profiles.scm (<manifest-entry>)[properties]: New field.
(manifest->gexp)[entry->gexp]: Serialize it.
(sexp->manifest)[sexp->manifest-entry]: Deserialize it.
| Ludovic Courtès |
2018-06-09 | packages: Add 'package-patched-vulnerabilities'....* guix/packages.scm (patch-file-name): New procedure.
(%vulnerability-regexp): New variable.
(package-patched-vulnerabilities): New procedure.
* guix/scripts/lint.scm (patch-file-name): Remove.
(check-vulnerabilities): Adjust to use
'package-patched-vulnerabilities'.
* tests/packages.scm ("package-patched-vulnerabilities"): New test.
| Ludovic Courtès |
2018-06-09 | profiles: Add '%current-profile', 'user-friendly-profile', & co....* guix/scripts/package.scm (%user-profile-directory)
(%profile-directory, %current-profile, canonicalize-profile)
(user-friendly-profile): Move to...
* guix/profiles.scm: ... here.
| Ludovic Courtès |
2018-06-09 | system: Honor ~/.config/guix/current in /etc/profile....* gnu/system.scm (operating-system-etc-service)[profile]: Add
~/.config/guix/current/share/info to INFOPATH. Treat ~/.guix-profile
and ~/.config/guix/current in the same way.
| Ludovic Courtès |
2018-06-09 | ui: Avoid #:select'ing bindings introduced in the latest (guix build utils)....This should allow 'guix pull' to complete even when invoked from a Guix
that predates commit 5d669883ecc104403c5d3ba7d172e9c02234577c.
* guix/ui.scm: Use #:hide instead of #:select. This is a followup to
5d669883ecc104403c5d3ba7d172e9c02234577c.
| Ludovic Courtès |
2018-06-09 | self: Build the Info manual....* guix/self.scm (info-manual): New procedure.
(whole-package): Add #:info and honor it.
(compiled-guix): Pass #:info.
| Ludovic Courtès |
2018-06-09 | self: Compute and use locale data....* guix/self.scm (sub-directory, locale-data): New procedures.
(guix-command): Add SOURCE parameter. Call 'locale-data' when SOURCE is
true and use it in staged 'bindtextdomain' calls.
(whole-package): Add #:command and honor it.
(compiled-guix): Pass #:command to 'whole-package'.
| Ludovic Courtès |
2018-06-09 | pull: Install the new Guix in a profile....* guix/scripts/pull.scm (%pull-version): New variable.
(build-from-source): Pass #:pull-version to BUILD.
(whole-package-for-legacy, derivation->manifest-entry): New procedure.
(build-and-install): Rewrite in terms of 'build-and-use-profile'.
* guix/scripts/system.scm (maybe-suggest-running-guix-pull)[latest]:
Switch to "/current".
* scripts/guix.in (augment-load-paths!): Remove use of
~/.config/guix/latest.
* build-aux/compile-as-derivation.scm: Replace "/guix/latest/" with
"/current/share/guile/site/X.Y"
* guix/scripts.scm (warn-about-old-distro)[age]: Check "/current"
instead of "/latest".
* doc/guix.texi (Invoking guix pull): Document it.
* doc/contributing.texi (Running Guix Before It Is Installed): Remove
footnote about abusing ~/.config/guix/latest.
| Ludovic Courtès |
2018-06-09 | self: Produce a complete package with the 'guix' command....* guix/self.scm (guix-command): New procedure.
(compiled-guix): Add #:pull-version parameter.
[command, package]: New variables.
Honor PULL-VERSION.
(guix-derivation): Add #:pull-version and pass it to 'compiled-guix'.
* build-aux/build-self.scm (build-program): Add #:pull-version
parameter. Pass it to 'guix-derivation'.
(build): Add #:pull-version and pass it to 'build-program'.
* build-aux/compile-as-derivation.scm: Pass #:pull-version to BUILD.
| Ludovic Courtès |
2018-06-09 | gnu: btrfs-progs: Fix build by disabling tests....* gnu/packages/linux.scm (btrfs-progs)[#:arguments]: Add '#:tests? #f'.
| 宋文武 |
2018-06-09 | gnu: lxc: Update to 3.0.1....* gnu/packages/virtualization.scm (lxc): Update to 3.0.1.
| 宋文武 |
2018-06-09 | gnu: nzbget: Update to 20.0....* gnu/packages/networking.scm (nzbget): Update to 20.0.
| Rutger Helling |
2018-06-09 | gnu: mame: New variable....* gnu/packages/emulators.scm (mame): New variable.
| Nicolas Goaziou |
2018-06-09 | gnu: asio: New variable....* gnu/packages/networking.scm (asio): New variable.
| Nicolas Goaziou |
2018-06-08 | gnu: Add emacs-ivy-yasnippet....* gnu/packages/emacs.scm (emacs-ivy-yasnippet): New public variable.
| Oleg Pykhalov |
2018-06-08 | gnu: exim: Add libnsl input....* gnu/packages/mail.scm (exim)[inputs]: Add libnsl.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Gábor Boskovits |
2018-06-08 | nls: Update 'fr' translation. | Julien Lepiller |
2018-06-08 | doc: Document xorg keymap configuration....* doc/guix.texi (Xorg display): Add an example xorg keymap configuration.
| Julien Lepiller |
2018-06-08 | gnu: twitchy: Install 'rofi-twitchy'....* gnu/packages/video.scm (twitchy): Install 'rofi-twitchy'.
| Oleg Pykhalov |
2018-06-08 | gnu: rcas-web: Update to 0.0.5....* gnu/packages/bioinformatics.scm (rcas-web): Update to 0.0.5.
| Ricardo Wurmus |
2018-06-08 | services: dnsmasq-service-type: Add default configuration and description....* gnu/services/dns.scm (dnsmasq-service-type)
[default-value, description]: New fields.
| 宋文武 |
2018-06-08 | services: dnsmasq: Use 'negative-cache?' instead of 'no-negcache?'....The 'no-negcache?' option is mapped to the '--no-negcache' command-line
argument directly, but we're in the scheme world, where the general guideline
is to avoid double-negations in identifiers.
* gnu/services/dns.scm <dnsmasq-configuration>: Replace the 'no-negcache?'
field with 'negative-cache?'.
* doc/guix.texi (DNS Services)[Dnsmasq Service]: Adjust accordingly.
| 宋文武 |
2018-06-08 | gnu: debootstrap: Substitute chroot in 'patch-source' phase....* gnu/packages/debian.scm (debootstrap)[arguments]: In 'patch-source' phase,
substitute chroot in the debootstrap script file.
[inputs]: Add coreutils.
| Kei Kebreau |
2018-06-08 | gnu: hpcguix-web: Update to commit '87cb516'....* gnu/packages/web.scm (hpcguix-web): Update to commit '87cb516'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Rouby Pierre-Antoine |
2018-06-08 | gnu: Add emacs-helm-flycheck....* gnu/packages/emacs.scm (emacs-helm-flycheck): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | gnu: Add emacs-helm-exwm....* gnu/packages/emacs.scm (emacs-helm-exwm): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | gnu: Add emacs-helm-emms....* gnu/packages/emacs.scm (emacs-helm-emms): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | gnu: Add emacs-helm-descbinds....* gnu/packages/emacs.scm (emacs-helm-descbinds): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | gnu: Add emacs-helm-company....* gnu/packages/emacs.scm (emacs-helm-company): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | gnu: Add emacs-google-translate....* gnu/packages/emacs.scm (emacs-google-translate): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | gnu: Add emacs-gif-screencast....* gnu/packages/emacs.scm (emacs-gif-screencast): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | doc: Regenerate *.fr.texi. | Ludovic Courtès |
2018-06-08 | doc: Update 'fr' translation. | Ludovic Courtès |
2018-06-08 | nls: Update 'da' translation. | Ludovic Courtès |
2018-06-08 | import: elpa: Remove unused (gnu packages) module....* guix/import/elpa.scm: Remove unused (gnu packages) module.
| Oleg Pykhalov |
2018-06-08 | gnu: ruby-rack-protection: Update to 2.0.2....* gnu/packages/ruby.scm (ruby-rack-protection): Update to 2.0.2.
| Tobias Geerinckx-Rice |
2018-06-08 | gnu: r-fastcluster: Update to 1.1.25....* gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.25.
| Tobias Geerinckx-Rice |
2018-06-08 | gnu: opensmtpd: Clarify phase name....* gnu/packages/mail.scm (opensmtpd)[arguments]: Rename
‘install-compatibilitymode’ to ‘install-compatibility-links’ and avoid
needless abbrevs while at it.
| Tobias Geerinckx-Rice |