summary refs log tree commit diff
path: root/gnu
AgeCommit message (Collapse)Author
2019-10-06gnu: WebKitGTK: Embed absolute file name of libWPEBackend-fdo-1.0.so.Marius Bakke
Fixes <https://bugs.gnu.org/37545>. Reported by Vagrant Cascadian <vagrant@debian.org>. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Add phase.
2019-10-06gnu: linux-libre: Remove glibc from CPATH before the build.Marius Bakke
Fixes <https://bugs.gnu.org/37593>. * gnu/packages/linux.scm (make-linux-libre*)[arguments]: Drop "libc" from CPATH.
2019-10-06gnu: linux-libre: Try to aggressively gather entropy during boot.Marius Bakke
Fixes <https://bugs.gnu.org/37501>. * gnu/packages/patches/linux-libre-active-entropy.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre-5.2-source): Use it.
2019-10-06gnu: perf: Treat kernel headers as system headers.Marius Bakke
* gnu/packages/linux.scm (perf)[arguments]: Instead of disabling -Werror, set C_INCLUDE_PATH.
2019-10-05services: urandom-seed: Credit the entropy added to the PRNG.Ludovic Courtès
Partly fixes <https://bugs.gnu.org/37501>. Reported by Marius Bakke <mbakke@fastmail.com>. * gnu/services/base.scm (urandom-seed-shepherd-service): In 'start' method, add calls to 'add-to-entropy-count'.
2019-10-03gnu: mysql: Update to 5.7.27.Efraim Flashner
* gnu/packages/databases.scm (mysql): Update to 5.7.27. [native-inputs]: Add pkg-config. [inputs]: Add libtirpc, rpcsvc-proto.
2019-10-02gnu: gnucash: Update to 3.7.Kei Kebreau
* gnu/packages/gnucash.scm (gnucash): Update to 3.7. [arguments]: Remove "disable-stress-options-test" phase. (gnucash-docs): Update to 3.7.
2019-10-02gnu: dconf-editor: Fix build failure.Ludovic Courtès
Fixes <https://bugs.gnu.org/37503>. Reported by Jack Hill <jackhill@jackhill.us>. * gnu/packages/gnome.scm (dconf-editor)[arguments]: New field.
2019-10-02gnu: translate-shell: Update to 0.9.6.11.Pierre Langlois
* gnu/packages/dictionnaries.scm (translate-shell): Update to 0.9.6.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-01gnu: guile: Add 2.2.4.Ludovic Courtès
* gnu/packages/guile.scm (guile-2.2.4): New variable.
2019-10-01Merge branch 'master' into core-updatesLudovic Courtès
2019-10-01gnu: Add abcl.Carlo Zancanaro
* gnu/packages/java.scm (abcl): New variable. * gnu/packages/patches/abcl-fix-build-xml.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-01gnu: Add emacs-handle.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-handle): New variable.
2019-10-01gnu: emacs-compdef: Update to 0.2-2.67104a3.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-compdef): Update to 0.2-2.67104a3.
2019-09-30gnu: Add mcrl2-minimal.Jan Nieuwenhuizen
* gnu/packages/maths.scm (mcrl2-minimal): New variable.
2019-09-30gnu: mcrl2: Update to 201908.0.Jan Nieuwenhuizen
* gnu/packages/maths.scm (mcrl2): Update to 201908.0.
2019-09-30gnu: bubblewrap: Update to 0.3.3.Marius Bakke
* gnu/packages/virtualization.scm (bubblewrap): Update to 0.3.3. [arguments]: Adjust test substitutions.
2019-09-30gnu: xyce: Use Bison 3.0.Ludovic Courtès
Xyce requires Bison 3.0 at the latest. * gnu/packages/bison.scm (bison-3.0): New variable. * gnu/packages/engineering.scm (xyce-serial)[native-inputs]: Use BISON-3.0 instead of BISON.
2019-09-29gnu: %default-extra-linux-options: Ensure namespaces are enabled in allVagrant Cascadian
linux-libre kernels. The linux-libre kernels using defconfig may not have namespaces enabled, which is needed for the default guix-daemon configuration in Guix System. * gnu/packages/linux (%default-extra-linux-options): Enable CONFIG_NAMESPACES, CONFIG_UTS_NS, CONFIG_IPC_NS, CONFIG_USER_NS, CONFIG_PID_NS, and CONFIG_NET_NS.
2019-09-29gnu: emacs-org-ql: Update to 0.2.1.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.2.1.
2019-09-29gnu: Add "guile3.0-" package variants.Ludovic Courtès
* gnu/packages/guile.scm (package-for-guile-3.0): New procedure. (guile3.0-json, guile3.0-gdbm-ffi, guile3.0-bytestructures): New variables. * gnu/packages/gnupg.scm (guile3.0-gcrypt): New variable. * gnu/packages/guile-xyz.scm (guile3.0-minikanren, guile3.0-irregex): New variables.
2019-09-29gnu: Remove deprecated "guile2.2-" packages.Ludovic Courtès
These had been deprecated since Dec. 2017. * gnu/packages/guile-xyz.scm (guile2.2-reader, guile2.2-lib) (guile2.2-minikanren, guile2.2-irregex, guile2.2-haunt) (guile2.2-redis, guile2.2-commonmark): Remove. * gnu/packages/guile.scm (guile2.2-json, guile2.2-gdbm-ffi): Remove. * gnu/packages/ssh.scm (guile2.2-ssh): Remove. * gnu/packages/tls.scm (gnutls/guile-2.2): Remove.
2019-09-29gnu: giac: Update to 1.5.0-65.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): Update to 1.5.0-65.
2019-09-29bootstrap: bash: Update for bash-5.0.Jan Nieuwenhuizen
* gnu/packages/patches/bash-4.4-linux-pgrp-pipe.patch: Remove. * gnu/packages/patches/bash-reproducible-linux-pgrp-pipe.patch: New file. * gnu/packages/make-bootstrap.scm (static-bash-for-bootstrap): Update to use it. * gnu/local.mk (dist_patch_DATA): Likewise.
2019-09-29bootstrap: mes: Add mes-0.19.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes-0.19): New variable. (mes): Inherit it. * gnu/packages/make-bootstrap.scm (%mes-minimal): Likewise.
2019-09-29bootstrap: mescc-tools: Use mescc-tools-0.5.2, mescc-tools.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools-0.5.2): New variable; rename from mescc-tools. (mescc-tools): Rename from mescc-tools-0.6.1. Fix build. * gnu/packages/make-bootstrap.scm (%mescc-tools-static): Inherit fixed mescc-tools-0.5.2.
2019-09-29gnu: font-util: Update to 1.3.2.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (font-util): Update to 1.3.2.
2019-09-29gnu: libgee: Update to 0.20.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgee): Update to 0.20.2.
2019-09-29gnu: cogl: Update to 1.22.4.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (cogl): Update to 1.22.4.
2019-09-29gnu: Add xftwidth.Kyle Andrews
* gnu/packages/xdisorg.scm: added xftwidth package.
2019-09-29gnu: geocode-glib: Update to 3.26.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (geocode-glib): Update to 3.26.1.
2019-09-29gnu: znc: Update to 1.7.5.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (znc): Update to 1.7.5.
2019-09-29gnu: libgee: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgee)[source]: Hard-code NAME.
2019-09-29gnu: cogl: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (cogl)[source]: Hard-code NAME.
2019-09-29gnu: geocode-glib: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (geocode-glib)[source]: Hard-code NAME.
2019-09-29gnu: emacs-on-screen: Update to 1.3.3.Tobias Geerinckx-Rice
* gnu/packages/emacs-xyz.scm (emacs-on-screen): Update to 1.3.3.
2019-09-29gnu: emacs-dired-du: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/emacs-xyz.scm (emacs-dired-du)[home-page]: Use HTTPS.
2019-09-29gnu: emacs-dired-du: Update to 0.5.2.Tobias Geerinckx-Rice
* gnu/packages/emacs-xyz.scm (emacs-dired-du): Update to 0.5.2.
2019-09-29gnu: perl-carp-clan: Update to 6.08.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-carp-clan): Update to 6.08.
2019-09-29gnu: tlsdate: Build against OpenSSL@1.0.Marius Bakke
* gnu/packages/ntp.scm (tlsdate)[inputs]: Change from OPENSSL to OPENSSL-1.0.
2019-09-29gnu: gcc: Fix i686-linux cross compiler.Jan Nieuwenhuizen
This resurrects ./pre-inst-env guix build --target=i686-unknown-linux-gnu hello * gnu/packages/cross-base.scm (cross-gcc-arguments): Do not build libmpx; does not cross-configure.
2019-09-29gnu: mame: Update to 0.214.Nicolas Goaziou
* gnu/packages/emulators.scm (mame): Update to 0.214. [source]: Remove unnecessary patch. * gnu/packages/patches/mame-rapidjson-fix.patch: Delete file. * gnu/local.mk: Remove reference to deleted patch.
2019-09-29gnu: xfce4-pulseaudio-plugin: Adjust for GCC7 search path change.Marius Bakke
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin)[arguments]: Gracefully handle a missing C_INCLUDE_PATH.
2019-09-29gnu: screenfetch: Update to 3.8.0-2.e7b94fc.Efraim Flashner
* gnu/packages/admin.scm (screenfetch): Update to 3.8.0-2.e7b94fc.
2019-09-29gnu: sbcl: Update to 1.5.7.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 1.5.7.
2019-09-29gnu: emacs-tablist: Update to 1.0.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-tablist): Update to 1.0.
2019-09-29gnu: emacs-prescient: Update to 3.3.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 3.3.
2019-09-29gnu: emacs-hydra: Enable test.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-hydra): Enable test.
2019-09-29gnu: emacs-helm-company: Enable test.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-helm-company): Enable test.
2019-09-28gnu: Add ell.Brice Waegeneire
* gnu/packages/linux.scm (ell): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>