summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Move Emacs modes for Dedukti to ocaml.scm.Ludovic Courtès2019-01-07
| | | | | | | | | This removes OCaml-related modules from the closure of (gnu packages emacs). * gnu/packages/emacs.scm (emacs-dedukti-mode, emacs-flycheck-dedukti): Move to ... * gnu/packages/ocaml.scm: ... here.
* gnu: Move OCaml packages away from maths.scm.Ludovic Courtès2019-01-07
| | | | | | | | This removes (gnu packages ocaml) and related build system modules from the closure of (gnu packages maths). * gnu/packages/maths.scm (ocaml-gsl, ocaml4.01-gsl, cubicle): Move to... * gnu/packages/ocaml.scm: ... here.
* gnu: Add rmlint.Pierre Neidhardt2019-01-07
| | | | * gnu/packages/disk.scm (rmlint): New variable.
* gnu: Add prosody-http-upload.Clément Lassieur2019-01-07
| | | | * gnu/packages/messaging.scm (prosody-http-upload): New variable.
* gnu: Add mantis.Ricardo Wurmus2019-01-07
| | | | * gnu/packages/bioinformatics.scm (mantis): New variable.
* gnu: Add sdsl-lite.Ricardo Wurmus2019-01-07
| | | | * gnu/packages/datastructures.scm (sdsl-lite): New variable.
* gnu: autoconf-archive: Update to 2019.01.06.Efraim Flashner2019-01-07
| | | | * gnu/packages/autotools.scm (autoconf-archive): Update to 2019.01.06.
* gnu: Add jose.Manolis Ragkousis2019-01-07
| | | | | * gnu/packages/jose.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: Add slurp.Rutger Helling2019-01-07
| | | | * gnu/packages/image.scm (slurp): New variable.
* gnu: libarchive: Replace with libarchive 3.3.3 and fix ↵Alex Vong2019-01-07
| | | | | | | | | | | | CVE-2018-{1000877,1000878,1000880}. * gnu/packages/backup.scm (libarchive)[source, home-page]: Use HTTPS. [replacement]: New field. (libarchive-3.3.3): New variable. * gnu/packages/patches/libarchive-CVE-2018-1000877.patch, gnu/packages/patches/libarchive-CVE-2018-1000878.patch, gnu/packages/patches/libarchive-CVE-2018-1000880.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: Add kitty.Gabriel Hondet2019-01-06
| | | | | | * gnu/packages/terminals.scm (kitty): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gama: Update to 2.02.Efraim Flashner2019-01-06
| | | | * gnu/packages/gps.scm (gama): Update to 2.02.
* gnu: moe: Update to 1.10.Efraim Flashner2019-01-06
| | | | | * gnu/packages/moe.scm (moe): Update to 1.10. [license]: Fix license, gpl2+.
* gnu: recutils: Update to 1.8.Efraim Flashner2019-01-06
| | | | | | | | | * gnu/packages/databases.scm (recutils): Update to 1.8. [source]: Remove snippet. [arguments]: Remove custom 'set-bash4.4-header-location phase. Enable parallel tests. [inputs]: Move check ... [native-inputs]: ... to here. Add pkg-config.
* gnu: unrtf: Update to 0.21.10.Efraim Flashner2019-01-06
| | | | | | | | * gnu/packages/unrtf.scm (unrtf): Update to 0.21.10. [source]: Remove patch, remove snippet. [license]: Update to gpl3+. * gnu/packages/patches/unrtf-CVE-2016-10091.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: global: Update to 6.6.3.Efraim Flashner2019-01-06
| | | | * gnu/packages/code.scm (global): Update to 6.6.3.
* gnu: emacs-evil-multiedit: Use version tag instead of commit.Pierre Neidhardt2019-01-06
| | | | * gnu/packages/emacs.scm (emacs-evil-multiedit): Use version tag instead of commit.
* gnu: wine-staging: Add ffmpeg support.Rutger Helling2019-01-06
| | | | * gnu/packages/wine.scm (wine-staging)[inputs]: Add ffmpeg.
* gnu: wine-staging: Update to 4.0-rc5.Rutger Helling2019-01-06
| | | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.0-rc5. * gnu/packages/wine.scm (wine-staging): Update to 4.0-rc5.
* gnu: python-pyicu: Update to 2.2.Efraim Flashner2019-01-06
| | | | * gnu/packages/python.scm (python-pyicu): Update to 2.2.
* gnu: python-pysocks: Update to 1.6.8.Efraim Flashner2019-01-06
| | | | * gnu/packages/python.scm (python-pysocks): Update to 1.6.8.
* gnu: python-packaging: Update to 18.0.Efraim Flashner2019-01-06
| | | | * gnu/packages/python.scm (python-packaging): Update to 18.0.
* gnu: python-astroid: Update to 2.1.0.Efraim Flashner2019-01-06
| | | | * gnu/packages/python.scm (python-astroid): Update to 2.1.0.
* gnu: python-imagesize: Update to 1.1.0.Efraim Flashner2019-01-06
| | | | * gnu/packages/python.scm (python-imagesize): Update to 1.1.0.
* gnu: python-sphinx-alabaster-theme: Update to 0.7.12.Efraim Flashner2019-01-06
| | | | * gnu/packages/python.scm (python-sphinx-alabaster-theme): Update to 0.7.12.
* gnu: python-pycryptodome: Update to 3.7.2.Efraim Flashner2019-01-06
| | | | * gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.7.2.
* gnu: python-certifi: Update to 2018.11.29.Efraim Flashner2019-01-06
| | | | * gnu/packages/python-crypto.scm (python-certifi): Update to 2018.11.29.
* gnu: emacs-diff-hl: Update to 1.8.5.Maxim Cournoyer2019-01-05
| | | | * gnu/packages/emacs.scm (emacs-diff-hl): Update to 1.8.5.
* gnu: Add fasm.guy fleury iteriteka2019-01-05
| | | | | | * gnu/packages/assembly.scm (fasm): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: Add nip2.Lprndn2019-01-06
| | | | | | * gnu/packages/image-processing.scm (nip2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: hunspell-dict-en: Update to 2018-04-16.Efraim Flashner2019-01-05
| | | | | * gnu/packages/aspell.scm (aspell-word-list): Update to 2018.04.16. [arguments]: Use 'invoke'.
* gnu: hunspell: Update to 1.7.0.Efraim Flashner2019-01-05
| | | | | * gnu/packages/libreoffice.scm (hunspell): Update to 1.7.0. [source]: Use 'git-fetch'.
* gnu: streamlink: Fix build.Efraim Flashner2019-01-05
| | | | | | * gnu/packages/video.scm (streamlink)[source]: Add patch. * gnu/packages/patches/streamlink-update-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: python-iso3166: Update to 0.9.Efraim Flashner2019-01-05
| | | | * gnu/packages/iso-codes.scm (python-iso3166): Update to 0.9.
* gnu: po4a: Update to 0.55.Efraim Flashner2019-01-05
| | | | | | | * gnu/packages/gettext.scm (po4a): Update to 0.55. [arguments]: Add 'patch-docbook-xml phase to patch references to docbook-xml. Update custom 'disable-failing-tests phase. [native-inputs]: Replace docbook-xml with docbook-xml-4.1.2.
* gnu: python-scripttest: Use pypi uri.Efraim Flashner2019-01-05
| | | | * gnu/packages/check.scm (python-scripttest)[source]: Use pypi uri.
* gnu: python-pytest-xdist: Update to 1.25.0.Efraim Flashner2019-01-05
| | | | | * gnu/packages/check.scm (python-pytest-xdist): Update to 1.25.0. [source]: Update source uri.
* gnu: python-pytest-cov: Update to 2.6.0.Efraim Flashner2019-01-05
| | | | * gnu/packages/check.scm (python-pytest-cov): Update to 2.6.0.
* gnu: python-subunit: Update to 1.3.0.Efraim Flashner2019-01-05
| | | | | * gnu/packages/check.scm (python-subunit): Update to 1.3.0. [home-page]: Use https.
* gnu: octave: Fix makeinfo path configuration.Arun Isaac2019-01-05
| | | | | * gnu/packages/maths.scm (octave-cli)[arguments]: Fix makeinfo path configuration in configure-makeinfo phase.
* gnu: youtube-viewer: Install desktop file.Eric Bavier2019-01-05
| | | | | * gnu/packages/video.scm (youtube-viewer)[arguments]: Add 'install-desktop phase.
* gnu: Add paps.Ricardo Wurmus2019-01-05
| | | | * gnu/packages/pdf.scm (paps): New variable.
* gnu: python-isodate: Update to 0.6.0.Efraim Flashner2019-01-04
| | | | | | * gnu/packages/time.scm (python-isodate): Update to 0.6.0. [native-inputs]: Add python-six. [home-page]: Update to new home-page.
* gnu: python-tzlocal: Update to 1.5.1.Efraim Flashner2019-01-04
| | | | | | | * gnu/packages/time.scm (python-tzlocal): Update to 1.5.1. [arguments]: Add custom phase to fix symlink issue in pypi release. [native-inputs]: Add python-mock. [license]: Update to expat.
* gnu: python-ruamel.yaml: Update to 0.15.83.Efraim Flashner2019-01-04
| | | | * gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.83.
* gnu: video: Add missing copyright.Mathieu Othacehe2019-01-04
| | | | * gnu/packages/video.scm: Add copyright.
* gnu: vlc: Fix typo in synopsis.Mathieu Othacehe2019-01-04
| | | | * gnu/packages/video.scm (vlc)[synopsis]: Fix typo.
* gnu: kservice: Transfer patches from NixOS.Hartmut Goebel2019-01-04
| | | | | | | | Transfer the NixOS patches for kservice as of 2018-02-17. - Make QDirIterator follow symlinks. - Normalize path, but don't resolve symlinks. * gnu/packages/kde-frameworks.scm(kservice)<patch>: New phase.
* gnu: kpackage: Transfer patches from NixOS.Hartmut Goebel2019-01-04
| | | | | | | | | | | | | | Transfer the NixOS patches for kpackage as of 2018-02-17: - Allow external paths. - Make QDirIterator follow symlinks. Decided to use a patch for one of the "allow external paths" changes since 'substitute*' seems not to be robust enough. * gnu/packages/patches/kpackage-allow-external-paths.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-frameworks.scm(kpackage)[source]: Use it. <patch>: New phase.
* gnu: kinit: Use LIBRARY_PATH to search for dynamically loaded libs.Hartmut Goebel2019-01-04
| | | | | | | | | Transfer the NixOS "kdeinit-libpath" patch for kinit as of 2018-02-17. * gnu/packages/patches/kinit-kdeinit-libpath.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-frameworks.scm (kinit)[source]: Use it.