summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: opensm: Update to 3.3.22.Tobias Geerinckx-Rice2019-10-09
| | | | * gnu/packages/fabric-management.scm (opensm): Update to 3.3.22.
* gnu: espeak: Build with the C++ 98 standard.Marius Bakke2019-10-09
| | | | | | | Fixes <https://bugs.gnu.org/37672>. Reported by Bradley Haggerty <bradigger@gmail.com>. * gnu/packages/speech.scm (espeak)[arguments]: Add CXXFLAGS to #:make-flags.
* gnu: libsigc++: Update home page.Marius Bakke2019-10-09
| | | | * gnu/packages/glib.scm (libsigc++)[home-page]: Update to current.
* gnu: python-binaryornot: Fix build.Danny Milosavljevic2019-10-09
| | | | | | | Fixes <https://bugs.gnu.org/37678>. * gnu/packages/python-xyz.scm (python-binaryornot)[arguments]<#:phases>[patch-tests]: New phase.
* gnu: emacs-tiny: Update to 0.2.1-1.fd8a6b0.Brian Leung2019-10-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-tiny): Update to 0.2.1-1.fd8a6b0.
* gnu: emacs-general: Update to 0-3.f38fb22.Brian Leung2019-10-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-general): Update to 0-3.f38fb22.
* gnu: emacs-ccls: Update to 0.1-3.b1acc33.Brian Leung2019-10-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-ccls): Update to 0.1-3.b1acc33.
* gnu: emacs-dante: Update to 1.5-3.38b5894.Brian Leung2019-10-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-dante): Update to 1.5-3.38b5894.
* gnu: mcrl2: Update source url.Jan Nieuwenhuizen2019-10-08
| | | | * gnu/packages/maths.scm (mcrl2): Update source url.
* gnu: python2-tqdm: Depend on python2-functools32.Pierre Langlois2019-10-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-tqdm)[properties]: Add python2-variant. (python2-tqdm): Use 'strip-python2-variant'. [native-inputs]: Add python2-functools32. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: gpodder: Update to 3.10.11.Pierre Langlois2019-10-08
| | | | | | * gnu/packages/gpodder.scm (gpodder): Update to 3.10.11. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: sakura: Update to 3.7.0.Pierre Langlois2019-10-08
| | | | | | * gnu/packages/terminals.scm (sakura): Update to 3.7.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: mate-applets: Build with a fixed version of yelp-tools.Marius Bakke2019-10-08
| | | | | | | | | Fixes <https://bugs.gnu.org/37668>. Reported by Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>. * gnu/packages/gnome.scm (yelp-tools/fixed): New public variable. * gnu/packages/mate.scm (mate-applets)[native-inputs]: Replace YELP-TOOLS with YELP-TOOLS/FIXED.
* gnu: linux-libre@5.3: Apply upstream entropy fix.Marius Bakke2019-10-08
| | | | | | | See <https://bugs.gnu.org/37501>. * gnu/packages/linux.scm (linux-libre-5.3-source): Add "linux-libre-active-entropy.patch".
* Merge branch 'core-updates'Ludovic Courtès2019-10-08
|\
| * gnu: mariadb: Build with GCC 5 on ARMv7.Marius Bakke2019-10-08
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37605>. * gnu/packages/databases.scm (mariadb)[native-inputs]: Add GCC-5 when the current system is ARMv7.
| * Merge branch 'master' into core-updatesLudovic Courtès2019-10-07
| |\
| * \ Merge branch 'master' into core-updatesRicardo Wurmus2019-10-06
| |\ \
| * | | gnu: WebKitGTK: Embed absolute file name of libWPEBackend-fdo-1.0.so.Marius Bakke2019-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37545>. Reported by Vagrant Cascadian <vagrant@debian.org>. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Add phase.
| * | | gnu: linux-libre: Remove glibc from CPATH before the build.Marius Bakke2019-10-06
| | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37593>. * gnu/packages/linux.scm (make-linux-libre*)[arguments]: Drop "libc" from CPATH.
| * | | gnu: linux-libre: Try to aggressively gather entropy during boot.Marius Bakke2019-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | gnu: perf: Treat kernel headers as system headers.Marius Bakke2019-10-06
| | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (perf)[arguments]: Instead of disabling -Werror, set C_INCLUDE_PATH.
| * | | services: urandom-seed: Credit the entropy added to the PRNG.Ludovic Courtès2019-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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'.
| * | | syscalls: Add 'add-to-entropy-count'.Ludovic Courtès2019-10-05
| | | | | | | | | | | | | | | | | | | | | | | | * guix/build/syscalls.scm (RNDADDTOENTCNT): New variable. (add-to-entropy-count): New procedure. * tests/syscalls.scm ("add-to-entropy-count"): New test.
| * | | gnu: mysql: Update to 5.7.27.Efraim Flashner2019-10-03
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mysql): Update to 5.7.27. [native-inputs]: Add pkg-config. [inputs]: Add libtirpc, rpcsvc-proto.
| * | | gnu: gnucash: Update to 3.7.Kei Kebreau2019-10-02
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnucash.scm (gnucash): Update to 3.7. [arguments]: Remove "disable-stress-options-test" phase. (gnucash-docs): Update to 3.7.
| * | | gnu: dconf-editor: Fix build failure.Ludovic Courtès2019-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37503>. Reported by Jack Hill <jackhill@jackhill.us>. * gnu/packages/gnome.scm (dconf-editor)[arguments]: New field.
| * | | gnu: translate-shell: Update to 0.9.6.11.Pierre Langlois2019-10-02
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dictionnaries.scm (translate-shell): Update to 0.9.6.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | | channels: Add quirk to build recent 'master' with Guile 2.2.4.Ludovic Courtès2019-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37506>. Reported by Marius Bakke <mbakke@fastmail.com>. * guix/channels.scm (syscalls-reexports-local-variables?) (guile-2.2.4, guile-for-source): New procedures. (%quirks): New variable. (build-from-source): Add calls to 'guile-for-source' and 'set-guile-for-build'.
| * | | gnu: guile: Add 2.2.4.Ludovic Courtès2019-10-01
| | | | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-2.2.4): New variable.
| * | | Merge branch 'master' into core-updatesLudovic Courtès2019-10-01
| |\ \ \
| * | | | gnu: xyce: Use Bison 3.0.Ludovic Courtès2019-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | bootstrap: bash: Update for bash-5.0.Jan Nieuwenhuizen2019-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | | bootstrap: mes: Add mes-0.19.Jan Nieuwenhuizen2019-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mes.scm (mes-0.19): New variable. (mes): Inherit it. * gnu/packages/make-bootstrap.scm (%mes-minimal): Likewise.
| * | | | bootstrap: mescc-tools: Use mescc-tools-0.5.2, mescc-tools.Jan Nieuwenhuizen2019-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | | gnu: tlsdate: Build against OpenSSL@1.0.Marius Bakke2019-09-29
| | | | | | | | | | | | | | | | | | | | * gnu/packages/ntp.scm (tlsdate)[inputs]: Change from OPENSSL to OPENSSL-1.0.
| * | | | gnu: gcc: Fix i686-linux cross compiler.Jan Nieuwenhuizen2019-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | gnu: xfce4-pulseaudio-plugin: Adjust for GCC7 search path change.Marius Bakke2019-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-pulseaudio-plugin)[arguments]: Gracefully handle a missing C_INCLUDE_PATH.
| * | | | nls: Add ‘nl’ translation of news entries.Tobias Geerinckx-Rice2019-09-28
| | | | | | | | | | | | | | | | | | | | * etc/news.scm: Add ‘nl’ translations.
| * | | | nls: Update 'de' translation of news entries.Florian Pelz2019-09-27
| | | | | | | | | | | | | | | | | | | | * etc/news.scm: Improve 'de' translation for news entries.
| * | | | nls: Update 'de' translation of news entries.Florian Pelz2019-09-27
| | | | | | | | | | | | | | | | | | | | * etc/news.scm: Add 'de' translation for news entry titles.
| * | | | Merge branch 'master' into core-updatesMarius Bakke2019-09-27
| |\ \ \ \
| * | | | | gnu: isync: Use openssl-1.0 to fix build.Mathieu Othacehe2019-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mail.scm (isync)[inputs]: Replace openssl by openssl-1.0 to fix the build.
| * | | | | gnu: supercollider: Fix build and update to 3.10.3.Mathieu Othacehe2019-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/supercollider-boost-1.70-build-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/audio.scm (supercollider): Update to 3.10.3 and apply the previous patch to fix build with boost-1.70. Remove outdated 'fix-build-with-boost-1.68 phase.
| * | | | | gnu: gcc: Fix mingw cross compiler.Jan Nieuwenhuizen2019-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/gcc-7-cross-mingw.patch: New file. * gnu/packages/cross-base.scm (cross-gcc-patches): Add XGCC parameter; update caller. Use it for target mingw and gcc >= 7. * gnu/local.mk (dist_patch_DATA): Add it.
| * | | | | nls: Update 'fr' translation of news entries.Julien Lepiller2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | * etc/news.scm: Add more 'fr' translations.
| * | | | | gnu: Add ccls.Mathieu Othacehe2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cpp.scm (ccls): New variable.
| * | | | | nls: Update 'de' translation of news entries.Florian Pelz2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | * etc/news.scm: Add more 'de' translations.
| * | | | | news: Add entry for the glibc upgrade.Ludovic Courtès2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | * etc/news.scm: Add entry for 5f3f70391809f8791c55c05bd1646bc58508fa2c.
| * | | | | gnu: Add locale packages for glibc 2.28.Ludovic Courtès2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (glibc-locales-2.28, glibc-utf8-locales-2.28): New variables. (glibc-locales-2.27, glibc-utf8-locales-2.27): Deprecate.