aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-11gnu: emacs-emacsql: Replace mysql with mariadb input.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-emacsql)[inputs]: Replace 'mysql' with 'mariadb'.
2018-06-10gnu: guix: Update to 77a1aac.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 77a1aac.
2018-06-10hydra: guix-modular: Build the full Guix.Ludovic Courtès
* build-aux/hydra/guix-modular.scm (build-job): Pass #:pull-version to BUILD.
2018-06-10import: json: Consolidate duplicate json-fetch functionality.Jelle Licht
* guix/import/json.scm (json-fetch): Return a list or hash table. (json-fetch-alist): New procedure. * guix/import/github.scm (json-fetch*): Remove. (latest-released-version): Use json-fetch. * guix/import/cpan.scm (module->dist-name): Use json-fetch-alist. (cpan-fetch): Likewise. * guix/import/crate.scm (crate-fetch): Likewise. * guix/import/gem.scm (rubygems-fetch): Likewise. * guix/import/pypi.scm (pypi-fetch): Likewise. * guix/import/stackage.scm (stackage-lts-info-fetch): Likewise.
2018-06-10gnu: keepalived: Install info documentation.宋文武
* gnu/packages/cluster.scm (keepalived)[arguments]: Add phases 'build-info' and 'install-info'. [native-inputs]: Add texinfo.
2018-06-10gnu: Add keepalived.宋文武
* gnu/packages/cluster.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2018-06-10gnu: Add libnfnetlink.宋文武
* gnu/packages/linux.scm (libnfnetlink): New variable.
2018-06-10gnu: mumble: Fix build with Boost 1.66.Danny Milosavljevic
Fixes <https://bugs.gnu.org/31775>. * gnu/packages/patches/mumble-1.2.19-abs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/telephony.scm (mumble)[source]: Add it.
2018-06-10gnu: nix: Update to 2.0.4.宋文武
* gnu/packages/package-management.scm (nix): Update to 2.0.4.
2018-06-10gnu: musescore: Fix build against Qt 5.11.Nicolas Goaziou
* gnu/packages/music.scm (musescore)[arguments]: Remove Webkit support, since it is replaced with Qt WebEngine in Qt 5.11. Add missing include line. [inputs]: Remove "qtwekbit".
2018-06-10gnu: heimdal: Update to 7.5.0.Alex Vong
* gnu/packages/kerberos.scm (heimdal): Update to 7.5.0. [source]: Update source uri. Remove patches. [arguments]: Adjust #:configure-flags and build phases accordingly. [inputs]: Add sqlite. [native-inputs]: Add texinfo and unzip. * gnu/packages/patches/heimdal-CVE-2017-6594.patch, gnu/packages/patches/heimdal-CVE-2017-11103.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
2018-06-09gnu: milkytracker: Update to 1.02.00.Kei Kebreau
* gnu/packages/music.scm (milkytracker): Update to 1.02.00.
2018-06-09gnu: GnuPG 1.4: Fix CVE-2018-12020.Leo Famulari
* gnu/packages/patches/gnupg-1.4-CVE-2018-12020.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnupg.scm (gnupg-1)[source]: Use it.
2018-06-09gnu: Add maven-resolver-provider.Julien Lepiller
* gnu/packages/maven.scm (maven-resolver-provider): New variable.
2018-06-09gnu: Add maven-shared-utils.Julien Lepiller
gnu/packages/maven.scm (maven-shared-utils): New variable.
2018-06-09gnu: Add maven-repository-metadata.Julien Lepiller
* gnu/packages/maven.scm (maven-repository-metadata): New variable.
2018-06-09gnu: Add maven-resolver-impl.Julien Lepiller
* gnu/packages/maven.scm (maven-resolver-impl): New variable.
2018-06-09gnu: Add maven-model-builder.Julien Lepiller
* gnu/packages/maven.scm (maven-model-builder): New variable.
2018-06-09gnu: Add maven-settings-builder.Julien Lepiller
* gnu/packages/maven.scm (maven-settings-builder): New variable.
2018-06-09gnu: Add maven-settings.Julien Lepiller
* gnu/packages/maven.scm (maven-settings): New variable.
2018-06-09gnu: Add maven-builder-support.Julien Lepiller
* gnu/packages/maven.scm (maven-builder-support): New variable.
2018-06-09gnu: Add maven-model.Julien Lepiller
* gnu/packages/maven.scm (maven-model): New variable.
2018-06-09gnu: Add maven-artifact.Julien Lepiller
* 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.
2018-06-09gnu: po4a: Update to 0.53.Julien Lepiller
* gnu/packages/gettext.scm (po4a): Update to 0.53. [source]: Update to newer github source location. [arguments]: Disable two failing tests.
2018-06-09gnu: terminology: Update to 1.2.1.Efraim Flashner
* gnu/packages/enlightenment.scm (terminology): Update to 1.2.1.
2018-06-09gnu: gnupg: Update to 2.2.8 (fixes CVE-2018-12020).Efraim Flashner
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.8.
2018-06-09gnu: openttd: Add patch to fix compilation.Christopher Baines
* gnu/packages/games.scm (openttd)[source]: Add a unreleased upstream patch to fix building OpenTTD with ICU 61.
2018-06-09gnu: rhythmbox: Add a unreleased patch from upstream.Christopher Baines
* gnu/packages/gnome.scm (rhythmbox)[source]: Add patch from the upstream Git repository, as without this, the package fails to build.
2018-06-09pull: Record the URL, branch, and commit as a manifest entry property.Ludovic Courtès
* 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.
2018-06-09profiles: Add 'properties' field to manifest entries.Ludovic Courtès
* guix/profiles.scm (<manifest-entry>)[properties]: New field. (manifest->gexp)[entry->gexp]: Serialize it. (sexp->manifest)[sexp->manifest-entry]: Deserialize it.
2018-06-09packages: Add 'package-patched-vulnerabilities'.Ludovic Courtès
* 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.
2018-06-09profiles: Add '%current-profile', 'user-friendly-profile', & co.Ludovic Courtès
* guix/scripts/package.scm (%user-profile-directory) (%profile-directory, %current-profile, canonicalize-profile) (user-friendly-profile): Move to... * guix/profiles.scm: ... here.
2018-06-09system: Honor ~/.config/guix/current in /etc/profile.Ludovic Courtès
* 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.
2018-06-09ui: Avoid #:select'ing bindings introduced in the latest (guix build utils).Ludovic Courtès
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.
2018-06-09self: Build the Info manual.Ludovic Courtès
* guix/self.scm (info-manual): New procedure. (whole-package): Add #:info and honor it. (compiled-guix): Pass #:info.
2018-06-09self: Compute and use locale data.Ludovic Courtès
* 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'.
2018-06-09pull: Install the new Guix in a profile.Ludovic Courtès
* 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.
2018-06-09self: Produce a complete package with the 'guix' command.Ludovic Courtès
* 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.
2018-06-09gnu: btrfs-progs: Fix build by disabling tests.宋文武
* gnu/packages/linux.scm (btrfs-progs)[#:arguments]: Add '#:tests? #f'.
2018-06-09gnu: lxc: Update to 3.0.1.宋文武
* gnu/packages/virtualization.scm (lxc): Update to 3.0.1.
2018-06-09gnu: nzbget: Update to 20.0.Rutger Helling
* gnu/packages/networking.scm (nzbget): Update to 20.0.
2018-06-09gnu: mame: New variable.Nicolas Goaziou
* gnu/packages/emulators.scm (mame): New variable.
2018-06-09gnu: asio: New variable.Nicolas Goaziou
* gnu/packages/networking.scm (asio): New variable.
2018-06-08gnu: Add emacs-ivy-yasnippet.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-ivy-yasnippet): New public variable.
2018-06-08gnu: exim: Add libnsl input.Gábor Boskovits
* gnu/packages/mail.scm (exim)[inputs]: Add libnsl. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-06-08nls: Update 'fr' translation.Julien Lepiller
2018-06-08doc: Document xorg keymap configuration.Julien Lepiller
* doc/guix.texi (Xorg display): Add an example xorg keymap configuration.
2018-06-08gnu: twitchy: Install 'rofi-twitchy'.Oleg Pykhalov
* gnu/packages/video.scm (twitchy): Install 'rofi-twitchy'.
2018-06-08gnu: rcas-web: Update to 0.0.5.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (rcas-web): Update to 0.0.5.
2018-06-08services: dnsmasq-service-type: Add default configuration and description.宋文武
* gnu/services/dns.scm (dnsmasq-service-type) [default-value, description]: New fields.