Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnu: fcgiwrap: Fix build with newer GCCs.•••* gnu/packages/web.scm (fcgiwrap)[arguments]: Add ‘fix-CFLAGS’ phase. | Tobias Geerinckx-Rice | 2019-10-09 | 1 | -1/+9 |
* | gnu: perl-mail-dkim: Update to 0.57.•••* gnu/packages/mail.scm (perl-mail-dkim): Update to 0.57. | Tobias Geerinckx-Rice | 2019-10-09 | 1 | -2/+2 |
* | gnu: python-ecdsa: Update to 0.13.3.•••* gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.13.3. | Tobias Geerinckx-Rice | 2019-10-09 | 1 | -7/+4 |
* | gnu: opensm: Update to 3.3.22.•••* gnu/packages/fabric-management.scm (opensm): Update to 3.3.22. | Tobias Geerinckx-Rice | 2019-10-09 | 1 | -3/+3 |
* | gnu: espeak: Build with the C++ 98 standard.•••Fixes <https://bugs.gnu.org/37672>. Reported by Bradley Haggerty <bradigger@gmail.com>. * gnu/packages/speech.scm (espeak)[arguments]: Add CXXFLAGS to #:make-flags. | Marius Bakke | 2019-10-09 | 1 | -0/+2 |
* | gnu: libsigc++: Update home page.•••* gnu/packages/glib.scm (libsigc++)[home-page]: Update to current. | Marius Bakke | 2019-10-09 | 1 | -1/+1 |
* | gnu: python-binaryornot: Fix build.•••Fixes <https://bugs.gnu.org/37678>. * gnu/packages/python-xyz.scm (python-binaryornot)[arguments]<#:phases>[patch-tests]: New phase. | Danny Milosavljevic | 2019-10-09 | 1 | -0/+10 |
* | gnu: emacs-tiny: Update to 0.2.1-1.fd8a6b0.•••* gnu/packages/emacs-xyz.scm (emacs-tiny): Update to 0.2.1-1.fd8a6b0. | Brian Leung | 2019-10-09 | 1 | -16/+23 |
* | gnu: emacs-general: Update to 0-3.f38fb22.•••* gnu/packages/emacs-xyz.scm (emacs-general): Update to 0-3.f38fb22. | Brian Leung | 2019-10-09 | 1 | -3/+18 |
* | gnu: emacs-ccls: Update to 0.1-3.b1acc33.•••* gnu/packages/emacs-xyz.scm (emacs-ccls): Update to 0.1-3.b1acc33. | Brian Leung | 2019-10-09 | 1 | -3/+3 |
* | gnu: emacs-dante: Update to 1.5-3.38b5894.•••* gnu/packages/emacs-xyz.scm (emacs-dante): Update to 1.5-3.38b5894. | Brian Leung | 2019-10-09 | 1 | -3/+3 |
* | gnu: mcrl2: Update source url.•••* gnu/packages/maths.scm (mcrl2): Update source url. | Jan Nieuwenhuizen | 2019-10-08 | 1 | -3/+3 |
* | gnu: python2-tqdm: Depend on python2-functools32.•••* 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> | Pierre Langlois | 2019-10-08 | 1 | -2/+7 |
* | gnu: gpodder: Update to 3.10.11.•••* gnu/packages/gpodder.scm (gpodder): Update to 3.10.11. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Pierre Langlois | 2019-10-08 | 1 | -2/+2 |
* | gnu: sakura: Update to 3.7.0.•••* gnu/packages/terminals.scm (sakura): Update to 3.7.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Pierre Langlois | 2019-10-08 | 1 | -3/+4 |
* | gnu: mate-applets: Build with a fixed version of yelp-tools.•••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. | Marius Bakke | 2019-10-08 | 2 | -1/+12 |
* | gnu: linux-libre@5.3: Apply upstream entropy fix.•••See <https://bugs.gnu.org/37501>. * gnu/packages/linux.scm (linux-libre-5.3-source): Add "linux-libre-active-entropy.patch". | Marius Bakke | 2019-10-08 | 1 | -1/+2 |
* | Merge branch 'core-updates' | Ludovic Courtès | 2019-10-08 | 244 | -5243/+8435 |
|\ | |||||
| * | gnu: mariadb: Build with GCC 5 on ARMv7.•••Fixes <https://bugs.gnu.org/37605>. * gnu/packages/databases.scm (mariadb)[native-inputs]: Add GCC-5 when the current system is ARMv7. | Marius Bakke | 2019-10-08 | 1 | -0/+5 |
| * | Merge branch 'master' into core-updates | Ludovic Courtès | 2019-10-07 | 12 | -156/+315 |
| |\ | |||||
| * \ | Merge branch 'master' into core-updates | Ricardo Wurmus | 2019-10-06 | 51 | -465/+46174 |
| |\ \ | |||||
| * | | | gnu: WebKitGTK: Embed absolute file name of libWPEBackend-fdo-1.0.so.•••Fixes <https://bugs.gnu.org/37545>. Reported by Vagrant Cascadian <vagrant@debian.org>. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Add phase. | Marius Bakke | 2019-10-06 | 1 | -0/+7 |
| * | | | gnu: linux-libre: Remove glibc from CPATH before the build.•••Fixes <https://bugs.gnu.org/37593>. * gnu/packages/linux.scm (make-linux-libre*)[arguments]: Drop "libc" from CPATH. | Marius Bakke | 2019-10-06 | 1 | -0/+13 |
| * | | | gnu: linux-libre: Try to aggressively gather entropy during boot.•••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. | Marius Bakke | 2019-10-06 | 2 | -1/+88 |
| * | | | gnu: perf: Treat kernel headers as system headers.•••* gnu/packages/linux.scm (perf)[arguments]: Instead of disabling -Werror, set C_INCLUDE_PATH. | Marius Bakke | 2019-10-06 | 1 | -4/+5 |
| * | | | gnu: mysql: Update to 5.7.27.•••* gnu/packages/databases.scm (mysql): Update to 5.7.27. [native-inputs]: Add pkg-config. [inputs]: Add libtirpc, rpcsvc-proto. | Efraim Flashner | 2019-10-03 | 1 | -3/+7 |
| * | | | gnu: gnucash: Update to 3.7.•••* gnu/packages/gnucash.scm (gnucash): Update to 3.7. [arguments]: Remove "disable-stress-options-test" phase. (gnucash-docs): Update to 3.7. | Kei Kebreau | 2019-10-02 | 1 | -10/+3 |
| * | | | gnu: dconf-editor: Fix build failure.•••Fixes <https://bugs.gnu.org/37503>. Reported by Jack Hill <jackhill@jackhill.us>. * gnu/packages/gnome.scm (dconf-editor)[arguments]: New field. | Ludovic Courtès | 2019-10-02 | 1 | -0/+11 |
| * | | | gnu: translate-shell: Update to 0.9.6.11.•••* gnu/packages/dictionnaries.scm (translate-shell): Update to 0.9.6.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Pierre Langlois | 2019-10-02 | 1 | -2/+3 |
| * | | | gnu: guile: Add 2.2.4.•••* gnu/packages/guile.scm (guile-2.2.4): New variable. | Ludovic Courtès | 2019-10-01 | 1 | -0/+11 |
| * | | | Merge branch 'master' into core-updates | Ludovic Courtès | 2019-10-01 | 36 | -307/+568 |
| |\ \ \ | |||||
| * | | | | gnu: xyce: Use Bison 3.0.•••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. | Ludovic Courtès | 2019-09-30 | 2 | -3/+16 |
| * | | | | bootstrap: bash: Update for bash-5.0.•••* 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. | Jan Nieuwenhuizen | 2019-09-29 | 3 | -31/+35 |
| * | | | | bootstrap: mes: Add mes-0.19.•••* gnu/packages/mes.scm (mes-0.19): New variable. (mes): Inherit it. * gnu/packages/make-bootstrap.scm (%mes-minimal): Likewise. | Jan Nieuwenhuizen | 2019-09-29 | 2 | -39/+23 |
| * | | | | bootstrap: mescc-tools: Use mescc-tools-0.5.2, mescc-tools.•••* 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. | Jan Nieuwenhuizen | 2019-09-29 | 2 | -29/+13 |
| * | | | | gnu: tlsdate: Build against OpenSSL@1.0.•••* gnu/packages/ntp.scm (tlsdate)[inputs]: Change from OPENSSL to OPENSSL-1.0. | Marius Bakke | 2019-09-29 | 1 | -1/+1 |
| * | | | | gnu: gcc: Fix i686-linux cross compiler.•••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. | Jan Nieuwenhuizen | 2019-09-29 | 1 | -0/+1 |
| * | | | | gnu: xfce4-pulseaudio-plugin: Adjust for GCC7 search path change.•••* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin)[arguments]: Gracefully handle a missing C_INCLUDE_PATH. | Marius Bakke | 2019-09-29 | 1 | -1/+1 |
| * | | | | Merge branch 'master' into core-updates | Marius Bakke | 2019-09-27 | 54 | -2266/+2476 |
| |\ \ \ \ | |||||
| * | | | | | gnu: isync: Use openssl-1.0 to fix build.•••* gnu/packages/mail.scm (isync)[inputs]: Replace openssl by openssl-1.0 to fix the build. | Mathieu Othacehe | 2019-09-27 | 1 | -1/+1 |
| * | | | | | gnu: supercollider: Fix build and update to 3.10.3.•••* 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. | Mathieu Othacehe | 2019-09-27 | 2 | -8/+33 |
| * | | | | | gnu: gcc: Fix mingw cross compiler.•••* 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. | Jan Nieuwenhuizen | 2019-09-27 | 2 | -5/+32 |
| * | | | | | gnu: Add ccls.•••* gnu/packages/cpp.scm (ccls): New variable. | Mathieu Othacehe | 2019-09-26 | 1 | -1/+34 |
| * | | | | | gnu: Add locale packages for glibc 2.28.•••* 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. | Ludovic Courtès | 2019-09-24 | 1 | -5/+12 |
| * | | | | | Merge branch 'master' into core-updates | Ludovic Courtès | 2019-09-24 | 66 | -830/+3630 |
| |\ \ \ \ \ | |||||
| * | | | | | | gnu: perl-catalyst-view-json: Update to 0.37.•••* gnu/packages/web.scm (perl-catalyst-view-json): Update to 0.37. | Ludovic Courtès | 2019-09-23 | 1 | -3/+3 |
| * | | | | | | gnu: perl-catalyst-runtime: Update to 5.90124.•••* gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90124. [propagated-inputs]: Add PERL-PERLIO-UTF8_STRICT. | Ludovic Courtès | 2019-09-23 | 1 | -3/+4 |
| * | | | | | | gnu: libsmpeg: Fix build failure with GCC 7.•••* gnu/packages/video.scm (libsmpeg)[arguments]: New field. | Ludovic Courtès | 2019-09-23 | 1 | -0/+4 |
| * | | | | | | gnu: perf: Really build without '-Werror'.•••Until this change, it would fail to build with: In file included from /tmp/guix-build-perf-5.2.15.drv-0/linux-5.2.15/tools/include/uapi/linux/ethtool.h:19:0, from xsk.c:18: /gnu/store/…-linux-libre-headers-4.19.56/include/linux/if_ether.h:165:1: error: packed attribute is unnecessary for 'ethhdr' [-Werror=packed] * gnu/packages/linux.scm (perf)[arguments]: In 'configure' phase, remove "-Werror" from 'tools/lib/bpf/Makefile'. | Ludovic Courtès | 2019-09-22 | 1 | -0/+4 |
| * | | | | | | gnu: instantmusic: Fix build failure.•••This is a followup to 6bbb37a545912c6bb2513ee08587ee4fe39cc330. * gnu/packages/music.scm (instantmusic): Move 'fix-file-permissions' phase before 'install' rather than before 'check'. | Ludovic Courtès | 2019-09-22 | 1 | -2/+2 |