3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

89925 commits

Author SHA1 Message Date
Maxim Cournoyer
c454cf6343
gnu: qutebrowser: Fix indentation.
* gnu/packages/web-browsers.scm (qutebrowser): Fix indentation.
2022-08-01 09:32:28 -04:00
Maxim Cournoyer
aea756ea33
gnu: qutebrowser: Fix build.
Fixes <https://issues.guix.gnu.org/56864>, which is a regression introduced
with a0beb297a3.

* gnu/packages/web-browsers.scm (qutebrowser)
[phases]{wrap-qt-process-path}: Do not use the (no longer valid)
"qtwebengine-5" label; instead, locate QtWebEngineProcess via
'search-input-file'.

Reported-by: Jack Hill <jackhill@jackhill.us>
2022-08-01 09:32:28 -04:00
Mădălin Ionel Patrașcu
8d7a721400
gnu: Add r-millefy.
* gnu/packages/bioinformatics.scm (r-millefy): New variable.
2022-08-01 15:14:47 +02:00
Marcel van der Boom
b8df15b748
gnu: exiv2: Fix test failure on ppc64le and aarch64.
ppc64 and aarch64 do not raise exception and thus output and exit code
for test is different.

See:

  https://github.com/Exiv2/exiv2/issues/365 and
  https://github.com/Exiv2/exiv2/issues/933

* gnu/packages/image.scm (exiv2)[arguments]: Add 'adjust-tests' phase.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-08-01 14:08:09 +02:00
Philip McGrath
d7ab54cdb1
gnu: Add python-biblib.
* gnu/packages/python-xyz.scm (python-biblib): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-01 14:08:09 +02:00
Maya
dd3cf14402
services: opensmtpd: Make commands setgid to "smtpq" by default.
This is a patch that fixes "<executable name>: this program must be setgid smtpq".

* gnu/services/mail.scm (<opensmtpd-configuration>)[setgid-commands?]: New field.
(opensmtpd-set-gids): New procedure.
(opensmtpd-service-type)[extensions]: Add SETUID-PROGRAM-SERVICE-TYPE extension.
* doc/guix.texi (Mail Services): Document it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-08-01 14:08:08 +02:00
Danial Behzadi
432ea6446d
gnu: tractor: Update to 3.14.
* gnu/packages/tor.scm (tractor): Update to 3.14.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-01 14:08:08 +02:00
Paul A. Patience
d1b60cb65b
gnu: Add comma after “i.e.” in descriptions.
* gnu/packages/bioconductor.scm (r-anota)[description]: Add comma after
“i.e.”.
* gnu/packages/code.scm (xenon)[description]: Same.
* gnu/packages/cran.scm (r-crosstalk)[description]: Same.
* gnu/packages/python-xyz.scm (python-radon)[description]: Same.
* gnu/packages/statistics.scm (r-logspline)[description]: Same.
* gnu/packages/suckless.scm (tabbed)[description]: Same.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-01 14:08:08 +02:00
Paul A. Patience
e0de48f0e4
gnu: hdf5-1.8: Add missing comma to linker flag.
* gnu/packages/maths.scm (hdf5-1.8)[arguments]<#:phases>: Add missing
comma to linker flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-01 14:08:08 +02:00
Z572
dee64d4776
gnu: guile-lens: Fix build.
* gnu/packages/guile-xyz.scm (guile-lens)
[phases]{run-hall}: replace "dist" to "build-system".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-01 14:08:08 +02:00
Denis 'GNUtoo' Carikli
49000523d2
gnu: xdot: Build with librsvg-for-system.
* gnu/packages/graphviz.scm (xdot)[inputs]: Replace librsvg with
  librsvg-for-system.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-01 14:08:07 +02:00
Denis 'GNUtoo' Carikli
4f57da7668
gnu: Add cardpeek.
* gnu/packages/security-token.scm (cardpeek): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-01 14:08:07 +02:00
Sharlatan Hellseher
d790ec21e8
gnu: python-sep: Update to 1.2.1
* gnu/packages/astronomy.scm: (python-sep): Update to 1.2.1.
  Inherit from libsep

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-01 14:08:07 +02:00
Sharlatan Hellseher
6ad9a094c1
gnu: Add libsep
* gnu/packages/astronomy.scm: (libsep): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-01 14:08:07 +02:00
Ludovic Courtès
5a96748a99
gnu: gnutls: Add 3.7.7.
* gnu/packages/tls.scm (gnutls-latest): New variable.
2022-08-01 14:08:07 +02:00
Ricardo Wurmus
dc3ad40c6b
gnu: python-bbknn: Set NUMBA_CACHE_DIR.
* gnu/packages/bioinformatics.scm (python-bbknn)[arguments]: Add phase
'set-numba-cache-dir.
2022-08-01 12:46:19 +02:00
Ricardo Wurmus
9b1a2dcd5b
gnu: python-umap-learn: Disable unreliable test.
* gnu/packages/machine-learning.scm (python-umap-learn)[arguments]: Disable
test_densmap_trustworthiness_on_iris_supervised.
2022-08-01 12:46:19 +02:00
Ricardo Wurmus
a69f2cd076
gnu: python-umap-learn: Set NUMBA_CACHE_DIR.
* gnu/packages/machine-learning.scm (python-umap-learn)[arguments]: Add phase
to set NUMBA_CACHE_DIR.
2022-08-01 12:46:19 +02:00
Maxim Cournoyer
3a656ea836
gnu: jami: Apply upstream patch that fixes a usability issue.
* gnu/packages/patches/jami-fix-esc-bug.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/jami.scm (%jami-sources): Apply it.
2022-07-31 23:08:51 -04:00
Maxim Cournoyer
ccf6401d05
gnu: jami: Update to 20220726.1515.da8d1da.
* gnu/packages/jami.scm (jami): Update to 20220726.1515.da8d1da.
[configure-flags]: New argument.
[phases]{fix-version-string}: Adjust file name.
{use-desktop-opengl}: Delete obsolete phase.
{patch-source}: New phase.
[native-inputs]: Add googletest and vulkan-headers.  Replace qttools-5 with
qttools.
[inputs]: Add libxkbcommon, qt5compat, qtnetworkauth, qtpositioning and
vulkan-loader.  Remove qtwebengine-5, qtwebchannel-5, qtgraphicaleffects,
qtquickcontrols-5 and qtquickcontrols2-5.  Update qtsvg-5, qtmultimedia-5 and
qtdeclarative-5 to their Qt 6 equivalent.
2022-07-31 21:55:50 -04:00
Maxim Cournoyer
f80f1667f1
gnu: Deprecate jami-gnome for jami.
* gnu/packages/jami.scm (jami-gnome): Delete package, deprecating it for jami.
2022-07-31 21:55:50 -04:00
Maxim Cournoyer
46f5623cc1
gnu: Remove jami-libclient.
* gnu/packages/jami.scm (jami-libclient): Delete variable.
(libringclient): Likewise.
(jami-gnome)[inputs]: Remove jami-libclient.
(jami)[inputs]: Likewise.
2022-07-31 21:55:49 -04:00
Maxim Cournoyer
3d812fea06
gnu: libjami: Enable test agent.
* gnu/packages/jami.scm (libjami)[configure-flags]: Add '--enable-agent' and
remove FIXME.
[tests?]: Update comment.
2022-07-31 21:55:49 -04:00
Maxim Cournoyer
bdf0fce88e
gnu: libjami: Update to 20220726.1515.da8d1da.
* gnu/packages/patches/jami-fix-crash-on-quit.patch: Delete file.
* gnu/packages/patches/jami-images-loading.patch: Likewise.
* gnu/packages/patches/jami-libclient-audio-managers.patch: Likewise.
* gnu/packages/patches/jami-memory-usage.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): De-register removed patches.
* gnu/packages/jami.scm (%jami-version): Update to 20220726.1515.da8d1da.
(libjami)[configure-flags]: Add '--disable-static'.
(jami-apply-custom-patches): Adjust for top directory renaming.
(%ffmpeg-default-configure-flags): Add muxer support
for g726 and g726le.  Add demuxer support for g723_1, g726 and g726le.  Add
encoder/decoder support for g726, g726le and g723_1.  Add decoder support for
g729.
(ffmpeg-jami)[patches]: Add 'libopusenc-reload-packet-loss-at-encode'.
(jami-libclient)[native-inputs]: New field.
[inputs]: Add ffmpeg-jami and libxkbcommon.
[propagated-inputs]: Replace qtbase-5 with qtbase.
2022-07-31 21:55:49 -04:00
Maxim Cournoyer
a13a687989
gnu: Add qtpositioning.
* gnu/packages/qt.scm (qtpositioning): New variable.
2022-07-31 21:55:49 -04:00
Maxim Cournoyer
d9e8d7f4aa
gnu: Add qtnetworkauth, version 6.3.1.
* gnu/packages/qt.scm (qtnetworkauth): New variable.
2022-07-31 21:55:48 -04:00
Maxim Cournoyer
2e27ccec83
gnu: qtnetworkauth: Rename to qtnetworkauth-5.
Automated with:

  git grep -l qtnetworkauth | xargs sed 's/\bqtnetworkauth\b/\0-5/g' -i
2022-07-31 21:55:48 -04:00
Maxim Cournoyer
a4784b3273
gnu: Add qttools, version 6.3.1.
* gnu/packages/qt.scm (qttools): New variable.
2022-07-31 21:55:48 -04:00
Maxim Cournoyer
eef8e2ec46
gnu: qttools: Rename to qttools-5.
Automated with:

  git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:48 -04:00
Maxim Cournoyer
de20b74fc2
gnu: Add qt5compat.
* gnu/packages/qt.scm (qt5compat): New variable.
2022-07-31 21:55:47 -04:00
Maxim Cournoyer
f1e126c03b
gnu: Add qtwebengine, version 6.3.1.
* gnu/packages/qt.scm (qtwebengine): New variable.
2022-07-31 21:55:47 -04:00
Maxim Cournoyer
a0beb297a3
gnu: qtwebengine: Rename to qtwebengine-5.
Automated with:

  git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:47 -04:00
Maxim Cournoyer
ef648459df
gnu: Add qtwebchannel, version 6.3.1.
* gnu/packages/qt.scm (qtwebchannel): New variable.
2022-07-31 21:55:46 -04:00
Maxim Cournoyer
0938c3e34a
gnu: qtwebchannel: Rename to qtwebchannel-5.
Automated via:

  git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:46 -04:00
Maxim Cournoyer
573055b7ef
gnu: Add qtwebsockets, version 6.3.1.
* gnu/packages/qt.scm (qtwebsockets): New variable.
2022-07-31 21:55:46 -04:00
Maxim Cournoyer
d15258d991
gnu: qtwebsockets: Rename to qtwebsockets-5.
Automated via:

  git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:46 -04:00
Maxim Cournoyer
d90031f799
gnu: qtquickcontrols2: Define as obsoleted by qtdeclarative.
* gnu/packages/qt.scm (qtquickcontrols2): New variable.
2022-07-31 21:55:45 -04:00
Maxim Cournoyer
1130fc5991
gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.
Automated via:

  git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:45 -04:00
Maxim Cournoyer
65e5e85d28
gnu: qtquickcontrols: Rename to qtquickcontrols-5.
Automated via:

  git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:45 -04:00
Maxim Cournoyer
397d05a4bf
gnu: Add qtdeclarative, version 6.3.1.
* gnu/packages/qt.scm (qtdeclarative): New variable.
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
735d340ae4
gnu: qtdeclarative: Rename to qtdeclarative-5.
Automated via the following commands:

  git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
983a061e98
gnu: Add qtmultimedia, version 6.3.1.
* gnu/packages/qt.scm (qtmultimedia): New variable.
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
5f22854339
gnu: qtmultimedia: Rename to qtmultimedia-5.
Automated via:

  git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i
  git checkout NEWS
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
1d65ff8fde
gnu: Add qtshadertools.
* gnu/packages/qt.scm (qtshadertools): New variable.
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
6165dd3c72
gnu: qpwgraph: Migrate to Qt 6 and add libxkbcommon input.
* gnu/packages/audio.scm (qpwgraph)[inputs]: Replace qtbase-5 with qtbase,
qtsvg-5 with qtsvg.  Add libxkbcommon.
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
49f673415f
gnu: Add qtsvg, version 6.3.1.
* gnu/packages/qt.scm (qtsvg): New variable.
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
580b033a50
gnu: qtsvg-5: Fix indentation.
* gnu/packages/qt.scm (qtsvg-5): Fix indentation.
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
1ef04fb228
gnu: qtsvg: Rename variable to qtsvg-5.
This is in preparation of the qtsvg update to version 6.

This change was automated via the following command:

  git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
4af9984a4e
gnu: qtbase: Revert to gtk+ (3) instead of gtk (4).
This revert the upgrade from GTK 3 to 4 in
8d7fdbe261.  Qt doesn't yet support GTK 4.

* gnu/packages/qt.scm (qtbase)[native-inputs]: Remove gtk.
[inputs]: Do not replace gtk+ by gtk.
2022-07-31 21:55:42 -04:00
Maxim Cournoyer
de6f155426
gnu: qtbase: Enable test suite.
* gnu/packages/qt.scm (qtbase)[tests?]: Delete argument.
[configure-flags]: Add "-DQT_BUILD_TESTS=ON".
[phases]{check}: Move after the patch-prl-files phase and override.
[native-inputs]: Add xvfb-run.
2022-07-31 21:55:42 -04:00
Maxim Cournoyer
d48c98cd12
gnu: qtbase: Honor CMAKE_PREFIX_PATH.
* gnu/packages/qt.scm (qtbase)[phases]{honor-CMAKE_PREFIX_PATH}: New phase.
2022-07-31 21:55:42 -04:00
Maxim Cournoyer
663f12ea24
gnu: qtbase: Patch /bin/pwd in executable scripts.
* gnu/packages/qt.scm (qtbase)[phases]{patch-paths}: Patch /bin/pwd.
[inputs]: Add coreutils-minimal.
2022-07-31 21:55:42 -04:00
Ludovic Courtès
ab59155c5a
gnu: mtd-utils: Disable parallel tests.
This is a followup to 7a409a217c.

* gnu/packages/linux.scm (mtd-utils)[arguments]: Add #:parallel-tests?.
2022-08-01 00:02:04 +02:00
Ludovic Courtès
7d0ebc467f
services: rottlog: More convenient default options for <log-rotation>.
* gnu/services/admin.scm (%default-log-rotation-options): New variable.
(%default-rotations): Use it.
* gnu/services/cuirass.scm (cuirass-log-rotations): Likewise.
* doc/guix.texi (Log Rotation): Adjust accordingly.
2022-08-01 00:02:04 +02:00
Ludovic Courtès
61db74a687
home: Add 'home-generation-base'.
This reverts commit 670818a404,
thereby reinstating 5df8f7802e.

* gnu/home.scm (%profile-generation-rx): New variable.
(home-generation-base): New procedure.
2022-08-01 00:02:04 +02:00
Ludovic Courtès
a3a6931c75
gnu: rottlog: Remove input labels.
* gnu/packages/admin.scm (rottlog)[arguments]: In 'tweak-rc-weekly', use
'search-input-file' instead of 'assoc-ref'.
[inputs]: Remove labels.
2022-08-01 00:02:04 +02:00
Ludovic Courtès
e5a6900baf
services: rottlog: Keep important /var/log files for 16 weeks.
The default "rotate" value is 1 as of rottlog 0.72.2, meaning that only
one rotated file would be kept in addition to the active file.

* gnu/services/admin.scm (%default-rotations): Add "rotate" option for
%ROTATED-FILES.
2022-08-01 00:02:04 +02:00
Ludovic Courtès
bfe3fdbc75
services: tor: Do not write to /var/log/tor.log.
The service uses syslog and additionally shepherd 0.9 captures its
stdout/stderr, so there's no point in passing #:log-file.

* gnu/services/networking.scm (tor-shepherd-service): Remove #:log-file
argument to 'make-forkexec-constructor'.
(%tor-log-rotation): Remove.
(tor-service-type): Remove ROTTLOG-SERVICE-TYPE extension.
2022-08-01 00:02:03 +02:00
Nicolas Goaziou
7c1010f326
gnu: emacs-dtrt-indent: Update to 1.8.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.8.
2022-08-01 00:00:00 +02:00
Nicolas Goaziou
4d02b9c334
gnu: emacs-pabbrev: Update to 4.2.2.
* gnu/packages/emacs-xyz.scm (emacs-pabbrev): Update to 4.2.2.
[source]<origin>: Change file extension.
2022-07-31 23:58:19 +02:00
Nicolas Goaziou
0114c7b2df
gnu: emacs-org-jira: Update to 4.4.0.
* gnu/packages/emacs-xyz.scm (emacs-org-jira): Update to 4.4.0.
2022-07-31 23:56:19 +02:00
Nicolas Goaziou
218add33da
gnu: emacs-devdocs: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.5.
2022-07-31 23:54:40 +02:00
Nicolas Goaziou
48dae20007
gnu: emacs-tramp: Update to 2.5.3.1.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.3.1.
2022-07-31 23:53:43 +02:00
Nicolas Goaziou
638fb2da94
gnu: emacs-parsebib: Update to 4.2.
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.2.
2022-07-31 23:52:27 +02:00
Vivien Kraus
0565cde689
gnu: zlib: Support mingw cross-compilation.
* gnu/packages/compression.scm (zlib): Only run configure if not mingw.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-31 12:23:41 +02:00
Jonathan Brielmaier
d1c6b8db5a
gnu: icedove: Update to 91.12.0.
* gnu/packages/gnuzilla.scm (icedove): Update to 91.12.0.
2022-07-29 23:18:22 +02:00
Felix Gruber
69eb840945
gnu: oil: Update to 0.12.0.
* gnu/packages/shells.scm (oil): Update to 0.12.0.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
7a409a217c
gnu: mtd-utils: Update to 2.1.4.
* gnu/packages/linux.scm (mtd-utils): Update to 2.1.4.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
bd756d9c15
gnu: libostree: Update to 2022.5.
* gnu/packages/package-management.scm (libostree): Update to 2022.5.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
986df4ec0f
gnu: ncmpc: Update to 0.47.
* gnu/packages/mpd.scm (ncmpc): Update to 0.47.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
06261a445a
gnu: mpd: Update to 0.23.8.
* gnu/packages/mpd.scm (mpd): Update to 0.23.8.
2022-07-24 02:00:00 +02:00
Pierre Neidhardt
119ac132d7
gnu: sbcl-clss: Update to 20220728.
* gnu/packages/lisp-xyz.scm (sbcl-clss): Update to 20220728.
2022-07-29 08:44:34 +02:00
Tobias Geerinckx-Rice
42c99f282c
gnu: mtools: Update to 4.0.40.
* gnu/packages/mtools.scm (mtools): Update to 4.0.40.
2022-07-24 02:00:02 +02:00
Tobias Geerinckx-Rice
cbcda3965e
gnu: net-snmp: Update to 5.9.3.
* gnu/packages/networking.scm (net-snmp): Update to 5.9.3.
[source]: Don't explicitly return #t from the snippet.
[arguments]: Likewise for phases.
2022-07-24 02:00:02 +02:00
Tobias Geerinckx-Rice
2ac922a8ec
gnu: ipcalc: Update to 0.51.
* gnu/packages/networking.scm (ipcalc): Update to 0.51.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[inputs]: Remove tar, gzip, and the bogus ‘tarball’.
[arguments]: Adjust to build from Git.
[home-page]: Update.
2022-07-24 02:00:02 +02:00
Tobias Geerinckx-Rice
d3d506a0d1
gnu: nginx-documentation: Update to 1.23.1-2869-9383e934e546.
* gnu/packages/web.scm (nginx-documentation): Update to 1.23.1-2869-9383e934e546.
2022-07-24 02:00:02 +02:00
Tobias Geerinckx-Rice
361b1eaeec
gnu: nginx: Update to 1.23.1.
* gnu/packages/web.scm (nginx): Update to 1.23.1.
2022-07-24 02:00:02 +02:00
Tobias Geerinckx-Rice
b849d7194e
gnu: libsocketcan: Omit duplicate LICENSE file.
* gnu/packages/networking.scm (libsocketcan)[arguments]: Delete the default
'install-license-files phase.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
34680d5406
gnu: libsocketcan: Update to 0.0.12.
* gnu/packages/networking.scm (libsocketcan): Update to 0.0.12.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
0de6c3178b
gnu: nnn: Update to 4.6.
* gnu/packages/admin.scm (nnn): Update to 4.6.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
943a5b1ee7
gnu: lldpd: Use G-expressions.
* gnu/packages/networking.scm (lldpd)[arguments]:
Rewrite as G-expressions.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
090667a258
gnu: lldpd: Update to 1.0.14.
* gnu/packages/networking.scm (lldpd): Update to 1.0.14.
[source]: Don't explicitly return #t from the snippet.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
15d55744fd
gnu: pamixer: Update to 1.6.
* gnu/packages/pulseaudio.scm (pamixer): Update to 1.6.
[build-system]: Switch to Meson.
[arguments]: Remove field.
[native-inputs]: Add pkg-config.
[inputs]: Remove boost; add cxxopts.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
ca4d834c2f
gnu: paprefs: Update to 1.2.
* gnu/packages/pulseaudio.scm (paprefs): Update to 1.2.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
4aa2a62345
gnu: eid-mw: Remove input labels.
* gnu/packages/security-token.scm (eid-mw)[native-inputs]:
Remove input labels.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
607722a835
gnu: eid-mw: Update to 5.1.6.
* gnu/packages/security-token.scm (eid-mw): Update to 5.1.6.
[inputs]: Remove libbsd as promised.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
893f58adca
gnu: hugin: Remove input labels.
* gnu/packages/photo.scm (hugin)[native-inputs, inputs]:
Remove input labels.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
3a5e01aa7b
gnu: hugin: Update to 2021.0.0.
* gnu/packages/photo.scm (hugin): Update to 2021.0.0.
[arguments]: Don't explicitly return #t from phases.
2022-07-24 02:00:00 +02:00
e6bdd94c38
gnu: plink-ng: Fix building on other architectures.
* gnu/packages/bioinformatics.scm (plink-ng)[arguments]: Adjust
make-flags to add simde includes to CFLAGS.
[native-inputs]: Add simde.
2022-07-28 23:47:40 +03:00
99d1122f8b
gnu: plink-ng: Update to 2.00a3.3.
* gnu/packages/bioinformatics.scm (plink-ng): Update to 2.00a3.3.
2022-07-28 22:55:07 +03:00
Tobias Geerinckx-Rice
bdb2e262fc
gnu: libpano13: Update to 2.9.21.
* gnu/packages/photo.scm (libpano13): Update to 2.9.21.
[native-inputs]: Add perl.
2022-07-24 02:00:15 +02:00
Tobias Geerinckx-Rice
0bb061190e
gnu: console-setup: Use G-expressions.
* gnu/packages/xorg.scm (console-setup)[arguments]:
Rewrite as G-expressions.
2022-07-24 02:00:26 +02:00
Tobias Geerinckx-Rice
a2bd3758c1
gnu: console-setup: Clean up #:make-flags.
* gnu/packages/xorg.scm (console-setup)[arguments]: Properly
set #:make-flags once.  Use them across all phases.
2022-07-24 02:00:26 +02:00
Tobias Geerinckx-Rice
54c6e39188
gnu: console-setup: Fix cross-compilation.
* gnu/packages/xorg.scm (console-setup)[inputs]: Add bash-minimal and
coreutils.
[arguments]: Use them in place of the native ones where appropriate.
2022-07-24 02:00:13 +02:00
Tobias Geerinckx-Rice
532bdeff3e
gnu: console-setup: Update to 1.209.
* gnu/packages/xorg.scm (console-setup): Update to 1.209.
2022-07-24 02:00:25 +02:00
Tobias Geerinckx-Rice
f081f5691e
gnu: duc: Run tests.
* gnu/packages/disk.scm (duc)[arguments]: Replace the 'check phase to run tests.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
8fc748d054
gnu: duc: Update to 1.4.5.
* gnu/packages/disk.scm (duc): Update to 1.4.5.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
054c001d26
gnu: Add mce-inject.
* gnu/packages/linux.scm (mce-inject): New public variable.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
bad54d57db
gnu: nanodbc: Update to 2.14.0.
* gnu/packages/databases.scm (nanodbc): Update to 2.14.0.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
01467df791
gnu: pegtl: Update to 3.2.7.
* gnu/packages/cpp.scm (pegtl): Update to 3.2.7.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
ea0f76c0d5
gnu: libkeyfinder: Update to 2.2.7.
* gnu/packages/audio.scm (libkeyfinder): Update to 2.2.7.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
f1b727c263
gnu: btrbk: Use SEARCH-INPUT-FILES.
* gnu/packages/backup.scm (btrbk)[arguments]: Use SEARCH-INPUT-FILE to
construct the wrapper's PATH, rather than hard-coding package variables.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
c7a13d29a2
gnu: btrbk: Update to 0.32.2.
* gnu/packages/backup.scm (btrbk): Update to 0.32.2.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
e3ca4088d0
gnu: btrbk: Add findutils to PATH.
* gnu/packages/backup.scm (btrbk)[arguments]:
Add findutils to WRAP-PROGRAM's PATH list.
2022-07-24 02:00:00 +02:00
Antero Mejr
97285a431b
gnu: Add grimshot.
* gnu/packages/wm.scm (grimshot): New variable.

Reviewed-by: Maxime Devos <maximedevos@telenet.be>
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-27 20:37:19 +02:00
Liliana Marie Prikler
3b1bac3b97
gnu: Add cambalache.
* gnu/packages/gnome.scm (cambalache): New variable.
2022-07-27 18:50:15 +02:00
Antero Mejr
ecb91c993d
gnu: libphonenumber: Build reproducibly.
* gnu/packages/messaging.scm (libphonenumber): Add patch.
* gnu/packages/patches/libphonenumber-reproducible-build.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register patch.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-07-27 16:55:22 +02:00
Marius Bakke
d10effc13f
gnu: rust-glium: Add 0.31.0.
* gnu/packages/crates-io.scm (rust-glium-0.31): New variable.
(rust-glium-0.25): Inherit from it.
2022-07-27 16:13:39 +02:00
Marius Bakke
daf54d67e8
gnu: rust-cgmath: Add 0.18.0.
* gnu/packages/crates-graphics.scm (rust-cgmath-0.18): New variable.
(rust-cgmath-0.17): Inherit from it.
2022-07-27 16:13:38 +02:00
Marius Bakke
a11fc74a87
gnu: rust-glutin: Add 0.28.0.
* gnu/packages/crates-graphics.scm (rust-glutin-0.28): New variable.
(rust-glutin-0.26): Inherit from it.
2022-07-27 16:13:38 +02:00
Marius Bakke
68dbcbbbe6
gnu: rust-glutin-egl-sys: Update to 0.1.5.
* gnu/packages/crates-graphics.scm (rust-glutin-egl-sys-0.1): Update to 0.1.5.
2022-07-27 16:13:38 +02:00
Marius Bakke
36f4b7df99
gnu: rust-winit: Add 0.26.1.
* gnu/packages/crates-graphics.scm (rust-winit-0.26): New variable.
(rust-winit-0.24): Inherit from it.
2022-07-27 16:13:38 +02:00
Marius Bakke
86da387b65
gnu: rust-ndk-glue: Add 0.5.2.
* gnu/packages/crates-io.scm (rust-ndk-glue-0.5): New variable.
(rust-ndk-glue-0.2): Inherit from it.
2022-07-27 16:13:38 +02:00
Marius Bakke
591ae23cea
gnu: rust-ndk: Add 0.5.0.
* gnu/packages/crates-io.scm (rust-ndk-0.5): New variable.
(rust-ndk-0.2): Inherit from it.
2022-07-27 16:13:38 +02:00
Marius Bakke
94753408f3
gnu: rust-ndk-sys: Update to 0.2.2.
* gnu/packages/crates-io.scm (rust-ndk-sys-0.2): Update to 0.2.2.
2022-07-27 16:13:38 +02:00
Marius Bakke
596b9235c3
gnu: rust-android-logger: Add 0.10.1.
* gnu/packages/crates-io.scm (rust-android-logger-0.10): New variable.
(rust-android-logger-0.8): Inherit from it.
2022-07-27 16:13:38 +02:00
Marius Bakke
42a9a357c8
gnu: rust-android-log-sys: Add 0.2.0.
* gnu/packages/crates-io.scm (rust-android-log-sys-0.2): New variable.
(rust-android-log-sys-0.1): Inherit from it.
2022-07-27 16:13:38 +02:00
Marius Bakke
3219f25c27
gnu: Add rust-ndk-context.
* gnu/packages/crates-io.scm (rust-ndk-context-0.1): New variable.
2022-07-27 16:13:38 +02:00
Marius Bakke
3336406334
gnu: rust-ndk-macro: Add 0.3.0.
* gnu/packages/crates-io.scm (rust-ndk-macro-0.3): New variable.
(rust-ndk-macro-0.2): Inherit from it.
2022-07-27 16:13:38 +02:00
Marius Bakke
3113747e92
gnu: rust-smithay-client-toolkit: Add 0.15.4.
* gnu/packages/crates-graphics.scm (rust-smithay-client-toolkit-0.15): New
variable.
(rust-smithay-client-toolkit-0.12): Inherit from it.
2022-07-27 16:13:37 +02:00
Marius Bakke
2b2670399e
gnu: rust-wayland-cursor: Add 0.29.4.
* gnu/packages/crates-graphics.scm (rust-wayland-cursor-0.29): New variable.
(rust-wayland-cursor-0.28): Inherit from it.
2022-07-27 16:13:37 +02:00
Marius Bakke
4c980a2b9a
gnu: rust-wayland-egl: Add 0.29.4.
* gnu/packages/crates-graphics.scm (rust-wayland-egl-0.29): New variable.
(rust-wayland-egl-0.28): Inherit from it.
2022-07-27 16:13:37 +02:00
Marius Bakke
a9107f2703
gnu: rust-wayland-protocols: Add 0.29.4.
* gnu/packages/crates-graphics.scm (rust-wayland-protocols-0.29): New variable.
(rust-wayland-protocols-0.28): Inherit from it.
2022-07-27 16:13:37 +02:00
Marius Bakke
0470b4b474
gnu: rust-wayland-server: Add 0.29.4.
* gnu/packages/crates-graphics.scm (rust-wayland-server-0.29): New variable.
(rust-wayland-server-0.28): Inherit from it.
2022-07-27 16:13:37 +02:00
Marius Bakke
8764f1bffc
gnu: rust-wayland-client: Add 0.29.4.
* gnu/packages/crates-graphics.scm (rust-wayland-client-0.29): New variable.
(rust-wayland-client-0.28): Inherit from it.
2022-07-27 16:13:37 +02:00
Marius Bakke
31b08f77e7
gnu: rust-memoffset: Add cargo-inputs to inputs.
* gnu/packages/crates-io.scm (rust-memoffset-0.6)[inputs]: New field.
(rust-memoffset-0.5)[inputss]: Don't inherit.
2022-07-27 16:13:37 +02:00
Marius Bakke
cc97bb913b
gnu: rust-memoffset: Don't skip build.
* gnu/packages/crates-io.scm (rust-memoffset-0.6)[arguments]: Remove
 #:skip-build?.  Add RUST-DOC-COMMENT-0.3 to #:cargo-development-inputs.
2022-07-27 16:13:37 +02:00
Marius Bakke
c132e08881
gnu: rust-nix@0.22: Add dependent packages to inputs.
* gnu/packages/crates-io.scm (rust-nix-0.22)[inputs]: New field.
2022-07-27 16:13:37 +02:00
Marius Bakke
615234a1d1
gnu: rust-libloading: Don't skip build.
* gnu/packages/crates-io.scm (rust-libloading-0.7)[arguments]: Remove
 #:skip-build?.
2022-07-27 16:13:37 +02:00
Marius Bakke
1638f2c5c5
gnu: rust-libloading: Add cargo-inputs to inputs.
* gnu/packages/crates-io.scm (rust-libloading-0.7)[inputs]: New field.
2022-07-27 16:13:37 +02:00
Marius Bakke
90ff6c9a0b
gnu: rust-wayland-commons: Add 0.29.4.
* gnu/packages/crates-graphics.scm (rust-wayland-commons-0.29): New variable.
(rust-wayland-commons-0.28): Inherit from it.
2022-07-27 16:13:36 +02:00
Marius Bakke
b6242d29f4
gnu: rust-wayland-sys: Add 0.29.
* gnu/packages/crates-graphics.scm (rust-wayland-sys-0.29): New variable.
(rust-wayland-sys-0.28): Inherit from it.
2022-07-27 16:13:36 +02:00
Marius Bakke
8aef4c5071
gnu: rust-wayland-scanner: Add 0.29.4.
* gnu/packages/crates-graphics.scm (rust-wayland-scanner-0.29): New variable.
(rust-wayland-scanner-0.28): Inherit from it.
2022-07-27 16:13:36 +02:00
Marius Bakke
3f7cef4f95
gnu: rust-dlib: Add rust-libloading to inputs.
This is a follow-up to commit 28364584af.

* gnu/packages/crates-io.scm (rust-dlib-0.5)[inputs]: Add RUST-LIBLOADING-0.7.
2022-07-27 16:13:36 +02:00
Tobias Geerinckx-Rice
069d6a3f64
gnu: fstrm: Refer to HPND licence by name.
* gnu/packages/protobuf.scm (fstrm)[license]: Use license:hpnd directly.
2022-07-24 02:00:11 +02:00
Tobias Geerinckx-Rice
59d7976782
gnu: fstrm: Omit static library.
* gnu/packages/protobuf.scm (fstrm)[arguments]:
Add "--disable-static" to #:configure-flags.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
b167c54e51
gnu: fstrm: Update to 0.6.1.
* gnu/packages/protobuf.scm (fstrm): Update to 0.6.1.
[license]: Update too.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
6f3961ec00
gnu: bitcoin: Use language-agnostic home page.
* gnu/packages/finance.scm (beancount)[home-page]: Remove "/en".
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
c5320bdf06
gnu: beancount: Update home page.
* gnu/packages/finance.scm (beancount)[home-page]: Update.
2022-07-24 02:00:00 +02:00
Marius Bakke
25d59733a5
gnu: rust-raw-window-handle: Add 0.4.3.
* gnu/packages/crates-graphics.scm (rust-raw-window-handle-0.4): New variable.
(rust-raw-window-handle-0.3): Inherit from it.
2022-07-27 12:31:26 +02:00
Marius Bakke
551e9e9587
gnu: rust-calloop: Add 0.9.3.
* gnu/packages/crates-io.scm (rust-calloop-0.9): New variable.
(rust-calloop-0.6): Inherit from it.
2022-07-27 12:31:26 +02:00
Marius Bakke
2e217866cd
gnu: rust-num-enum: Add 0.5.7.
* gnu/packages/crates-io.scm (rust-num-enum-0.5): New variable.
(rust-num-enum-0.4): Inherit from it.
2022-07-27 12:31:26 +02:00
Marius Bakke
986fc17956
gnu: rust-num-enum-derive: Add 0.5.7.
* gnu/packages/crates-io.scm (rust-num-enum-derive-0.5): New variable.
(rust-num-enum-derive-0.4): Inherit from it.
2022-07-27 12:31:26 +02:00
Marius Bakke
c5837dfd81
gnu: rust-takeable-option: Add 0.5.0.
* gnu/packages/crates-io.scm (rust-takeable-option): Add 0.5.0.
(rust-takeable-option-0.4): Inherit from it.
2022-07-27 12:31:26 +02:00
Marius Bakke
6f7b463cbb
gnu: Add rust-yeslogic-fontconfig-sys.
* gnu/packages/crates-io.scm (rust-yeslogic-fontconfig-sys-3): New variable.
2022-07-27 12:31:26 +02:00
Marius Bakke
665fb3b188
gnu: Add rust-const-cstr.
* gnu/packages/crates-io.scm (rust-const-cstr-0.3): New variable.
2022-07-27 12:31:25 +02:00
Marius Bakke
28364584af
gnu: rust-dlib: Add 0.5.0.
* gnu/packages/crates-io.scm (rust-dlib-0.5): New variable.
(rust-dlib-0.4): Inherit from it.
2022-07-27 12:31:25 +02:00
Marius Bakke
65a0cb14cd
gnu: Add rust-test-generator.
* gnu/packages/crates-io.scm (rust-test-generator-0.3): New variable.
2022-07-27 12:31:25 +02:00
Marius Bakke
42eaddb1e1
gnu: rust-selectors: Add 0.23.0.
* gnu/packages/crates-io.scm (rust-selectors-0.23): New variable.
(rust-selectors-0.22): Inherit from it.
2022-07-27 12:31:25 +02:00
Marius Bakke
da5fdb9710
gnu: rust-rctree: Add 0.4.
* gnu/packages/crates-io.scm (rust-rctree-0.4): New variable.
(rust-rctree-0.3): Inherit from it.
2022-07-27 12:31:25 +02:00
Marius Bakke
5830332150
gnu: rust-nalgebra: Add 0.29.0.
* gnu/packages/crates-io.scm (rust-nalgebra-0.29): New variable.
(rust-nalgebra-0.26): Inherit from it.
2022-07-27 12:31:25 +02:00
Marius Bakke
4c7888f628
gnu: rust-simba: Add 0.6.0.
* gnu/packages/crates-io.scm (rust-simba-0.6): New variable.
(rust-simba-0.5, rust-simba-0.1): Inherit from it.
2022-07-27 12:31:25 +02:00
Marius Bakke
29787b45f0
gnu: rust-wide: Add 0.7.4.
* gnu/packages/crates-io.scm (rust-wide-0.7): New variable.
(rust-wide-0.6, rust-wide-0.4): Inherit from it.
2022-07-27 12:31:25 +02:00
Marius Bakke
0a7560ec6f
gnu: rust-safe-arch: Add 0.6.0.
* gnu/packages/crates-io.scm (rust-safe-arch-0.6): New variable.
(rust-safe-arch-0.5): Inherit from it.
2022-07-27 12:31:25 +02:00
Marius Bakke
74900a671a
gnu: rust-language-tags: Add 0.3.2.
* gnu/packages/crates-io.scm (rust-language-tags-0.3): New variable.
(rust-language-tags-0.2): Inherit from it.
2022-07-27 12:31:25 +02:00
Marius Bakke
37d28a662b
gnu: rust-serial-test: Add 0.6.0.
* gnu/packages/crates-io.scm (rust-serial-test-0.6): New variable.
(rust-serial-test-0.5): Inherit from it.
2022-07-27 12:31:25 +02:00
Marius Bakke
ead1112bb9
gnu: Add rust-fslock.
* gnu/packages/crates-io.scm (rust-fslock-0.2): New variable.
2022-07-27 12:31:24 +02:00
Marius Bakke
df17c1aeb0
gnu: rust-serial-test-derive: Add 0.6.0.
* gnu/packages/crates-io.scm (rust-serial-test-derive-0.6): New variable.
(rust-serial-test-derive-0.5): Inherit from it.
2022-07-27 12:31:24 +02:00
Marius Bakke
433cca4bc1
gnu: rust-cast: Add 0.3.
* gnu/packages/crates-io.scm (rust-cast-0.3): New variable.
(rust-cast-0.2): Inherit from it.
2022-07-27 12:31:24 +02:00
Marius Bakke
b9ad6cb413
gnu: Add rust-similar-asserts.
* gnu/packages/crates-io.scm (rust-similar-asserts-1): New variable.
2022-07-27 12:31:24 +02:00
Marius Bakke
6fd0b018c6
gnu: rust-version-compare: Add 0.1.
* gnu/packages/crates-io.scm (rust-version-compare-0.1): New variable.
(rust-version-compare-0.0.11): Inherit from it.
2022-07-27 12:31:24 +02:00
Tobias Geerinckx-Rice
ff44eff58b
gnu: osinfo-db: Update to 20220516.
* gnu/packages/virtualization.scm (osinfo-db): Update to 20220516.
2022-07-24 02:00:02 +02:00
Tobias Geerinckx-Rice
313a442f7b
gnu: get-iplayer: Update to 3.30.
* gnu/packages/video.scm (get-iplayer): Update to 3.30.
[arguments]: Don't explicitly return #t from phases.
2022-07-24 02:00:02 +02:00
Tobias Geerinckx-Rice
5f4cd5243c
gnu: libconfini: Omit static library.
* gnu/packages/cpp.scm (libconfini)[arguments]: Add "--disable-static"
to #:configure-flags.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
6efe29d2e7
gnu: libconfini: Update to 1.16.4.
* gnu/packages/cpp.scm (libconfini): Update to 1.16.4.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
15ac9ace9c
gnu: ndisc6: Update to 1.0.6.
* gnu/packages/networking.scm (ndisc6): Update to 1.0.6.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
8d1f308e1d
gnu: nbd: Update to 3.24.
* gnu/packages/networking.scm (nbd): Update to 3.24.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
9177a28169
gnu: podofo: Remove input labels.
* gnu/packages/pdf.scm (podofo)[inputs]:
Remove input labels.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
84be8bc1f4
gnu: podofo: Update to 0.9.8.
* gnu/packages/pdf.scm (podofo): Update to 0.9.8.
[arguments]: Don't explicitly return #t from phases.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
80108cac05
gnu: qtractor: Remove input labels.
* gnu/packages/music.scm (qtractor)[inputs]:
Remove input labels.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
85347b0f34
gnu: qtractor: Update to 0.9.27.
* gnu/packages/music.scm (qtractor): Update to 0.9.27.
[inputs]: Add qtsvg.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
6629265414
gnu: imgui: Update to 1.88.
* gnu/packages/toolkits.scm (imgui): Update to 1.88.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
171964da5b
gnu: es: Use URL-FETCH/TARBOMB.
* gnu/packages/shells.scm (es)[source]: Use URL-FETCH/TARBOMB to let us…
[arguments]: …delete the ad-hoc 're-enter-rootdir phase.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
3dab424a3d
gnu: es: Update to 0.9.2.
* gnu/packages/shells.scm (es): Update to 0.9.2.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
f8b7320ab2
gnu: freetalk: Modernise arguments' style.
* gnu/packages/messaging.scm (freetalk)[arguments]: Use a G-expression.
Use SEARCH-INPUT-FILE to find representative binaries instead of relying
on package names, and 'suffix rather than 'prefix their location to PATH.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
d62b180ffd
gnu: freetalk: Update to 4.2.
* gnu/packages/messaging.scm (freetalk): Update to 4.2.
[arguments]: Remove unneeded "CFLAGS=-fcommon" from #:configure-flags.
Don't explicitly return #t from phases.
[inputs]: Update guile-2.0 to guile-3.0.
2022-07-24 02:00:00 +02:00
Nicolas Graves
56e17f6493
gnu: Add rust-miniz-oxide-0.5.
* gnu/packages/crates-io.scm (rust-miniz-oxide-0.5): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-07-27 11:48:03 +02:00
Nicolas Graves
d851cecc14
gnu: Add rust-simd-adler32-0.3.
* gnu/packages/crates-io.scm (rust-simd-adler32-0.3): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-07-27 11:48:03 +02:00
Nicolas Graves
a058975229
gnu: Add rust-adler-1.
* gnu/packages/crates-io.scm
(rust-adler-1): New variable.
(rust-adler-0.2): Add development-inputs.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-07-27 11:48:03 +02:00
Nicolas Graves
540b74847d
gnu: rust-miniz-oxide: Do not skip build.
* gnu/packages/crates-io.scm
(rust-miniz-oxide-0.2): Keeping skip-build? #t.
(rust-miniz-oxide-0.3): Deleting skip-build? #t.
(rust-miniz-oxide-0.4): Deleting skip-build? #t.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-07-27 11:48:03 +02:00
Marius Bakke
9a1cd6e7e8
gnu: FFmpeg: Update to 5.1.
* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.
2022-07-27 11:48:03 +02:00
Marius Bakke
8007a835cd
gnu: modem-manager: Add 'upstream-name' property.
* gnu/packages/freedesktop.scm (modem-manager)[properties]: New field.
2022-07-27 11:48:03 +02:00
Maxim Cournoyer
e6480571a0
gnu: opendht: Really disable the problematic testListen test.
* gnu/packages/networking.scm (opendht)
[phases]{disable-problematic-tests}: Adjust regexp pattern.

Reported-by: Jack Hill <jackhill@jackhill.us>
2022-07-26 21:57:31 -04:00
Tobias Geerinckx-Rice
ac65e3029b
gnu: axc: Update to 0.3.7.
* gnu/packages/messaging.scm (axc): Update to 0.3.7.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
555d53d486
gnu: libmtp: Use G-expressions.
* gnu/packages/libusb.scm (libmtp)[arguments]:
Rewrite as G-expressions.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
237a7f6bbc
gnu: libmtp: Update to 1.1.20.
* gnu/packages/libusb.scm (libmtp): Update to 1.1.20.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
47248f526f
gnu: gnome-commander: Update to 1.14.3.
* gnu/packages/gnome.scm (gnome-commander): Update to 1.14.3.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
a7068d3e97
gnu: qdirstat: Update to 1.8.1.
* gnu/packages/disk.scm (qdirstat): Update to 1.8.1.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
588e63ee94
gnu: linux-libre@5.10: Update to 5.10.133.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.133.
(linux-libre-5.10-pristine-source): Update hash.
2022-07-24 02:00:00 +02:00
Mark H Weaver
57ee9b069d
gnu: icecat: Update to 91.12.0-guix0-preview1 [security fixes].
Includes fixes for CVE-2022-36318 and CVE-2022-36319.

* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2022-07-26 14:35:22 -04:00
80961ca44c
gnu: poke: Update to 2.4.
* gnu/packages/engineering.scm (poke): Update to 2.4.
2022-07-26 21:07:41 +03:00
ecc9886180
gnu: datamash: Update to 1.8.
* gnu/packages/datamash.scm (datamash): Update to 1.8.
2022-07-26 20:48:58 +03:00
ce480594aa
gnu: gnuastro: Update to 0.18.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.18.
2022-07-26 20:48:28 +03:00
Tobias Geerinckx-Rice
eafdd4f2c4
gnu: linux-libre@5.4: Update to 5.4.207.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.207.
(linux-libre-5.4-pristine-source): Update hash.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
3487aa4f24
gnu: linux-libre@5.15: Update to 5.15.57.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.57.
(linux-libre-5.15-pristine-source): Update hash.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
4d1ce332f4
gnu: linux-libre@4.14: Update to 4.14.289.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.289.
(linux-libre-4.14-pristine-source): Update hash.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
827dca8510
gnu: linux-libre@4.19: Update to 4.19.253.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.253.
(linux-libre-4.19-pristine-source): Update hash.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
ef567e0fe5
gnu: linux-libre@4.9: Update to 4.9.324.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.324.
(linux-libre-4.9-pristine-source): Update hash.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
65a3872253
gnu: linux-libre@5.10: Update to 5.10.132.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.132.
(linux-libre-5.10-pristine-source): Update hash.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
76d34d1e08
gnu: linux-libre@5.18: Update to 5.18.14.
* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.14.
(linux-libre-5.18-pristine-source): Update hash.
2022-07-24 02:00:00 +02:00
Arun Isaac
08e64ee6a9
gnu: openconnect: Update to 9.01.
* gnu/packages/vpn.scm (openconnect): Update to 9.01.
2022-07-26 18:33:08 +05:30
Arun Isaac
6737510912
gnu: openfortivpn: Update to 1.17.3.
* gnu/packages/vpn.scm (openfortivpn): Update to 1.17.3.
2022-07-26 17:32:32 +05:30
Arun Isaac
dbcd787656
gnu: phockup: Update to 1.9.0.
* gnu/packages/image.scm (phockup): Update to 1.9.0.
2022-07-26 00:46:25 +05:30
Arun Isaac
14dbb549f8
gnu: phockup: Add bash-minimal to inputs.
* gnu/packages/image.scm (phockup)[inputs]: Add bash-minimal.
2022-07-26 00:45:17 +05:30
Arun Isaac
f55e83fa3d
gnu: phockup: Make exiftool substitution more specific.
* gnu/packages/image.scm (phockup)[arguments]: Make exiftool substitution in
configure phase more specific.
2022-07-26 00:43:31 +05:30
Maxim Cournoyer
e78bb31aa1
gnu: emacs-robot-log: Update to 0.1.4.
* gnu/packages/emacs-xyz.scm (emacs-robot-log): Update to 0.1.4.
2022-07-25 10:05:53 -04:00
Tobias Geerinckx-Rice
212ca81895
gnu: python-fontpens: Remove failing docstring assertion.
* gnu/packages/fontutils.scm (python-fontpens)[arguments]:
Add a new 'drop-flaky-docstring phase.
2022-07-24 02:00:00 +02:00
a2011d73bc
gnu: dbxfs: Update to 1.0.63.
* gnu/packages/file-systems.scm (dbxfs): Update to 1.0.63.
* gnu/packages/patches/dbxfs-remove-sentry-sdk.patch: Update patch.
2022-07-24 15:27:05 +03:00
0e57c02ce5
gnu: python-dropbox: Update to 11.33.0.
* gnu/packages/file-systems.scm (python-dropbox): Update to 11.33.0.
2022-07-24 15:27:05 +03:00
0248d5fe15
gnu: python-userspacefs: Update to 2.0.5.
* gnu/packages/python-xyz.scm (python-userspacefs): Update to 2.0.5.
2022-07-24 15:27:04 +03:00
Pierre Neidhardt
5bc131ca7a
gnu: Add ndebug.
* gnu/packages/lisp-xyz.scm (cl-ndebug, ecl-ndebug, sbcl-ndebug): New variables.
2022-07-24 11:32:29 +02:00
Pierre Neidhardt
c5a80784e2
gnu: Add ospm.
* gnu/packages/lisp-xyz.scm (cl-ospm, ecl-ospm, sbcl-ospm): New variables.
2022-07-24 08:59:30 +02:00
Marius Bakke
7aab4eddd0
gnu: PHP: Fix test failure with newer cURL.
* gnu/packages/patches/php-curl-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/php.scm (php)[source](patches): Add it.
2022-07-23 18:37:57 +02:00
Marius Bakke
8f2be58833
gnu: PHP: Update to 7.4.30.
* gnu/packages/php.scm (php): Update to 7.4.30.
[source](patches): Remove obsolete patch.
* gnu/packages/patches/php-openssl_x509_checkpurpose_basic.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-07-23 18:37:57 +02:00
Marius Bakke
3d446d85ce
gnu: perl-catalystx-script-server-starman: Add missing input.
* gnu/packages/web.scm (perl-catalystx-script-server-starman)[native-inputs]:
Add PERL-POD-PARSER.
2022-07-23 18:37:57 +02:00
Marius Bakke
c948b935e1
gnu: perl-cpanel-json-xs: Update to 4.30.
* gnu/packages/perl.scm (perl-cpanel-json-xs): Update to 4.30.
2022-07-23 18:37:57 +02:00
Tobias Geerinckx-Rice
670818a404
Revert "home: Add 'home-generation-base'."
This reverts commit 5df8f7802e.
This commit or the next one appears to have broken ‘guix pull’.
2022-07-17 02:00:00 +02:00
Greg Hogan
32a0036343
gnu: iotop: Update to 1.22.
* gnu/packages/linux.scm (iotop): Update to 1.22.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:57 +02:00
Greg Hogan
50d2556149
gnu: git: Update to 2.37.1.
* gnu/packages/version-control.scm (git): Update to 2.37.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:57 +02:00
r0man
666f12f125
gnu: clojure-instaparse: Update to 1.4.12.
This patch updates clojure-instaparse to 1.4.12. Due to the following AOT
related error I disabled AOT compilation for this package.

```
starting phase `build'
Execution error (IllegalArgumentException) at instaparse.auto-flatten-seq/fn$G (auto_flatten_seq.cljc:7).
No implementation of method: :conj-flat of protocol: #'instaparse.auto-flatten-seq/ConjFlat found for class: instaparse.auto_flatten_seq.AutoFlattenSeq
```

This seems to be a known issue with AOT compilation. The issue has been
discussed [1] and seems to be still an open issue.

[1] https://github.com/Engelberg/instaparse/issues/85

* gnu/packages/clojure.scm (clojure-instaparse): Update to 1.4.12.
[arguments]: Add 'fix-import' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:57 +02:00
r0man
f65270c799
gnu: clojure-core-match: Update to 1.0.0.
* gnu/packages/clojure.scm (clojure-core-match): Update to 1.0.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:57 +02:00
r0man
884c87a100
gnu: clojure-algo-generic: Fix test failing under AOT in Clojure 1.11.1.
* gnu/packages/clojure.scm (clojure-algo-generic)[arguments]: Add
'fix-import' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:57 +02:00
r0man
af7dd52136
gnu: clojure: Update to 1.11.1.
This patch updates Clojure to 1.11.1. It also adds the 'reset-class-timestamps
phase to the Clojure build system.

This phase makes sure the timestamp of compiled class files is set to a later
point in time than the timestamp of the corresponding Clojure source files. If
the timestamps of the class and source files are the same, the Clojure
compiler will compile the sources again which can lead to issues. This problem
has been discussed here [1]. The suggested solution was to keep/adjust the
timestamps of the class files.

[1] https://www.mail-archive.com/clojure@googlegroups.com/msg99928.html

* gnu/packages/clojure.scm (clojure): Update to 1.11.1 and update all of
LIBRARIES accordingly.
[arguments]: In 'unpack-library-sources' phase, copy from
"core-specs-alpha-src" and "spec-alpha-src" as well.  Add
phases 'closure-spec-skip-macros', 'clojure-spec-compile',
'maven-classpath-properties', and 'reset-class-timestamps'.
* guix/build/clojure-build-system.scm (regular-jar-file?)
(reset-class-timestamps): New procedures.
(%standard-phases): Add 'reset-class-timestamps' phase.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:56 +02:00
r0man
9599122c4f
gnu: clojure-tools: Update to 1.11.1.1149.
* gnu/packages/clojure.scm (clojure-tools): Update to 1.11.1.1149.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:56 +02:00
r0man
1eb357fdac
gnu: clojure-tools-deps-alpha: Update to 0.14.1212.
* gnu/packages/clojure.scm (clojure-tools-deps-alpha): Update to 0.14.1212.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:56 +02:00
r0man
b20af3b5c3
gnu: clojure-tools-gitlibs: Update to 2.4.181.
* gnu/packages/clojure.scm (clojure-tools-gitlibs): Update to 2.4.181.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:56 +02:00
r0man
b11fc326fa
gnu: clojure-tools-cli: Update to 1.0.206.
* gnu/packages/clojure.scm (clojure-tools-cli): Update to 1.0.206.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:56 +02:00
vicvbcun
a0f39b7d79
gnu: eigen: Update to 3.4.0.
* gnu/packages/algebra.scm (eigen): Update to 3.4.0.
* gnu/packages/patches/eigen-fix-strict-aliasing-bug.patch: New file.
* gnu/packages/patches/eigen-remove-openmp-error-counting.patch,
gnu/packages/patches/eigen-stabilise-sparseqr-test.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Update accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:56 +02:00
Ludovic Courtès
5df8f7802e
home: Add 'home-generation-base'.
* gnu/home.scm (%profile-generation-rx): New variable.
(home-generation-base): New procedure.
2022-07-23 00:39:55 +02:00
Tobias Geerinckx-Rice
cd3c4ad8fc
gnu: bind: Update to 9.16.31.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.31.
2022-07-17 02:00:14 +02:00
Tobias Geerinckx-Rice
2dc229a30e
gnu: gsm: Update to 1.0.20.
* gnu/packages/audio.scm (gsm): Update to 1.0.20.
[arguments]: Don't explicitly return #t from phases.
2022-07-17 02:00:14 +02:00
Tobias Geerinckx-Rice
64466063ec
gnu: Add xvkbd.
* gnu/packages/xdisorg.scm (xvkbd): New public variable.
2022-07-17 02:00:14 +02:00
Maxim Cournoyer
3f171587bc
ffmpeg-jami: Re-enable matroska muxer.
Disabled by mistake in 1ed66d1461.

* gnu/packages/jami.scm (%ffmpeg-default-configure-flags): Un-comment
'--enable-muxer=matroska'.
2022-07-21 10:12:15 -04:00
Maxim Cournoyer
4406e0e9e2
gnu: asio: Update to 1.22.2.
* gnu/packages/networking.scm (asio): Update to 1.22.2.
2022-07-21 10:12:05 -04:00
Maxim Cournoyer
6d2eb9ebf9
gnu: opendht: Enable tests.
* gnu/packages/networking.scm (opendht)
[phases]{disable-problematic-tests}: New phase.
{check}: New phase override.
[propagated-inputs]: Re-indent comments.
2022-07-21 10:11:30 -04:00
Maxim Cournoyer
9dcde6147e
gnu: opendht: Update to 2.4.9.
* gnu/packages/networking.scm (opendht): Update to 2.4.9.
2022-07-21 10:11:25 -04:00
Maxim Cournoyer
cdb5b560af
gnu: qpwgraph: Update to 0.3.4.
* gnu/packages/audio.scm (qpwgraph): Update to 0.3.4.
2022-07-21 10:11:00 -04:00
Ricardo Wurmus
a2e57f6017
gnu: gwl: Update to 0.5.0.
* gnu/packages/package-management.scm (gwl): Update to 0.5.0.
[arguments]: Disable integration tests.
2022-07-21 12:49:46 +02:00
Taiju HIGASHI
85bb38fd96
gnu: guile-hall: Update to 0.4.1.
* gnu/packages/guile-xyz.scm (guile-hall): Update to 0.4.1.
2022-07-21 12:47:36 +02:00
Taiju HIGASHI
15adec6f0a
gnu: guile-config: Update to 0.5.1.
* gnu/packages/guile-xyz.scm (guile-config): Update to 0.5.1.
2022-07-21 12:47:36 +02:00
Marius Bakke
36f55a9328
gnu: ungoogled-chromium: Update to 103.0.5060.134-1.
* gnu/packages/chromium.scm (%chromium-version): Set to 103.0.5060.134.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2022-07-20 17:18:18 +02:00
Nicolas Graves
cda3de3b7d
gnu: modifying make-chromium-extension to rely on node-crx3.
* gnu/build/chromium-extension.scm (make-crx): Lift Xorg and Chromium
dependencies, rely on node-crx3 instead.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-07-20 16:50:08 +02:00
Nicolas Graves
1b323c58c8
gnu: Add node-crx3.
* gnu/packages/node-xyz.scm (node-crx3): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-07-20 16:50:08 +02:00
Nicolas Graves
cf8319d17d
gnu: Add node-minimist.
* gnu/packages/node-xyz.scm (node-minimist): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-07-20 16:50:08 +02:00
Nicolas Graves
c41ac67cfd
gnu: Add node-pbf.
* gnu/packages/node-xyz.scm (node-pbf): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-07-20 16:50:08 +02:00
Nicolas Graves
9b8567e293
gnu: Add node-ieee754.
* gnu/packages/node-xyz.scm (node-ieee754): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-07-20 16:50:08 +02:00
Nicolas Graves
9ae6dd7aa5
gnu: Add node-resolve-protobuf-schema.
* gnu/packages/node-xyz.scm (node-resolve-protobuf-schema): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-07-20 16:50:08 +02:00
Nicolas Graves
13e50d75e8
gnu: Add node-protocol-buffers-schema.
* gnu/packages/node-xyz.scm (node-protocol-buffers-schema): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-07-20 16:50:08 +02:00
Nicolas Graves
2b7fc10185
gnu: Add node-yazl.
* gnu/packages/node-xyz.scm (node-yazl): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-07-20 16:50:08 +02:00
Nicolas Graves
a61d5df8c3
gnu: Add node-buffer-crc32.
* gnu/packages/node-xyz.scm (node-buffer-crc32): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-07-20 16:50:08 +02:00