Age | Commit message (Expand) | Author |
2019-01-07 | gnu: Move R packages from web.scm to cran.scm....* gnu/packages/web.scm (r-httpuv, r-jsonlite, r-servr, r-htmltools,
r-htmlwidgets, r-htmltable, r-curl, r-hwriter, r-rjson, r-shiny,
r-shinydashboard, r-shinyfiles, r-crosstalk, r-rook, r-miniui): Move these
from here...
* gnu/packages/cran.scm: ...to here.
| Ricardo Wurmus |
2019-01-07 | Revert "gnu: Use package-elisp-from-package for clangs emacs lisp files"...This reverts commit 5bc2e14add6433adbade3ccdf28c60e57334c20a.
| Pierre Neidhardt |
2019-01-07 | gnu: mantis: Limit to x86_64-linux....* gnu/packages/bioinformatics.scm (mantis)[supported-systems]: New field.
| Efraim Flashner |
2019-01-07 | gnu: package-elisp-from-package: Clarify docstring....* gnu/packages/emacs.scm (package-elisp-from-package)[docstring]: Clarify.
| Pierre Neidhardt |
2019-01-07 | gnu: Use package-elisp-from-package for clangs emacs lisp files...Use package-elisp-from-package for emacs-clang-format and emacs-clang-rename.
Also remove package-from-clang-elisp-file as it is not needed anymore.
* gnu/packages/llvm.scm (emacs-clang-format): Use package-elisp-from-package
* gnu/packages/llvm.scm (emacs-clang-rename): Use package-elisp-from-package
* gnu/packages/llvm.scm (package-from-clang-elisp-file): Remove function
| Tim Gesthuizen |
2019-01-07 | gnu: Add package-elisp-from-package...Add a function to generate package definitions that packages single elisp
files from other packages.
* gnu/packages/emacs.scm (package-elisp-from-package): New function
| Tim Gesthuizen |
2019-01-07 | gnu: python2-fastlmm: Move to machine-learning.scm....This is a step towards removing OCaml modules from the closure
of (gnu packages python).
* gnu/packages/python.scm (python2-fastlmm): Move to...
* gnu/packages/machine-learning.scm (python2-fastlmm): ... here.
| Ludovic Courtès |
2019-01-07 | gnu: Remove unnecessary build-side module imports....* gnu/packages/batik.scm, gnu/packages/boost.scm,
gnu/packages/calendar.scm, gnu/packages/gl.scm,
gnu/packages/lua.scm, gnu/packages/qt.scm, gnu/packages/simulation.scm,
gnu/packages/terminals.scm: Remove unnecessary import of (guix build
utils).
* gnu/packages/emacs.scm: Remove unnecessary imports of (guix ...).
* gnu/packages/libcanberra.scm: Use (srfi srfi-1) instead of (guix build
utils) for 'alist-delete'.
* gnu/packages/wxwidgets.scm: Likewise.
| Ludovic Courtès |
2019-01-07 | gnu: Move Emacs modes for Dedukti to ocaml.scm....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.
| Ludovic Courtès |
2019-01-07 | gnu: Move OCaml packages away from maths.scm....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.
| Ludovic Courtès |
2019-01-07 | gnu: Add rmlint....* gnu/packages/disk.scm (rmlint): New variable.
| Pierre Neidhardt |
2019-01-07 | gnu: Add prosody-http-upload....* gnu/packages/messaging.scm (prosody-http-upload): New variable.
| Clément Lassieur |
2019-01-07 | gnu: Add mantis....* gnu/packages/bioinformatics.scm (mantis): New variable.
| Ricardo Wurmus |
2019-01-07 | gnu: Add sdsl-lite....* gnu/packages/datastructures.scm (sdsl-lite): New variable.
| Ricardo Wurmus |
2019-01-07 | gnu: autoconf-archive: Update to 2019.01.06....* gnu/packages/autotools.scm (autoconf-archive): Update to 2019.01.06.
| Efraim Flashner |
2019-01-07 | gnu: Add jose....* gnu/packages/jose.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| Manolis Ragkousis |
2019-01-07 | gnu: Add slurp....* gnu/packages/image.scm (slurp): New variable.
| Rutger Helling |
2019-01-07 | gnu: libarchive: Replace with libarchive 3.3.3 and fix CVE-2018-{1000877,1000......* 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.
| Alex Vong |
2019-01-06 | gnu: Add kitty....* gnu/packages/terminals.scm (kitty): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Hondet |
2019-01-06 | hydra: Compute jobs in an inferior....Previously we would rely on auto-compilation of all the Guix modules.
The complete evaluation would take ~15mn on berlin.guixsd.org and
require lots of RAM. This approach should be faster since potentially
only part of the modules are rebuilt. Furthermore, as a side-effect, it
builds the derivations that 'guix pull' uses.
* build-aux/hydra/gnu-system.scm: Remove 'eval-when' form.
(hydra-jobs): New procedure.
* gnu/ci.scm (package->alist, qemu-jobs, system-test-jobs)
(tarball-jobs): Return strings for the 'license' field.
* guix/self.scm (compiled-guix)[*cli-modules*]: Add (gnu ci).
| Ludovic Courtès |
2019-01-06 | hydra: Move job definitions to (gnu ci)....* build-aux/hydra/gnu-system.scm: Move code to...
* gnu/ci.scm: ... here. New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| Ludovic Courtès |
2019-01-06 | gnu: gama: Update to 2.02....* gnu/packages/gps.scm (gama): Update to 2.02.
| Efraim Flashner |
2019-01-06 | gnu: moe: Update to 1.10....* gnu/packages/moe.scm (moe): Update to 1.10.
[license]: Fix license, gpl2+.
| Efraim Flashner |
2019-01-06 | gnu: recutils: Update to 1.8....* 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.
| Efraim Flashner |
2019-01-06 | gnu: unrtf: Update to 0.21.10....* 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.
| Efraim Flashner |
2019-01-06 | gnu: global: Update to 6.6.3....* gnu/packages/code.scm (global): Update to 6.6.3.
| Efraim Flashner |
2019-01-06 | gnu: emacs-evil-multiedit: Use version tag instead of commit....* gnu/packages/emacs.scm (emacs-evil-multiedit): Use version tag instead of commit.
| Pierre Neidhardt |
2019-01-06 | gnu: wine-staging: Add ffmpeg support....* gnu/packages/wine.scm (wine-staging)[inputs]: Add ffmpeg.
| Rutger Helling |
2019-01-06 | gnu: wine-staging: Update to 4.0-rc5....* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.0-rc5.
* gnu/packages/wine.scm (wine-staging): Update to 4.0-rc5.
| Rutger Helling |
2019-01-06 | gnu: python-pyicu: Update to 2.2....* gnu/packages/python.scm (python-pyicu): Update to 2.2.
| Efraim Flashner |
2019-01-06 | gnu: python-pysocks: Update to 1.6.8....* gnu/packages/python.scm (python-pysocks): Update to 1.6.8.
| Efraim Flashner |
2019-01-06 | gnu: python-packaging: Update to 18.0....* gnu/packages/python.scm (python-packaging): Update to 18.0.
| Efraim Flashner |
2019-01-06 | gnu: python-astroid: Update to 2.1.0....* gnu/packages/python.scm (python-astroid): Update to 2.1.0.
| Efraim Flashner |
2019-01-06 | gnu: python-imagesize: Update to 1.1.0....* gnu/packages/python.scm (python-imagesize): Update to 1.1.0.
| Efraim Flashner |
2019-01-06 | gnu: python-sphinx-alabaster-theme: Update to 0.7.12....* gnu/packages/python.scm (python-sphinx-alabaster-theme): Update to 0.7.12.
| Efraim Flashner |
2019-01-06 | gnu: python-pycryptodome: Update to 3.7.2....* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.7.2.
| Efraim Flashner |
2019-01-06 | gnu: python-certifi: Update to 2018.11.29....* gnu/packages/python-crypto.scm (python-certifi): Update to 2018.11.29.
| Efraim Flashner |
2019-01-05 | gnu: emacs-diff-hl: Update to 1.8.5....* gnu/packages/emacs.scm (emacs-diff-hl): Update to 1.8.5.
| Maxim Cournoyer |
2019-01-05 | gnu: Add fasm....* gnu/packages/assembly.scm (fasm): New variable.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
| guy fleury iteriteka |
2019-01-06 | gnu: Add nip2....* gnu/packages/image-processing.scm (nip2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Lprndn |
2019-01-05 | gnu: hunspell-dict-en: Update to 2018-04-16....* gnu/packages/aspell.scm (aspell-word-list): Update to 2018.04.16.
[arguments]: Use 'invoke'.
| Efraim Flashner |
2019-01-05 | gnu: hunspell: Update to 1.7.0....* gnu/packages/libreoffice.scm (hunspell): Update to 1.7.0.
[source]: Use 'git-fetch'.
| Efraim Flashner |
2019-01-05 | gnu: streamlink: Fix build....* 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.
| Efraim Flashner |
2019-01-05 | gnu: python-iso3166: Update to 0.9....* gnu/packages/iso-codes.scm (python-iso3166): Update to 0.9.
| Efraim Flashner |
2019-01-05 | gnu: po4a: Update to 0.55....* 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.
| Efraim Flashner |
2019-01-05 | gnu: python-scripttest: Use pypi uri....* gnu/packages/check.scm (python-scripttest)[source]: Use pypi uri.
| Efraim Flashner |
2019-01-05 | gnu: python-pytest-xdist: Update to 1.25.0....* gnu/packages/check.scm (python-pytest-xdist): Update to 1.25.0.
[source]: Update source uri.
| Efraim Flashner |
2019-01-05 | gnu: python-pytest-cov: Update to 2.6.0....* gnu/packages/check.scm (python-pytest-cov): Update to 2.6.0.
| Efraim Flashner |
2019-01-05 | gnu: python-subunit: Update to 1.3.0....* gnu/packages/check.scm (python-subunit): Update to 1.3.0.
[home-page]: Use https.
| Efraim Flashner |
2019-01-05 | gnu: octave: Fix makeinfo path configuration....* gnu/packages/maths.scm (octave-cli)[arguments]: Fix makeinfo path
configuration in configure-makeinfo phase.
| Arun Isaac |