summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2020-01-12gnu: jsoncpp: Fix test failure on armhf-linux and aarch64-linux.Marius Bakke
* gnu/packages/patches/jsoncpp-fix-inverted-case.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/serialization.scm (jsoncpp)[source](patches): New field.
2020-01-12gnu: chez-scheme: Remove obsolete snippet.Marius Bakke
* gnu/packages/chez.scm (chez-scheme)[source](modules, snippet): Remove.
2020-01-12gnu: emacs-telega: Update to 0.5.4-3.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.4-3. This change reflects several bug fixes that allows for better integration with the latest changes provided by `tdlib` 1.5.4 -- 1.6.0.
2020-01-12gnu: sbcl-trivial-backtrace: Fix build reproducibility.Guillaume Le Vaillant
* gnu/packages/lisp.scm (sbcl-trivial-backtrace)[arguments]: Add 'delete-test-results' phase.
2020-01-11gnu: audacity: Update to 2.3.3.Kei Kebreau
* gnu/packages/audio.scm (audacity): Update to 2.3.3. [source](snippet): Remove bundled "lame". [arguments]: Adjust "use-upstream-headers" phase. * gnu/packages/patches/audacity-build-with-system-portaudio.patch: Adjust patch.
2020-01-12gnu: Fix license of several GNOME packages.Ludovic Courtès
* gnu/packages/gnome.scm (gnome-color-manager)[license]: Change to GPL2+. (gnome-online-miners)[license]: Likewise. (gnome-menus)[license]: Change to LGPL2.0+.
2020-01-12gnu: Add libolm.nixo
* gnu/packages/messaging.scm (libolm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-12gnu: timidity++: Add libvorbis as inputEuAndreh
* gnu/packages/audio.scm (timidity++)[inputs] Add libvorbis as input Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-12gnu: entr: Fix references to external programs.Jakub Kądziołka
* gnu/packages/entr.scm (entr)[arguments](remove-fhs-file-names): Use 'which' instead of relying on the runtime PATH. Patch /bin/sh too. [inputs]: Add NCURSES. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-12gnu: cmake@3.15.5: Honor 'SSL_CERT_DIR' and 'SSL_CERT_FILE'.Ludovic Courtès
* gnu/packages/cmake.scm (cmake-3.15.5)[native-search-paths]: New field.
2020-01-12gnu: cmake@3.15.5: Apply "cmake-curl-certificates.patch".Ludovic Courtès
* gnu/packages/cmake.scm (cmake-3.15.5)[source]: Add 'patches' field. (cmake/fixed): Turn into a deprecated alias for CMAKE-3.15.5.
2020-01-12gnu: Use the two-element 'define-deprecated' form where applicable.Ludovic Courtès
* gnu/packages/guile.scm (guile-json): Use the two-element 'define-deprecated' form. * gnu/packages/kde.scm (kdevplatform): Likewise. * gnu/packages/mpi.scm (hwloc-2.0): Likewise. * gnu/packages/qt.scm (qt): Likewise.
2020-01-11gnu: Add emacs-metal-mercury-mode.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-metal-mercury-mode): New variable.
2020-01-11gnu: python-keyring: Update to 21.0.0.Efraim Flashner
* gnu/packages/python-crypto.scm (python-keyring): Update to 21.0.0. [source]: Add snippet to backport test failure. [arguments]: Use custom 'check phase. [native-inputs]: Remove python-pytest-runner. Add python-pytest-checkdocks, python-pytest-cov, python-pytest-flake8. [propagated-inputs]: Remove python-pycrypto. Add python-importlib-metadata, python-secretstorage. [properties]: New field. (python2-keyring): Rewrite package to stay at 8.7.
2020-01-11gnu: Add python-secretstorage.Efraim Flashner
* gnu/packages/python-crypto.scm (python-secretstorage): New variable.
2020-01-11gnu: Add python-jeepney.Efraim Flashner
* gnu/packages/python-crypto.scm (python-jeepney): New variable.
2020-01-11gnu: python2-contextlib2: Inherit from python-contextlib2.Efraim Flashner
* gnu/packages/python-xyz.scm (python2-contextlib2): Inherit from python-contextlib2. (python-contextlib2)[properties]: New field.
2020-01-11gnu: pcmanfm-qt: Fix opening files by double-click.Reza Alizadeh Majd
Fixes <https://bugs.gnu.org/38926>. * gnu/packages/lxqt.scm (pcmanfm-qt)[arguments]: Add phase to wrap the executable with the GIO_LAUNCH_DESKTOP environment variable. [inputs]: Add GLIB:BIN. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-11gnu: make-gcc-toolchain: Fix typo in description.Jonathan Brielmaier
* gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Fix typo and triple spacing. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-11gnu: Add wla-dx.Jakub Kądziołka
* gnu/packages/assembly.scm (wla-dx): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-01-11gnu: qtwebengine: Purge unnecessary bundled software from the source.Marius Bakke
* gnu/packages/qt.scm (qtwebengine)[source](modules, snippet): New fields. [inputs]: Add CURL and VALGRIND.
2020-01-11gnu: Add qtwebengine.Mike Rosset
* gnu/packages/qt.scm (qtwebengine): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-11gnu: emacs-undo-tree: Update to 0.7.1.nixo
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.1. Signed-off-by: David Wilson <david@daviwil.com>
2020-01-11gnu: Add picolisp.Guillaume Le Vaillant
* gnu/packages/lisp.scm (picolisp32, picolisp): New variables.
2020-01-11gnu: cdemu-daemon: Split excessively long line.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (cdemu-daemon)[source]: Wrap at 80 characters.
2020-01-11gnu: cdemu-client: Update to 3.2.4.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (cdemu-client): Update to 3.2.4.
2020-01-11gnu: cdemu-daemon: Update to 3.2.4.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.4.
2020-01-11gnu: libmirage: Update to 3.2.4.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (libmirage): Update to 3.2.4.
2020-01-11gnu: impressive: Update to 0.12.1.Tobias Geerinckx-Rice
* gnu/packages/pdf.scm (impressive): Update to 0.12.1.
2020-01-11gnu: kdevelop: Update to 5.4.6.Tobias Geerinckx-Rice
* gnu/packages/kde.scm (kdevelop): Update to 5.4.6.
2020-01-11gnu: upower: Update to 0.99.11.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (upower): Update to 0.99.11. [source]: Follow home page download URI.
2020-01-11gnu: python-glances: Update to 3.1.2.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-glances): Update to 3.1.2.
2020-01-11gnu: ddcutil: Update to 0.9.8.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (ddcutil): Update to 0.9.8.
2020-01-11gnu: python-smmap2: Update to 2.0.5.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-smmap2): Update to 2.0.5.
2020-01-11gnu: thunar: Update to 1.8.11.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (thunar): Update to 1.8.11.
2020-01-11gnu: xf86-input-wacom: Update to 0.39.0.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.39.0.
2020-01-11gnu: libwacom: Update to 1.2.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (libwacom): Update to 1.2.
2020-01-10gnu: mercurial: Update to 5.2.1.Roel Janssen
* gnu/packages/version-control.scm (mercurial): Update to 5.2.1. [arguments]: Remove hard dependency on Python 2. Replace check phase to work around known failing tests. [native-inputs]: Add python-nose, and unzip. Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-01-10gnu: hdf5@1.10: Update to 1.10.6.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.6.
2020-01-10gnu: reuse: Download from PyPI.Tobias Geerinckx-Rice
* gnu/packages/license.scm (reuse)[source]: Use PYPI-URI.
2020-01-10gnu: reuse: Update to 0.7.0.Tobias Geerinckx-Rice
* gnu/packages/license.scm (reuse): Update to 0.7.0.
2020-01-10gnu: opensc: Eliminate obsolete test disablement.Tobias Geerinckx-Rice
This follows up on commit 508d5c5fa883a3cee53f8da358d853d4b245496c, I guess. * gnu/packages/security-token.scm (opensc)[arguments]: Remove the ‘disable-broken-test’ phase.
2020-01-10gnu: rng-tools: Update to 6.9.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (rng-tools): Update to 6.9.
2020-01-10gnu: gnucash: Update to 3.8.Hartmut Goebel
* gnu/packages/gnucash.scm (gnucash, gnucash-doc): Update to 3.8.
2020-01-10gnu: aqbanking: Update to 5.99.44beta.Hartmut Goebel
* gnu/packages/gnucash.scm (aqbanking): Update to 5.99.44beta. [argmuents]<configure-flags>: Remove. [native-inputs]. Add gettext-minimal.
2020-01-10gnu: gwenhywfar: Update to 4.99.25rc9.Hartmut Goebel
* gnu/packages/gnucash.scm (gwenhywfar): Update to 4.99.25rc9.
2020-01-10gnu: lepton-eda: Fix build.Ricardo Wurmus
This is a follow-up to commit 1101c73c7fb2e0dbba00b45c05bf36ae08bdb6f2. * gnu/packages/engineering.scm (lepton-eda)[arguments]: Ignore inherited phases.
2020-01-10gnu: nfs-utils: Build rpc.svcgssd.Ricardo Wurmus
* gnu/packages/nfs.scm (nfs-utils)[arguments]: Enable building of rpc.svcgssd.
2020-01-10gnu: monero-gui: Update to 0.15.0.3.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.3. [build-system]: Use qt-build-system. [inputs]: Remove qtwebchannel and qtx11extras. [arguments]: Merge fix-library-paths, fix-monerod-path, fix-qt-paths and fix-install-path phases into a fix-paths phase. Remove custom build, change-dir and wrap-program phases. Add configure and build-zxcvbn-c phases.
2020-01-10gnu: rrdtool: Update to 1.7.2.Tobias Geerinckx-Rice
* gnu/packages/rrdtool.scm (rrdtool): Update to 1.7.2.