summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: pidgin: Update to 2.12.0 [fixes CVE-2017-2640].•••* gnu/packages/messaging.scm (pidgin): Update to 2.12.0. Leo Famulari2017-03-101-2/+2
* gnu: neomutt: Configure with 'lmdb' and 'kyotocabinet'.•••* gnu/packages/mail.scm (neomutt)[configure]: Add '--with-kyotocabinet' and '--with-lmdb'. [inputs]: Add 'lmdb' and 'kyotocabinet'. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng02017-03-091-1/+5
* gnu: neomutt: Update to 20170306.•••* gnu/packages/mail.scm (neomutt): Update to 20170306. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng02017-03-091-2/+2
* Revert "gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'."•••'kyotocabinet' is more current than tokyocabinet in development and supported in neomutt aswell. This reverts commit ef91e2b964ec0952698dd1bf7daf76624fed2145. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng02017-03-091-5/+2
* gnu: hiawatha: Adjust description.•••* gnu/packages/web.scm (hiawatha)[description]: Adjust it. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng02017-03-091-4/+3
* gnu: Add font-tamzen.•••* gnu/packages/fonts.scm (font-tamzen): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng02017-03-091-0/+64
* gnu: btrfs-progs/static: Correct description.•••* gnu/packages/linux.scm (btrfs-progs/static)[description]: Use the correct name of the btrfs-progs package and @command{} mark-up. Tobias Geerinckx-Rice2017-03-091-3/+3
* gnu: btrfs-progs: Update to 4.10.•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.10. Tobias Geerinckx-Rice2017-03-091-2/+2
* gnu: ibus-anthy: Update to 1.5.9.•••* gnu/packages/ibus.scm (ibus-anthy): Update to 1.5.9. Tobias Geerinckx-Rice2017-03-091-2/+2
* gnu: ibus: Update to 1.5.15.•••* gnu/packages/ibus.scm (ibus): Update to 1.5.15. Tobias Geerinckx-Rice2017-03-091-2/+2
* gnu: pius: Update to 2.2.4.•••* gnu/packages/gnupg.scm (pius): Update to 2.2.4. Tobias Geerinckx-Rice2017-03-091-2/+2
* gnu: youtube-dl: Update to 2017.03.07.•••* gnu/packages/video.scm (youtube-dl): Update to 2017.03.07. Tobias Geerinckx-Rice2017-03-091-2/+2
* gnu: graphicsmagick: Build with 16 bit quantum depth.•••Octave requires graphicsmagick to be built with 16 bit quantum depth. * gnu/packages/imagemagick.scm (graphicsmagick)[arguments]: Add "--with-quantum-depth=16" and "--enable-quantum-library-names" to #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name> Arun Isaac2017-03-091-0/+2
* gnu: octave: Build with curl and graphicsmagick.•••* gnu/packages/maths.scm (octave)[inputs]: Add curl and graphicsmagick. Signed-off-by: Leo Famulari <leo@famulari.name> Arun Isaac2017-03-091-1/+4
* gnu: xf86-input-libinput: Update to 0.25.0.•••* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.25.0. Marius Bakke2017-03-091-2/+2
* gnu: Add python2-larch.•••* gnu/packages/python.scm (python2-larch): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2017-03-091-0/+31
* gnu: Add python2-tracing.•••* gnu/packages/python.scm (python2-tracing): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2017-03-091-0/+26
* gnu: Add python2-ttystatus.•••* gnu/packages/python.scm (python2-ttystatus): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2017-03-091-0/+25
* gnu: Add python2-cliapp.•••* gnu/packages/python.scm (python2-cliapp): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2017-03-091-1/+28
* gnu: python-numpy-documentation: Use full git commit hash in submodule.•••* gnu/packages/python.scm (python-numpy-documentation, python2-numpy-documentation)[native-inputs]: Update hash of SCIPY-SPHINX-THEME. Fix indentation of a line. Marius Bakke2017-03-091-2/+2
* gnu: Remove obsolete numpy comment.•••* gnu/packages/python.scm: Remove comment. Marius Bakke2017-03-091-2/+0
* gnu: inetutils: Disable parallel tests.•••* gnu/packages/admin.scm (inetutils)[arguments]: Add #:parallel-tests? #f. Marius Bakke2017-03-091-1/+4
* gnu: python-pandas: Really fix build on 32bit.•••* gnu/packages/patches/python-pandas-skip-failing-tests.patch: Fix confusion with same-named test. Marius Bakke2017-03-091-27/+17
* gnu: Add rsnapshot.•••* gnu/packages/backup.scm (rsnapshot): New variable. Thomas Danckaert2017-03-091-0/+38
* gnu: python-fake-factory: Add back missing patch file.•••This reverts the removal of "python-fake-factory-fix-build-32bit.patch" by commit ce7911ddae5d30ba73c8c9552b7d4e71268e5db3. * gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Mark H Weaver2017-03-092-0/+37
* gnu: inetutils: Set the $localstatedir.•••This is a followup to commit 6f5d28f9d05aaa9743b3aac6bceb2c6323122d2d. * gnu/packages/admin.scm (inetutils)[arguments]: Pass '--localstatedir=/var' to #:configure-flags. Leo Famulari2017-03-091-0/+2
* gnu: icecat: Add fixes from upstream Firefox ESR 45.8.0.•••Includes fixes for CVE-2017-5398, CVE-2017-5400, CVE-2017-5401, CVE-2017-5402, CVE-2017-5404, CVE-2017-5405, CVE-2017-5407, CVE-2017-5408, CVE-2017-5409, and CVE-2017-5410. * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr45 repository. Mark H Weaver2017-03-091-1/+33
* gnu: icecat: Update to 45.7.0-gnu1.•••* gnu/packages/gnuzilla.scm (icecat): Update to 45.7.0-gnu1. Remove patches included in 45.7.0. Mark H Weaver2017-03-091-60/+3
* gnu: r: Remove obsolete configure flags.•••* gnu/packages/statistics.scm (r)[arguments]: Remove obsolete configure flags. Ricardo Wurmus2017-03-091-5/+1
* gnu: r: Update to 3.3.3.•••* gnu/packages/statistics.scm (r): Update to 3.3.3. Ricardo Wurmus2017-03-091-2/+2
* gnu: Add lensfun.•••* gnu/packages/photo.scm (lensfun): New variable. Roel Janssen2017-03-081-0/+37
* packages: Use PACKAGE@VERSION syntax when reporting ambiguities.•••* gnu/packages.scm (%find-package): Upon ambiguity, use the PACKAGE@VERSION syntax instead of 'package-full-name'. Ludovic Courtès2017-03-081-2/+2
* gnu: Add guile2.2-haunt.•••* gnu/packages/guile.scm (guile2.2-haunt): New variable. Ludovic Courtès2017-03-081-0/+4
* gnu: Add guile2.2-reader.•••* gnu/packages/guile.scm (guile2.2-reader): New variable. Ludovic Courtès2017-03-081-0/+3
* gnu: guile-reader: Update to 0.6.2.•••* gnu/packages/guile.scm (guile-reader): Update to 0.6.2. [arguments]: Remove. Ludovic Courtès2017-03-081-6/+2
* services: prosody: Use 'id' to introduce unhygienic top-level identifiers.•••* gnu/services/messaging.scm (define-all-configurations): Use 'id' to introduce raw/literal/unhygienic top-level identifiers. Fixes compilation with Guile 2.2. Ludovic Courtès2017-03-081-5/+5
* services: prosody: Make sure 'id' is available at expansion time.•••* gnu/services/messaging.scm (id): Use 'define-syntax-rule' instead of 'define' to make sure 'id' is available at expansion time. Ludovic Courtès2017-03-081-2/+3
* gnu: Remove unneeded imports.•••* gnu/packages/backup.scm: Remove unneeded (guix build utils) import. * gnu/packages/finance.scm: Likewise. Ludovic Courtès2017-03-082-2/+0
* gnu: inetutils: Enable tests.•••* gnu/packages/admin.scm (inetutils)[arguments]: Remove '#:tests? #f' and #:configure-flags. [native-inputs]: Add net-tools. Signed-off-by: Leo Famulari <leo@famulari.name> Maxim Cournoyer2017-03-081-6/+2
* gnu: python-pandas: Fix build on 32-bit.•••* gnu/packages/patches/python-pandas-skip-failing-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-pandas, python2-pandas): Use it. Marius Bakke2017-03-083-1/+63
* gnu: Add python-faker.•••* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: Adjust paths. Also rename to ... * gnu/packages/patches/python-faker-fix-build-32bit.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python.scm (python-faker, python2-faker): New variables. (python-fake-factory)[properties]: Superseded by PYTHON-FAKER. (python2-fake-factory)[properties]: Superseded by PYTHON2-FAKER. (python-orator, python2-orator)[propagated-inputs]: Replace PYTHON-FAKE-FACTORY with PYTHON-FAKER. Marius Bakke2017-03-083-6/+57
* gnu: python-matplotlib-documentation: Fix build.•••* gnu/packages/python.scm (python-matplotlib-documentation)[native-inputs]: Add python-mock and graphviz. [arguments]: Use separate build and install phases; correctly set latex paper size. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Thomas Danckaert2017-03-081-30/+31
* gnu: iperf: Update to 3.1.7.•••* gnu/packages/networking.scm (iperf): Update to 3.1.7. Marius Bakke2017-03-081-2/+2
* gnu: libinput: Update to 1.6.3.•••* gnu/packages/freedesktop.scm (libinput, libinput-minimal): Update to 1.6.3. Marius Bakke2017-03-081-2/+2
* gnu: r: Fix more reproducibility problems.•••* gnu/packages/statistics.scm (r)[arguments]: Patch locations in the build system that need special treatment for reproducibility. Ricardo Wurmus2017-03-081-0/+10
* gnu: r: Fix syntax for INSTALL_OPTS.•••This is a follow-up to commit 4621acfd8272fa93d0530faa5f015b26a194b587. * gnu/packages/statistics.scm (r)[arguments]: Ensure that "--built-timestamp" appears on the same line as the other INSTALL_OPTS. Ricardo Wurmus2017-03-081-2/+3
* gnu: bash: Use the bootstrap Guile in 'url-fetch/reset-patch-level'.•••Fixes <http://bugs.gnu.org/25775>. Reported by Sirgazil, Ricardo Wurmus, Andy Wingo, and others. * guix/download.scm (in-band-download): Always use GUILE. This reverts 9f05908fb1e3707cae593d94688748294717a546. * gnu/packages/bash.scm (url-fetch/reset-patch-level): Remove #:guile. Pass %BOOTSTRAP-GUILE as #:guile to 'url-fetch'. Remove #:guile-for-build argument in 'gexp->derivation' call. Ludovic Courtès2017-03-071-3/+6
* gnu: kdevelop: Upgrade to 5.0.4.•••* gnu/packages/kde.scm (kdevelop, kdevplatform): Upgrade to 5.0.4. (kdevplatform)[source]: Use kde mirror instead of github. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Thomas Danckaert2017-03-071-7/+7
* gnu: pcre2: Update to 10.23.•••* gnu/packages/pcre.scm (pcre2): Update to 10.23. [source]: Remove patch. [arguments]: Add phase to substitute /bin/echo reference. * gnu/packages/patches/pcre2-CVE-2016-3191.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Marius Bakke2017-03-073-184/+11
* gnu: khal: Update to 0.9.3.•••* gnu/packages/calendar.scm (khal): Update to 0.9.3. [native-inputs]: Use python-pytest-2.9.2. Leo Famulari2017-03-071-3/+4