summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: python-jupyter-console: Fix inputs.Ricardo Wurmus2019-01-02
| | | | | | * gnu/packages/python.scm (python-jupyter-console)[propagated-inputs]: Remove python-ipython; replace python-prompt-toolkit with python-prompt-toolkit-1. [native-inputs]: Add python-nose.
* gnu: python-ipython: Remove dependency on python-jupyter-core-minimal.Ricardo Wurmus2019-01-02
| | | | | * gnu/packages/python.scm (python-ipython)[propagated-inputs]: Remove python-jupyter-core-minimal.
* gnu: python-ipywidgets: Enable tests.Ricardo Wurmus2019-01-02
| | | | | | * gnu/packages/python.scm (python-ipywidgets)[arguments]: Remove. [native-inputs]: Add python-nose and python-pytest. [propagated-inputs]: Remove python-ipykernel.
* gnu: python-widgetsnbextension: Update to 3.4.2.Ricardo Wurmus2019-01-02
| | | | | * gnu/packages/python.scm (python-widgetsnbextension): Update to 3.4.2. [propagated-inputs]: Add python-ipykernel.
* gnu: Add python-send2trash.Ricardo Wurmus2019-01-02
| | | | | * gnu/packages/python.scm (python-send2trash, python2-send2trash): New variables.
* gnu: Add python-prometheus-client.Ricardo Wurmus2019-01-02
| | | | | * gnu/packages/python.scm (python-prometheus-client, python2-prometheus-client): New variables.
* gnu: python-jupyter-client: Update to 5.2.4.Ricardo Wurmus2019-01-02
| | | | * gnu/packages/python.scm (python-jupyter-client): Update to 5.2.4.
* gnu: python-ipython: Break dependency on python-ipykernel.Ricardo Wurmus2019-01-02
| | | | | | * gnu/packages/python.scm (python-ipython)[propagated-inputs]: Remove python-ipykernel. [arguments]: Delete more broken tests.
* gnu: python-ipykernel: Update to 5.1.0.Ricardo Wurmus2019-01-02
| | | | | | | * gnu/packages/python.scm (python-ipykernel): Update to 5.1.0. [arguments]: Enable tests. [propagated-inputs]: Add python-ipython. [native-inputs]: Add python-pytest and python-nose.
* gnu: python-ipython: Update to 5.8.0.Ricardo Wurmus2019-01-02
| | | | | | | | * 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.
* gnu: Add python-prompt-toolkit-1.Ricardo Wurmus2019-01-02
| | | | | * gnu/packages/python.scm (python-prompt-toolkit-1, python2-prompt-toolkit-1): New variables.
* gnu: python-prompt-toolkit: Update to 2.0.7.Ricardo Wurmus2019-01-02
| | | | | | | * 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.
* gnu: python-hy: Use INVOKE.Ricardo Wurmus2019-01-02
| | | | * gnu/packages/python.scm (python-hy)[arguments]: Use INVOKE.
* gnu: python-clint: Use INVOKE.Ricardo Wurmus2019-01-02
| | | | * gnu/packages/python.scm (python-clint)[arguments]: Use INVOKE.
* gnu: python-configargparse: Use INVOKE.Ricardo Wurmus2019-01-02
| | | | * gnu/packages/python.scm (python-configargparse)[arguments]: Use INVOKE.
* gnu: python-docopt: Use INVOKE.Ricardo Wurmus2019-01-02
| | | | * gnu/packages/python.scm (python-docopt)[arguments]: Use INVOKE.
* gnu: ruby: Remove versions 1.8, 2.1 and 2.2.Alex Vong2019-01-02
| | | | | | | | 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.
* gnu: breeze-icons: Fix failing tests.Hartmut Goebel2019-01-02
| | | | | * gnu/packages/kde-frameworks.scm(breeze-icons)[arguments]<#phases>: Remove outdated 'disable-failing-test, add 'add-symlinks.
* gnu: Syncthing: Update to 1.0.0.Leo Famulari2019-01-01
| | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.0.0.
* gnu: emacs-org-contrib: Update to 9.2.Nicolas Goaziou2019-01-01
| | | | | * gnu/packages/emacs.scm (emacs-org-contrib): Update to 9.2. [propagated-inputs]: Add missing inputs.
* gnu: org: Update to 9.2.Nicolas Goaziou2019-01-01
| | | | * gnu/packages/emacs.scm (emacs-org): Update to 9.2.
* gnu: Add emacs-arduino-mode.Nicolas Goaziou2019-01-01
| | | | * gnu/packages/emacs.scm (emacs-arduino-mode): New variable.
* gnu: emacs-w3m: Fix build.Maxim Cournoyer2019-01-01
| | | | | | | | | | 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.
* gnu: linux-libre: Update to 4.20, while retaining 4.19 LTS.Mark H Weaver2019-01-01
| | | | | | | | | | | | | | | | | * 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.
* gnu: linux-libre: Build with GCC-7 on all systems.Mark H Weaver2019-01-01
| | | | | | | * 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.
* gnu: linux-libre: Minor cleanups.Mark H Weaver2019-01-01
| | | | | | | | * 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.
* gnu: php-with-bcmath: Deprecate in favour of 'php'.Oleg Pykhalov2019-01-01
| | | | | | | 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.
* gnu: ruby-pg: Update to 1.1.3.Vasile Dumitrascu2019-01-01
| | | | | | * gnu/packages/ruby.scm (ruby-pg): Update to 1.1.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: amule: Use 'git-fetch'.Efraim Flashner2019-01-01
| | | | * gnu/packages/networking.scm (amule)[source]: Use 'git-fetch'.
* gnu: amule: Don't run 'bootstrap phase.Efraim Flashner2019-01-01
| | | | | * gnu/packages/networking.scm (amule)[arguments]: Delete 'bootstrap phase.
* gnu: libphidget: Update to 2.1.8.20180607.Efraim Flashner2019-01-01
| | | | * gnu/packages/libphidget.scm (libphidget): Update to 2.1.8.20180607.
* gnu: libphidget: Update source uri.Efraim Flashner2019-01-01
| | | | | * gnu/packages/libphidget.scm (libphidget)[source]: Update source uri. [home-page]: Use https.
* gnu: emacs-matrix-client: Update to 5d8e959.Nicolas Goaziou2018-12-31
| | | | | | * gnu/packages/emacs.scm (emacs-matrix-client): Update to 5d8e959a63e5de05b628ca8e1dfb974f7f618821. [propagated-inputs]: Add new inputs.
* gnu: Add emacs-frame-purpose.Nicolas Goaziou2018-12-31
| | | | * gnu/packages/emacs.scm (emacs-frame-purpose): New variable.
* gnu: python-lxml: Update to 4.2.5 [fixes CVE-2018-19787].Leo Famulari2018-12-31
| | | | * gnu/packages/python.scm (python-lxml, python2-lxml): Update to 4.2.5.
* gnu: chicken: Update to 5.0.0.Kei Kebreau2018-12-30
| | | | * gnu/packages/scheme.scm (chicken): Update to 5.0.0.
* gnu: hop: Update to 3.2.0-pre1.Kei Kebreau2018-12-30
| | | | | | * 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".
* gnu: bigloo: Update to 4.3e1.Kei Kebreau2018-12-30
| | | | * gnu/packages/scheme.scm (bigloo): Update to 4.3e1.
* gnu: ffmpeg@2.8: Remove variable.Efraim Flashner2018-12-30
| | | | * gnu/packages/video.scm (ffmpeg@2.8): Remove variable.
* gnu: vinagre: Don't build icon-cache.Efraim Flashner2018-12-30
| | | | | | * gnu/packages/gnome.scm (vinagre)[arguments]: Add custom phase to remove 'gtk-update-icon-cache'. [native-inputs]: Remove gtk+-bin.
* gnu: vinagre: Update package for newer freerdp.Efraim Flashner2018-12-30
| | | | | | | | | | | * 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.
* gnu: freerdp: Enable tests.Efraim Flashner2018-12-30
| | | | | * gnu/packages/rdesktop.scm (freerdp)[arguments]: Enable tests. Add configure-flag to build tests.
* gnu: freerdp: Update to 2.0.0-rc4.Efraim Flashner2018-12-30
| | | | | | | * 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.
* gnu: OpenSSL 1.1: Update to 1.1.1a [fixes CVE-2018-{0734,0735}].Leo Famulari2018-12-30
| | | | * gnu/packages/tls.scm (openssl-next): Update to 1.1.1a.
* gnu: gambit-c: Update to 4.9.1.Kei Kebreau2018-12-30
| | | | | * gnu/packages/scheme.scm (gambit-c): Update to 4.9.1. [home-page]: Update URL.
* gnu: vlc: Update to 3.0.5.Efraim Flashner2018-12-30
| | | | | | * gnu/packages/video.scm (vlc): Update to 3.0.5. [source]: Remove patch. (%vlc-libx264-compat.patch): Remove variable.
* services: gdm: Enable auto-start.Timothy Sample2018-12-30
| | | | | | | | | GDM is now reliable enough to run automatically. * gnu/services/xorg.scm (gdm-shepherd-service): Do not set 'auto-start?' to '#f'. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* services: gdm: Remove 'allow-root?' option.Timothy Sample2018-12-30
| | | | | | | | | | | This option results in allowing all login attempts without asking for credentials. The name is confusing, but rather than rename it, we will remove it, since it seems like a feature that no one would want. * gnu/services/xorg.scm (<gdm-configuration>): Remove 'allow-root?'. (gdm-pam-service): Do not use 'gdm-configuration-allow-root?'. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: gdm: Change locale settings file.Timothy Sample2018-12-30
| | | | | | | * gnu/packages/gnome.scm (gdm)[arguments]: Set the '--with-lang-file' configure flag to '/etc/environment'. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: gdm: Pass XDG_DATA_DIRS into session environment.Timothy Sample2018-12-30
| | | | | | | | * 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>