Commit graph

53799 commits

Author SHA1 Message Date
Marius Bakke 11f87d635c
gnu: jsoncpp: Fix test failure on armhf-linux and aarch64-linux.
* 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-12 20:33:52 +01:00
Marius Bakke 7dadffff8d
gnu: chez-scheme: Remove obsolete snippet.
* gnu/packages/chez.scm (chez-scheme)[source](modules, snippet): Remove.
2020-01-12 20:33:52 +01:00
Brett Gilio cfd0fd9b2f
gnu: emacs-telega: Update to 0.5.4-3.
* 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-12 13:23:48 -06:00
Guillaume Le Vaillant 8dc2af3ba5
gnu: sbcl-trivial-backtrace: Fix build reproducibility.
* gnu/packages/lisp.scm (sbcl-trivial-backtrace)[arguments]: Add
  'delete-test-results' phase.
2020-01-12 14:49:27 +01:00
Guillaume Le Vaillant 6b8f7c397a
build: asdf-build-system: Improve reproducibility.
* guix/build/asdf-build-system.scm (copy-files-to-output): Reset timestamps of
  source files before compiling.
2020-01-12 14:48:30 +01:00
Kei Kebreau d75a0cd986
gnu: audacity: Update to 2.3.3.
* 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-11 20:17:03 -05:00
Ludovic Courtès 7bd000d104
gnu: Fix license of several GNOME packages.
* 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-12 00:37:51 +01:00
Ludovic Courtès f9e0488c50
doc: Make sure 'htmlxref.cnf' is honored.
Fixes <https://bugs.gnu.org/39060>.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>.

* doc/build.scm (html-manual)[build]: Copy 'htmlxref.cnf' to the current
directory so that 'makeinfo' honors it.
2020-01-12 00:19:10 +01:00
Ludovic Courtès 30d83f445b
doc: Update htmlxref.cnf.
* doc/htmlxref.cnf: Update from Texinfo.  Add entries for "mes",
"guix.ru", and "guix.zh_CN".
2020-01-12 00:19:10 +01:00
nixo 20b49f47e5
gnu: Add libolm.
* gnu/packages/messaging.scm (libolm): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-12 00:19:10 +01:00
EuAndreh 3065bf8aa2
gnu: timidity++: Add libvorbis as input
* gnu/packages/audio.scm (timidity++)[inputs] Add libvorbis as input

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-12 00:19:10 +01:00
Jakub Kądziołka 4897038983
gnu: entr: Fix references to external programs.
* 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-12 00:19:10 +01:00
Simon Josefsson 58236d301c
system: Drop net-tools from %BASE-PACKAGES (replaced by iproute2).
* gnu/system.scm (%base-packages): Remove net-tools.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-12 00:19:09 +01:00
Ludovic Courtès be0fb348b8
daemon: Fix the displayed GC estimated progress.
* nix/libstore/gc.cc (LocalStore::deletePathRecursive): Fix computation
of 'fraction'.  Take 'bytesInvalidated' into account.
2020-01-12 00:19:09 +01:00
Ludovic Courtès 7033c7692c
daemon: Account for deleted store files when deduplication is on.
Previously, a store item that is a regular file would not be accounted
for in the 'bytesFreed' value computed by 'deletePath' because its
'st_nlink' count would always be >= 2.  This commit fixes that.

* nix/libutil/util.hh (deletePath): Add optional 'linkThreshold' argument.
* nix/libutil/util.cc (_deletePath): Add 'linkThreshold' argument and
honor it.  Pass it down in recursive call.
(deletePath): Add 'linkThreshold' and honor it.
* nix/libstore/gc.cc (LocalStore::deleteGarbage): Pass 'linkThreshold'
argument to 'deletePath', with a value of 2 when PATH is a store item
and deduplication is on.
2020-01-12 00:19:09 +01:00
Ludovic Courtès 79154f0a09
gnu: cmake@3.15.5: Honor 'SSL_CERT_DIR' and 'SSL_CERT_FILE'.
* gnu/packages/cmake.scm (cmake-3.15.5)[native-search-paths]: New field.
2020-01-12 00:19:09 +01:00
Ludovic Courtès 0de28f9ef9
gnu: cmake@3.15.5: Apply "cmake-curl-certificates.patch".
* 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-12 00:19:09 +01:00
Ludovic Courtès 9b65dea806
gnu: Use the two-element 'define-deprecated' form where applicable.
* 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-12 00:19:09 +01:00
Ludovic Courtès 6e36f1cabd
deprecation: Add a two-element form for simple aliases.
* guix/deprecation.scm (define-deprecated): Add a two-element form for
simple aliases: (define-deprecated old new).
2020-01-12 00:19:09 +01:00
Brett Gilio 6b9839e29a
gnu: Add emacs-metal-mercury-mode.
* gnu/packages/emacs-xyz.scm (emacs-metal-mercury-mode): New variable.
2020-01-11 16:10:32 -06:00
Efraim Flashner 6fedf6f2b9
gnu: python-keyring: Update to 21.0.0.
* 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-11 23:49:11 +02:00
Efraim Flashner 4ee1ea76fa
gnu: Add python-secretstorage.
* gnu/packages/python-crypto.scm (python-secretstorage): New variable.
2020-01-11 23:49:11 +02:00
Efraim Flashner 83feb3d005
gnu: Add python-jeepney.
* gnu/packages/python-crypto.scm (python-jeepney): New variable.
2020-01-11 23:49:11 +02:00
Efraim Flashner 1e158ba156
gnu: python2-contextlib2: Inherit from python-contextlib2.
* gnu/packages/python-xyz.scm (python2-contextlib2): Inherit from
python-contextlib2.
(python-contextlib2)[properties]: New field.
2020-01-11 23:49:10 +02:00
Reza Alizadeh Majd 13efb24850
gnu: pcmanfm-qt: Fix opening files by double-click.
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-11 21:28:05 +01:00
Jonathan Brielmaier 34e8f0afef
gnu: make-gcc-toolchain: Fix typo in description.
* gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Fix typo
and triple spacing.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-11 21:28:05 +01:00
Jakub Kądziołka 8273188cca
gnu: Add wla-dx.
* gnu/packages/assembly.scm (wla-dx): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-01-11 21:17:15 +01:00
Leo Prikler 71e33e32fc
services: Add pulseaudio to %desktop-services.
Fixes <https://bugs.gnu.org/38172>.
Reported by raingloom <raingloom@riseup.net>.

* gnu/services/desktop.scm (%desktop-services): Add pulseaudio service.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-11 18:18:51 +01:00
Leo Prikler fc29f3bf4f
doc: Add pulseaudio documentation.
* doc/guile.texi: Add documentation for pulseaudio-service-type and
pulseaudio-configuration.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-11 18:18:51 +01:00
Leo Prikler f1022fbf2f
services: Split ladspa-service-type from pulseaudio-service-type.
* gnu/services/sound.scm (ladspa-configuration): New record.
(ladspa-environment): New procedure.
(ladspa-service-type): New service type.
(pulseaudio-environment): Remove LADSPA_PATH.
* doc/guix.texi: Adjust documentation.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-11 18:18:51 +01:00
Leo Prikler f6f9181130
services: pulseaudio-configuration: Set flat-volumes to no.
* gnu/services/sound (pulseaudio-configuration) [daemon-conf]: Disable
flat-volumes, which causes unpleasant experiences to users when applications
inadvertently max out the system volume (e.g. as in #38172).

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-11 18:18:51 +01:00
Leo Prikler f547426200
services: Add pulseaudio-configuration.
* gnu/services/sound (<pulseaudio-configuration>): New record.
(pulseaudio-etc): New procedure.
(pulseaudio-environment): Add PULSE_CONFIG and PULSE_CLIENTCONFIG.
(pulseaudio-service-type): Update accordingly.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-11 18:18:50 +01:00
Marius Bakke 2c7511fb66
gnu: qtwebengine: Purge unnecessary bundled software from the source.
* gnu/packages/qt.scm (qtwebengine)[source](modules, snippet): New fields.
[inputs]: Add CURL and VALGRIND.
2020-01-11 18:18:50 +01:00
Mike Rosset db481636a5
gnu: Add qtwebengine.
* gnu/packages/qt.scm (qtwebengine): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-11 18:18:50 +01:00
nixo efc32ed890
gnu: emacs-undo-tree: Update to 0.7.1.
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.1.

Signed-off-by: David Wilson <david@daviwil.com>
2020-01-11 05:43:49 -08:00
Guillaume Le Vaillant e4c9ba4da2
gnu: Add picolisp.
* gnu/packages/lisp.scm (picolisp32, picolisp): New variables.
2020-01-11 11:26:14 +01:00
Tobias Geerinckx-Rice 41d3e086e0
gnu: cdemu-daemon: Split excessively long line.
* gnu/packages/cdrom.scm (cdemu-daemon)[source]: Wrap at 80 characters.
2020-01-11 03:54:46 +01:00
Tobias Geerinckx-Rice 8bd904450b
gnu: cdemu-client: Update to 3.2.4.
* gnu/packages/cdrom.scm (cdemu-client): Update to 3.2.4.
2020-01-11 03:54:46 +01:00
Tobias Geerinckx-Rice 46ffcd5fe1
gnu: cdemu-daemon: Update to 3.2.4.
* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.4.
2020-01-11 03:54:46 +01:00
Tobias Geerinckx-Rice 2d639e0fce
gnu: libmirage: Update to 3.2.4.
* gnu/packages/cdrom.scm (libmirage): Update to 3.2.4.
2020-01-11 03:54:46 +01:00
Tobias Geerinckx-Rice 7f0bccb559
gnu: impressive: Update to 0.12.1.
* gnu/packages/pdf.scm (impressive): Update to 0.12.1.
2020-01-11 03:12:19 +01:00
Tobias Geerinckx-Rice fc87c7ce46
gnu: kdevelop: Update to 5.4.6.
* gnu/packages/kde.scm (kdevelop): Update to 5.4.6.
2020-01-11 03:12:19 +01:00
Tobias Geerinckx-Rice df45af9041
gnu: upower: Update to 0.99.11.
* gnu/packages/gnome.scm (upower): Update to 0.99.11.
[source]: Follow home page download URI.
2020-01-11 03:12:19 +01:00
Tobias Geerinckx-Rice a4ac25df71
gnu: python-glances: Update to 3.1.2.
* gnu/packages/python-xyz.scm (python-glances): Update to 3.1.2.
2020-01-11 03:12:19 +01:00
Tobias Geerinckx-Rice 21724ed951
gnu: ddcutil: Update to 0.9.8.
* gnu/packages/hardware.scm (ddcutil): Update to 0.9.8.
2020-01-11 03:12:19 +01:00
Tobias Geerinckx-Rice cd199a45b5
gnu: python-smmap2: Update to 2.0.5.
* gnu/packages/python-xyz.scm (python-smmap2): Update to 2.0.5.
2020-01-11 03:12:18 +01:00
Tobias Geerinckx-Rice ad07f6747a
gnu: thunar: Update to 1.8.11.
* gnu/packages/xfce.scm (thunar): Update to 1.8.11.
2020-01-11 03:12:18 +01:00
Tobias Geerinckx-Rice f01d8e9c2f
gnu: xf86-input-wacom: Update to 0.39.0.
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.39.0.
2020-01-11 03:12:18 +01:00
Tobias Geerinckx-Rice bde974c55e
gnu: libwacom: Update to 1.2.
* gnu/packages/xdisorg.scm (libwacom): Update to 1.2.
2020-01-11 03:12:18 +01:00
Roel Janssen 10576acbbf
gnu: mercurial: Update to 5.2.1.
* 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-10 19:22:22 -06:00