summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: python-clint: Use INVOKE.•••* gnu/packages/python.scm (python-clint)[arguments]: Use INVOKE. Ricardo Wurmus2019-01-021-2/+1
* gnu: python-configargparse: Use INVOKE.•••* gnu/packages/python.scm (python-configargparse)[arguments]: Use INVOKE. Ricardo Wurmus2019-01-021-1/+1
* gnu: python-docopt: Use INVOKE.•••* gnu/packages/python.scm (python-docopt)[arguments]: Use INVOKE. Ricardo Wurmus2019-01-021-1/+1
* gnu: ruby: Remove versions 1.8, 2.1 and 2.2.•••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. Alex Vong2019-01-021-68/+1
* gnu: breeze-icons: Fix failing tests.•••* gnu/packages/kde-frameworks.scm(breeze-icons)[arguments]<#phases>: Remove outdated 'disable-failing-test, add 'add-symlinks. Hartmut Goebel2019-01-021-6/+10
* gnu: Syncthing: Update to 1.0.0.•••* gnu/packages/syncthing.scm (syncthing): Update to 1.0.0. Leo Famulari2019-01-011-2/+2
* gnu: emacs-org-contrib: Update to 9.2.•••* gnu/packages/emacs.scm (emacs-org-contrib): Update to 9.2. [propagated-inputs]: Add missing inputs. Nicolas Goaziou2019-01-011-5/+7
* gnu: org: Update to 9.2.•••* gnu/packages/emacs.scm (emacs-org): Update to 9.2. Nicolas Goaziou2019-01-011-2/+2
* gnu: Add emacs-arduino-mode.•••* gnu/packages/emacs.scm (emacs-arduino-mode): New variable. Nicolas Goaziou2019-01-011-1/+21
* gnu: emacs-w3m: Fix build.•••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. Maxim Cournoyer2019-01-011-85/+86
* gnu: linux-libre: Update to 4.20, while retaining 4.19 LTS.•••* 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. Mark H Weaver2019-01-016-3/+36421
* gnu: linux-libre: Build with GCC-7 on all systems.•••* 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. Mark H Weaver2019-01-011-7/+14
* gnu: linux-libre: Minor cleanups.•••* 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. Mark H Weaver2019-01-011-20/+16
* gnu: php-with-bcmath: Deprecate in favour of 'php'.•••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. Oleg Pykhalov2019-01-012-10/+4
* gnu: ruby-pg: Update to 1.1.3.•••* gnu/packages/ruby.scm (ruby-pg): Update to 1.1.3. Signed-off-by: Christopher Baines <mail@cbaines.net> Vasile Dumitrascu2019-01-011-3/+4
* gnu: amule: Use 'git-fetch'.•••* gnu/packages/networking.scm (amule)[source]: Use 'git-fetch'. Efraim Flashner2019-01-011-6/+6
* gnu: amule: Don't run 'bootstrap phase.•••* gnu/packages/networking.scm (amule)[arguments]: Delete 'bootstrap phase. Efraim Flashner2019-01-011-1/+2
* gnu: libphidget: Update to 2.1.8.20180607.•••* gnu/packages/libphidget.scm (libphidget): Update to 2.1.8.20180607. Efraim Flashner2019-01-011-2/+2
* gnu: libphidget: Update source uri.•••* gnu/packages/libphidget.scm (libphidget)[source]: Update source uri. [home-page]: Use https. Efraim Flashner2019-01-011-2/+4
* refresh: github: updates for origins using 'git-fetch'.•••* guix/import/github.scm (updated-github-url): Respond with the repository url for the 'git-fetch' fetch method. (github-package?): Simplify boolean expression. (github-repository, github-user-slash-repository): Strip trailing ".git" from project if present. (latest-release)<origin-github-uri>: Recognize a 'git-reference'. Eric Bavier2018-12-311-11/+19
* gnu: emacs-matrix-client: Update to 5d8e959.•••* gnu/packages/emacs.scm (emacs-matrix-client): Update to 5d8e959a63e5de05b628ca8e1dfb974f7f618821. [propagated-inputs]: Add new inputs. Nicolas Goaziou2018-12-311-2/+4
* gnu: Add emacs-frame-purpose.•••* gnu/packages/emacs.scm (emacs-frame-purpose): New variable. Nicolas Goaziou2018-12-311-0/+24
* gnu: python-lxml: Update to 4.2.5 [fixes CVE-2018-19787].•••* gnu/packages/python.scm (python-lxml, python2-lxml): Update to 4.2.5. Leo Famulari2018-12-311-2/+2
* gnu: chicken: Update to 5.0.0.•••* gnu/packages/scheme.scm (chicken): Update to 5.0.0. Kei Kebreau2018-12-301-2/+2
* gnu: hop: Update to 3.2.0-pre1.•••* 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". Kei Kebreau2018-12-301-2/+6
* gnu: bigloo: Update to 4.3e1.•••* gnu/packages/scheme.scm (bigloo): Update to 4.3e1. Kei Kebreau2018-12-301-3/+3
* gnu: ffmpeg@2.8: Remove variable.•••* gnu/packages/video.scm (ffmpeg@2.8): Remove variable. Efraim Flashner2018-12-301-20/+0
* gnu: vinagre: Don't build icon-cache.•••* gnu/packages/gnome.scm (vinagre)[arguments]: Add custom phase to remove 'gtk-update-icon-cache'. [native-inputs]: Remove gtk+-bin. Efraim Flashner2018-12-301-2/+7
* gnu: vinagre: Update package for newer freerdp.•••* 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. Efraim Flashner2018-12-306-511/+544
* gnu: freerdp: Enable tests.•••* gnu/packages/rdesktop.scm (freerdp)[arguments]: Enable tests. Add configure-flag to build tests. Efraim Flashner2018-12-301-2/+2
* gnu: freerdp: Update to 2.0.0-rc4.•••* 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. Efraim Flashner2018-12-301-58/+65
* gnu: OpenSSL 1.1: Update to 1.1.1a [fixes CVE-2018-{0734,0735}].•••* gnu/packages/tls.scm (openssl-next): Update to 1.1.1a. Leo Famulari2018-12-301-4/+4
* gnu: gambit-c: Update to 4.9.1.•••* gnu/packages/scheme.scm (gambit-c): Update to 4.9.1. [home-page]: Update URL. Kei Kebreau2018-12-301-3/+3
* gnu: vlc: Update to 3.0.5.•••* gnu/packages/video.scm (vlc): Update to 3.0.5. [source]: Remove patch. (%vlc-libx264-compat.patch): Remove variable. Efraim Flashner2018-12-301-14/+2
* services: gdm: Enable auto-start.•••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> Timothy Sample2018-12-301-2/+0
* services: gdm: Remove 'allow-root?' option.•••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> Timothy Sample2018-12-301-5/+4
* gnu: gdm: Change locale settings file.•••* gnu/packages/gnome.scm (gdm)[arguments]: Set the '--with-lang-file' configure flag to '/etc/environment'. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Timothy Sample2018-12-301-0/+4
* gnu: gdm: Pass XDG_DATA_DIRS into session environment.•••* 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> Timothy Sample2018-12-301-0/+6
* gnu: linux-libre: Update to 4.19.13.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.13. (%linux-libre-hash): Update hash. Mark H Weaver2018-12-291-2/+2
* gnu: linux-libre@4.14: Update to 4.14.91.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.91. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-12-291-2/+2
* gnu: linux-libre@4.9: Update to 4.9.148.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.148. Mark H Weaver2018-12-291-2/+2
* gnu: youtube-dl: Update to 2018.12.17.•••* gnu/packages/video.scm (youtube-dl): Update to 2018.12.17. Björn Höfling2018-12-291-2/+2
* gnu: vim: Update to 8.1.0644.•••* 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. Efraim Flashner2018-12-291-3/+8
* gnu: vim-full: Fix test suite.•••* gnu/packages/vim.scm (vim-full)[arguments]: Add custom phase to remove test87. Efraim Flashner2018-12-291-0/+13
* gnu: gnuastro: Update to 0.8.•••* gnu/packages/astronomy.scm (gnuastro): Update to 0.8. [native-inputs]: Add lzip. Efraim Flashner2018-12-291-3/+6
* gnu: schismtracker: Update to 20181223.•••* gnu/packages/music.scm (schismtracker): Update to 20181223. Kei Kebreau2018-12-291-2/+2
* gnu: php: Build bcmath.•••* gnu/packages/php.scm (php)[arguments]: Add "--enable-bcmath" to configure flags. Ricardo Wurmus2018-12-291-0/+2
* gnu: wine-staging: Update to 4.0-rc4.•••* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.0-rc4. * gnu/packages/wine.scm (wine-staging): Update to 4.0-rc4. Rutger Helling2018-12-291-3/+3
* gnu: giac-xcas: Update to 1.5.0-29.•••* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-29. Nicolas Goaziou2018-12-291-2/+2
* gnu: mame: Update to 0.205.•••* gnu/packages/emulators.scm (mame): Update to 0.205. [arguments]: Remove unnecessary fix. Nicolas Goaziou2018-12-291-10/+2