summary refs log tree commit diff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2019-01-02gnu: python-ipython: Update to 5.8.0.Ricardo Wurmus
* gnu/packages/python.scm (python-ipython): Update to 5.8.0. [propagated-inputs]: Replace python-prompt-toolkit with python-prompt-toolkit-1. [arguments]: Use INVOKE in the "check" phase; return #T from the "fix-tests" phase.
2019-01-02gnu: Add python-prompt-toolkit-1.Ricardo Wurmus
* gnu/packages/python.scm (python-prompt-toolkit-1, python2-prompt-toolkit-1): New variables.
2019-01-02gnu: python-prompt-toolkit: Update to 2.0.7.Ricardo Wurmus
* gnu/packages/python.scm (python-prompt-toolkit): Update to 2.0.7. [arguments]: Enable tests; add phase "post-install-check" and delete "check" phase. [native-inputs]: Add python-pytest.
2019-01-02gnu: python-hy: Use INVOKE.Ricardo Wurmus
* gnu/packages/python.scm (python-hy)[arguments]: Use INVOKE.
2019-01-02gnu: python-clint: Use INVOKE.Ricardo Wurmus
* gnu/packages/python.scm (python-clint)[arguments]: Use INVOKE.
2019-01-02gnu: python-configargparse: Use INVOKE.Ricardo Wurmus
* gnu/packages/python.scm (python-configargparse)[arguments]: Use INVOKE.
2019-01-02gnu: python-docopt: Use INVOKE.Ricardo Wurmus
* gnu/packages/python.scm (python-docopt)[arguments]: Use INVOKE.
2019-01-02gnu: ruby: Remove versions 1.8, 2.1 and 2.2.Alex Vong
Remove ruby versions which have reached EOL. See <https://lists.gnu.org/archive/html/guix-devel/2018-11/msg00421.html>. * gnu/packages/ruby.scm (ruby-1.8, ruby-2.1, ruby-2.2): Remove variables.
2019-01-02gnu: breeze-icons: Fix failing tests.Hartmut Goebel
* gnu/packages/kde-frameworks.scm(breeze-icons)[arguments]<#phases>: Remove outdated 'disable-failing-test, add 'add-symlinks.
2019-01-01gnu: Syncthing: Update to 1.0.0.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.0.0.
2019-01-01gnu: emacs-org-contrib: Update to 9.2.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-org-contrib): Update to 9.2. [propagated-inputs]: Add missing inputs.
2019-01-01gnu: org: Update to 9.2.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-org): Update to 9.2.
2019-01-01gnu: Add emacs-arduino-mode.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-arduino-mode): New variable.
2019-01-01gnu: emacs-w3m: Fix build.Maxim Cournoyer
The previously (unofficial) Git repository mirror is no longer available, so we fallback to using the official CVS repository. Fixes issue 33938 (see: https://issues.guix.info/issue/33938). * gnu/packages/emacs.scm (emacs-w3m)[origin]: Fetch the sources from the official CVS repository.
2019-01-01gnu: linux-libre: Update to 4.20, while retaining 4.19 LTS.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20. (%linux-libre-hash): Update hash. (%linux-libre-4.20-patches): New variable. (linux-libre): Use %linux-libre-4.20-patches. (%linux-libre-4.19-version, %linux-libre-4.19-hash) (%linux-libre-4.19-patches, linux-libre-4.19): New variables. (linux-libre-arm-generic, linux-libre-arm-omap2plus): Use %linux-libre-4.20-patches. (linux-libre-arm-generic-4.19, linux-libre-arm-omap2plus-4.19): New variables. * gnu/packages/aux-files/linux-libre/4.20-arm.conf, gnu/packages/aux-files/linux-libre/4.20-arm64.conf, gnu/packages/aux-files/linux-libre/4.20-i686.conf, gnu/packages/aux-files/linux-libre/4.20-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add them.
2019-01-01gnu: linux-libre: Build with GCC-7 on all systems.Mark H Weaver
* gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Include GCC-7 unconditionally. Previously it was included only on Intel systems. Add GMP, MPFR, and MPC. [arguments]: Add 'work-around-gcc-7-include-path-issue' phase.
2019-01-01gnu: linux-libre: Minor cleanups.Mark H Weaver
* gnu/packages/linux.scm: Remove comment about armhf-linux kernel configuration. (%intel-compatible-systems, %linux-compatible-systems): Remove these variables, inlining their values into the few places where they are used. (%linux-libre-arm-export-__sync_icache_dcache-patch): New variable. (%linux-libre-4.19-patches): Use the above variable.
2019-01-01gnu: php-with-bcmath: Deprecate in favour of 'php'.Oleg Pykhalov
This is a follow-up to 4629d26755aa06344fb8f515fb0202776e70c429. * gnu/packages/php.scm (php-with-bcmath): Deprecate in favour of 'php'. * gnu/tests/monitoring.scm (%zabbix-os): Use this.
2019-01-01gnu: ruby-pg: Update to 1.1.3.Vasile Dumitrascu
* gnu/packages/ruby.scm (ruby-pg): Update to 1.1.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
2019-01-01gnu: amule: Use 'git-fetch'.Efraim Flashner
* gnu/packages/networking.scm (amule)[source]: Use 'git-fetch'.
2019-01-01gnu: amule: Don't run 'bootstrap phase.Efraim Flashner
* gnu/packages/networking.scm (amule)[arguments]: Delete 'bootstrap phase.
2019-01-01gnu: libphidget: Update to 2.1.8.20180607.Efraim Flashner
* gnu/packages/libphidget.scm (libphidget): Update to 2.1.8.20180607.
2019-01-01gnu: libphidget: Update source uri.Efraim Flashner
* gnu/packages/libphidget.scm (libphidget)[source]: Update source uri. [home-page]: Use https.
2018-12-31gnu: emacs-matrix-client: Update to 5d8e959.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-matrix-client): Update to 5d8e959a63e5de05b628ca8e1dfb974f7f618821. [propagated-inputs]: Add new inputs.
2018-12-31gnu: Add emacs-frame-purpose.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-frame-purpose): New variable.
2018-12-31gnu: python-lxml: Update to 4.2.5 [fixes CVE-2018-19787].Leo Famulari
* gnu/packages/python.scm (python-lxml, python2-lxml): Update to 4.2.5.
2018-12-30gnu: chicken: Update to 5.0.0.Kei Kebreau
* gnu/packages/scheme.scm (chicken): Update to 5.0.0.
2018-12-30gnu: hop: Update to 3.2.0-pre1.Kei Kebreau
* gnu/packages/scheme.scm (hop): Update to 3.2.0-pre1. [arguments]: Add "--hostcc=gcc" to configure flags in the 'configure' phase and substitute absolute reference to "/bin/rm".
2018-12-30gnu: bigloo: Update to 4.3e1.Kei Kebreau
* gnu/packages/scheme.scm (bigloo): Update to 4.3e1.
2018-12-30gnu: ffmpeg@2.8: Remove variable.Efraim Flashner
* gnu/packages/video.scm (ffmpeg@2.8): Remove variable.
2018-12-30gnu: vinagre: Don't build icon-cache.Efraim Flashner
* gnu/packages/gnome.scm (vinagre)[arguments]: Add custom phase to remove 'gtk-update-icon-cache'. [native-inputs]: Remove gtk+-bin.
2018-12-30gnu: vinagre: Update package for newer freerdp.Efraim Flashner
* gnu/packages/gnome.scm (vinagre)[source]: Update patches. [arguments]: Add custom phase to replace 'freerdp' with 'freerdp2'. Remove configure flags. * gnu/packages/patches/vinagre-revert-1.patch, gnu/packages/patches/vinagre-revert-2.patch: Remove files. * gnu/packages/patches/vinagre-newer-freerdp.patch, gnu/packages/patches/vinagre-newer-rdp-parameters.patch: New files. * gnu/local.mk (dist_patch_DATA): Register changes.
2018-12-30gnu: freerdp: Enable tests.Efraim Flashner
* gnu/packages/rdesktop.scm (freerdp)[arguments]: Enable tests. Add configure-flag to build tests.
2018-12-30gnu: freerdp: Update to 2.0.0-rc4.Efraim Flashner
* gnu/packages/rdesktop.scm (freerdp): Update to 2.0.0-rc4. [native-inputs]: Add docbook-xml, glib. Sort alphabetically. [inputs]: Add libxkbcommon, wayland. Sort alphabetically. [arguments]: Explicitly disable libsystemd.
2018-12-30gnu: OpenSSL 1.1: Update to 1.1.1a [fixes CVE-2018-{0734,0735}].Leo Famulari
* gnu/packages/tls.scm (openssl-next): Update to 1.1.1a.
2018-12-30gnu: gambit-c: Update to 4.9.1.Kei Kebreau
* gnu/packages/scheme.scm (gambit-c): Update to 4.9.1. [home-page]: Update URL.
2018-12-30gnu: vlc: Update to 3.0.5.Efraim Flashner
* gnu/packages/video.scm (vlc): Update to 3.0.5. [source]: Remove patch. (%vlc-libx264-compat.patch): Remove variable.
2018-12-30gnu: gdm: Change locale settings file.Timothy Sample
* gnu/packages/gnome.scm (gdm)[arguments]: Set the '--with-lang-file' configure flag to '/etc/environment'. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-12-30gnu: gdm: Pass XDG_DATA_DIRS into session environment.Timothy Sample
* gnu/packages/gnome.scm (gdm)[arguments]: Update the pre-configure phase so that GDM preserves the XDG_DATA_DIRS variable when setting up the session environment. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-12-29gnu: linux-libre: Update to 4.19.13.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.13. (%linux-libre-hash): Update hash.
2018-12-29gnu: linux-libre@4.14: Update to 4.14.91.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.91. (%linux-libre-4.14-hash): Update hash.
2018-12-29gnu: linux-libre@4.9: Update to 4.9.148.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.148.
2018-12-29gnu: youtube-dl: Update to 2018.12.17.Björn Höfling
* gnu/packages/video.scm (youtube-dl): Update to 2018.12.17.
2018-12-29gnu: vim: Update to 8.1.0644.Efraim Flashner
* gnu/packages/vim.scm (vim): Update to 8.1.0644. [native-inputs]: Add libtool. (xxd)[native-inputs]: New field, empty list. (vim-full)[native-inputs]: Also inherit native-inputs from vim.
2018-12-29gnu: vim-full: Fix test suite.Efraim Flashner
* gnu/packages/vim.scm (vim-full)[arguments]: Add custom phase to remove test87.
2018-12-29gnu: gnuastro: Update to 0.8.Efraim Flashner
* gnu/packages/astronomy.scm (gnuastro): Update to 0.8. [native-inputs]: Add lzip.
2018-12-29gnu: schismtracker: Update to 20181223.Kei Kebreau
* gnu/packages/music.scm (schismtracker): Update to 20181223.
2018-12-29gnu: php: Build bcmath.Ricardo Wurmus
* gnu/packages/php.scm (php)[arguments]: Add "--enable-bcmath" to configure flags.
2018-12-29gnu: wine-staging: Update to 4.0-rc4.Rutger Helling
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.0-rc4. * gnu/packages/wine.scm (wine-staging): Update to 4.0-rc4.
2018-12-29gnu: giac-xcas: Update to 1.5.0-29.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-29.