me
/
guix
Archived
1
0
Fork 0
Commit Graph

89069 Commits (245ddc255a51c576ddad8fab6222cde1c3da21ab)

Author SHA1 Message Date
Marius Bakke 003128f2f3
gnu: gawk: Update to 5.1.1.
* gnu/packages/gawk.scm (gawk): Update to 5.1.1.
[arguments]: Enable previously failing test.
2022-06-26 22:58:33 +02:00
Marius Bakke 40f96ea667
gnu: binutils: Update to 2.38.
If this commit gives a deja vu, you are not dreaming; see commit
3e3a37b2bc.

* gnu/packages/base.scm (binutils): Update to 2.38.
[source](patches): Remove obsolete.
[arguments]: Add #:make-flags.
[properties]: New field.
(binutils+documentation): New variable.
(binutils-gold): Inherit from BINUTILS+DOCUMENTATION.
* gnu/packages/make-bootstrap.scm (%binutils-static)[arguments]: Inherit
 #:make-flags.
* gnu/packages/patches/binutils-2.37-file-descriptor-leak.patch,
gnu/packages/patches/binutils-CVE-2021-45078.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 22:58:33 +02:00
Marius Bakke 6c80f4949f
gnu: isl: Update to 0.24.
* gnu/packages/gcc.scm (isl): Update to 0.24.
[source](uri): Use new .xz tarball.
2022-06-26 22:58:33 +02:00
Marius Bakke d163943b23
gnu: Remove guile@3.0.7.
* gnu/packages/guile.scm (guile-3.0): Merge with ...
(guile-3.0-latest): ... this variable, which is now an alias.
2022-06-26 22:58:32 +02:00
Marius Bakke 1ae2a47a01
gnu: m4: Fix cross-compilation.
* gnu/packages/m4.scm (m4)[arguments]: Look up /bin/sh in NATIVE-INPUTS if
applicable.
2022-06-26 22:58:32 +02:00
Marius Bakke b36c41ee54
gnu: gcc-objc, gcc-objc++: Declare variants for GCC 11 and GCC 12.
* gnu/packages/gcc.scm (gcc-objc-11, gcc-objc-12, gcc-objc++-11,
gcc-objc++-12): New variables.
2022-06-26 22:22:34 +02:00
Christopher Rodriguez a21583de54
gnu: Add orca-music.
* gnu/packages/music.scm (orca-music): New variable.
2022-06-26 15:38:46 -04:00
Christine Lemmer-Webber ccdc0cf252
gnu: Add guile-goblins.
* gnu/packages/guile-xyz.scm (guile-goblins): New variable.
2022-06-26 15:24:58 -04:00
Stephen Paul Weber 13403b8022
gnu: Add ruby-bandwidth-iris.
* gnu/packages/ruby.scm (ruby-bandwidth-iris): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-26 13:43:32 -04:00
Stephen Paul Weber 99d8c41bde
gnu: Add ruby-faraday-middleware.
* gnu/packages/ruby.scm (ruby-faraday-middleware): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-26 13:43:31 -04:00
Stephen Paul Weber a105975119
gnu: Add ruby-nori.
* gnu/packages/ruby.scm (ruby-nori): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-26 13:43:31 -04:00
Stephen Paul Weber 4009c98e5a
gnu: Add ruby-roda.
* gnu/packages/ruby.scm (ruby-roda): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-26 13:43:31 -04:00
Brian Cully cbf02f10d7
gnu: zfs: Update to 2.1.5.
* gnu/packages/file-systems.scm (zfs): Update to 2.1.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-06-26 19:11:34 +03:00
Brian Cully 9d9f0b9639
gnu: lxd: Update to 4.24.
* gnu/packages/virtualization.scm (lxd): Update to 4.24.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-06-26 19:11:17 +03:00
Sughosha b7a091cf7f
gnu: Add gnome-shell-extension-transparent-window.
* gnu/packages/gnome-xyz.scm
(gnome-shell-extension-transparent-window): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-06-26 16:56:20 +02:00
Sughosha 33536ff438
gnu: Add gnome-shell-extension-sound-output-device-chooser.
* gnu/packages/gnome-xyz.scm
(gnome-shell-extension-sound-output-device-chooser): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-06-26 16:56:19 +02:00
Sughosha fa60d0eaa4
gnu: Add gnome-shell-extension-radio.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-radio): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-06-26 16:56:19 +02:00
Efraim Flashner 1814521264
gnu: openssl-3.0: Update to 3.0.4.
* gnu/packages/tls.scm (openssl-3.0): Update to 3.0.4.
2022-06-26 15:09:00 +03:00
Efraim Flashner daa83c69f6
gnu: ldc: Work towards building on aarch64-linux.
* gnu/packages/dlang.scm (ldc)[arguments]: Adjust configure-flags to not
dynamically compile. Adjust custom 'fix-compiler-rt-library-discovery
phase to add a case for aarch64. Adjust custom'disable-problematic-tests
phase to remove some tests for aarch64-linux.
2022-06-26 14:42:59 +03:00
Efraim Flashner 25e5daf1b1
gnu: ldc: Update skipped tests on i686-linux.
* gnu/packages/dlang.scm (ldc)[arguments]: Adjust custom
'disable-problematic-tests phase to skip fewer tests.
2022-06-26 14:42:58 +03:00
Efraim Flashner e1a669b6d2
gnu: Remove unneeded ldc bootstrap packages.
* gnu/packages/dlang.scm (ldc-bootstrap-0.17, ldc-bootstrap-1.12,
ldc-bootstrap-1.24): Remove packages.
(ldc-bootstrap-1.27): Rename to ldc-bootstrap. Absorb inherited package
adjustments.
(ldc): Adjust to ldc-bootstrap-1.27 renaming.
2022-06-26 14:42:58 +03:00
Esther Flashner 51b2835fd4
gnu: ldc-bootstrap-1.27: Build with gdmd.
* gnu/packages/dlang.scm (ldc-bootstrap-1.27)[native-inputs]: Replace
ldc-bootstrap-1.24 with gdmd.
[supported-systems]: Mark all systems supported.

Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
2022-06-26 14:42:58 +03:00
Esther Flashner 93901d4066
gnu: Add gdmd.
* gnu/packages/dlang.scm (gdmd): New variable.

Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
2022-06-26 14:42:58 +03:00
Efraim Flashner 181fdbe319
Revert "gnu: ldc-bootstrap-0.17: Add support for aarch64-linux."
This reverts commit 4f6ed3d2f8.

While this does allow building ldc on aarch64, it isn't actually
helpful.
2022-06-26 14:42:58 +03:00
Raghav Gururajan 08a2a72a12
gnu: gajim-openpgp: Update to 1.4.8.
* gnu/packages/messaging.scm (gajim-openpgp)[version]: Update to 1.4.8.
2022-06-26 07:08:46 -04:00
Raghav Gururajan 67884ed5e2
gnu: gajim-omemo: Update to 2.8.13.
* gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.8.13.
2022-06-26 07:08:45 -04:00
Raghav Gururajan d89e75ee85
gnu: gajim: Update to 1.4.5.
* gnu/packages/messaging.scm (gajim)[version]: Update to 1.4.5.
[phases](disable-failing-tests): Remove phase.
(wrap-env): Modify phase.
[inputs]: Add gtksourceview and python-gssapi.
2022-06-26 07:08:45 -04:00
Raghav Gururajan 59363483f4
gnu: python-nbxmpp: Update to 3.1.0.
* gnu/packages/messaging.scm (python-nbxmpp)[version]: Update to 3.1.0.
2022-06-26 07:08:45 -04:00
Marius Bakke 03e13c8981
gnu: ninja: Remove input label.
* gnu/packages/ninja.scm (ninja)[inputs]: Remove label.
2022-06-26 12:06:32 +02:00
Marius Bakke 95d08e3738
gnu: ninja: Update to 1.11.0.
* gnu/packages/ninja.scm (ninja): Update to 1.11.0.
2022-06-26 12:06:32 +02:00
Marius Bakke 9631bd6d30
gnu: pciutils: Update to 3.8.0.
* gnu/packages/pciutils.scm (pciutils): Update to 3.8.0.
[source](patches): Remove.
[arguments]: Don't apply patch.  Add CC in #:make-flags.
2022-06-26 12:06:32 +02:00
Marius Bakke 24f57dadc7
gnu: hwdata: Update to 0.360.
* gnu/packages/pciutils.scm (hwdata): Update to 0.360.
2022-06-26 12:06:31 +02:00
Marius Bakke 06c822b5a7
gnu: libjpeg-turbo: Update to 2.1.3.
* gnu/packages/image.scm (libjpeg-turbo): Update to 2.1.3.
2022-06-26 12:06:31 +02:00
Marius Bakke ff279238da
gnu: rhash: Update to 1.4.3.
* gnu/packages/crypto.scm (rhash): Update to 1.4.3.
2022-06-26 12:06:31 +02:00
Marius Bakke 9a94370c21
gnu: libssh2: Omit static library.
* gnu/packages/ssh.scm (libssh2)[arguments]: Add "--disable-static" in
 #:configure-flags.
2022-06-26 12:06:31 +02:00
Marius Bakke 09a3f7c6fc
gnu: libssh2: Update to 1.10.0.
* gnu/packages/ssh.scm (libssh2): Update to 1.10.0.
[source](patches): Remove.
* gnu/packages/patches/libssh2-CVE-2019-17498.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 12:06:31 +02:00
Marius Bakke ca934bb410
gnu: jsoncpp: Update to 1.9.5.
* gnu/packages/serialization.scm (jsoncpp): Update to 1.9.5.
[source](patches): Remove.
* gnu/packages/patches/jsoncpp-pkg-config-version.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 12:06:31 +02:00
Marius Bakke 1d221b7fea
gnu: libarchive: Use G-expressions.
* gnu/packages/backup.scm (libarchive)[arguments]: Convert to gexps.
2022-06-26 12:06:31 +02:00
Marius Bakke 2ff1a14bda
gnu: libarchive: Update to 3.6.1.
* gnu/packages/backup.scm (libarchive): Update to 3.6.1.
[arguments]: Enable one test.
2022-06-26 12:06:31 +02:00
Marius Bakke a00a3eb1cf
gnu: procps: Use G-expressions.
* gnu/packages/linux.scm (procps)[arguments]: Convert to gexp.
2022-06-26 12:06:31 +02:00
Marius Bakke 28ae4f7e1a
gnu: procps: Update to 4.0.0.
* gnu/packages/linux.scm (procps): Update to 4.0.0.
2022-06-26 12:06:31 +02:00
Marius Bakke 0b65cb03b3
gnu: dejagnu: Update to 1.6.3.
* gnu/packages/dejagnu.scm (dejagnu): Update to 1.6.3.
2022-06-26 12:06:31 +02:00
Marius Bakke 87c8b40871
gnu: nghttp2: Use G-expressions.
* gnu/packages/web.scm (nghttp2)[arguments]: Convert to gexp.
2022-06-26 12:06:31 +02:00
Marius Bakke 3ab568573e
gnu: nghttp2: Remove input labels.
* gnu/packages/web.scm (nghttp2)[inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-DIRECTORY.
2022-06-26 12:06:30 +02:00
Marius Bakke 1d3aedf18c
gnu: nghttp2: Update to 1.48.0.
* gnu/packages/web.scm (nghttp2): Update to 1.48.0.
2022-06-26 12:06:30 +02:00
Marius Bakke b148826f17
gnu: mit-krb5: Remove label usage.
* gnu/packages/kerberos.scm (mit-krb5)[arguments]: Use SEARCH-INPUT-FILE.
2022-06-26 12:06:30 +02:00
Marius Bakke a7117736e0
gnu: mit-krb5: Update to 1.20.
* gnu/packages/kerberos.scm (mit-krb5): Update to 1.20.
2022-06-26 12:06:30 +02:00
Marius Bakke 17527c12e0
gnu: Remove jemalloc@4.5.0.
* gnu/packages/jemalloc.scm (jemalloc-4.5.0): Merge with ...
(jemalloc): ... this variable.
[arguments]: Convert to gexp and remove obsolete "--disable-thp" flag.
[inputs]: Add PERL.
2022-06-26 12:06:30 +02:00
Marius Bakke 7bd24f5bd1
gnu: jemalloc: Update to 5.3.0.
* gnu/packages/jemalloc.scm (jemalloc): Update to 5.3.0.
2022-06-26 12:06:30 +02:00
Marius Bakke 7a0e57a812
gnu: c-ares: Update to 1.18.1.
* gnu/packages/adns.scm (c-ares): Update to 1.18.1.
2022-06-26 12:06:30 +02:00
Marius Bakke 9431936694
gnu: libfaketime: Update to 0.9.10.
* gnu/packages/check.scm (libfaketime): Update to 0.9.10.
2022-06-26 12:06:30 +02:00
Marius Bakke 577e2d8c38
gnu: libtasn1: Update to 4.18.0.
* gnu/packages/tls.scm (libtasn1): Update to 4.18.0.
2022-06-26 12:06:30 +02:00
Marius Bakke 6bb3ef1309
gnu: libuv: Update to 1.44.1.
* gnu/packages/libevent.scm (libuv): Update to 1.44.1.
2022-06-26 12:06:30 +02:00
Marius Bakke 1e2b82b932
gnu: libevent: Remove input label.
* gnu/packages/libevent.scm (libevent)[inputs]: Remove label.
2022-06-26 12:06:30 +02:00
Marius Bakke 2915b2f2ec
gnu: iproute2: Remove input labels.
* gnu/packages/linux.scm (iproute)[inputs]: Remove labels.
2022-06-26 12:06:30 +02:00
Marius Bakke 8d2c06834a
gnu: libnftnl/fixed: Update to 1.2.2.
* gnu/packages/linux.scm (libnftnl/fixed): Update to 1.2.2.
2022-06-26 12:06:29 +02:00
Marius Bakke f84eafbf06
gnu: iptables: Update to 1.8.8.
* gnu/packages/linux.scm (iptables): Update to 1.8.8.
2022-06-26 12:06:29 +02:00
Marius Bakke 9096213d75
gnu: iptables: Add release-monitoring-url.
* gnu/packages/linux.scm (iptables)[properties]: New field.
2022-06-26 12:06:29 +02:00
Marius Bakke 0dfa1819d7
gnu: libmnl: Update to 1.0.5.
* gnu/packages/linux.scm (libmnl): Update to 1.0.5.
2022-06-26 12:06:29 +02:00
Marius Bakke 8de0bb0a96
gnu: libmnl: Add release-monitoring-url.
* gnu/packages/linux.scm (libmnl)[properties]: New field.
2022-06-26 12:06:29 +02:00
Marius Bakke a4855d6bfa
gnu: libidn: Update to 1.41.
* gnu/packages/libidn.scm (libidn): Update to 1.41.
2022-06-26 12:06:29 +02:00
Marius Bakke 4df1d80209
gnu: libxcursor: Update to 1.2.1.
* gnu/packages/xorg.scm (libxcursor): Update to 1.2.1.
[source](uri): Use ".xz" tarball.
2022-06-26 12:06:29 +02:00
Marius Bakke 630c22e282
gnu: libxvmc: Update to 1.0.13.
* gnu/packages/xorg.scm (libxvmc): Update to 1.0.13.
[source](uri): Use .xz tarball.
2022-06-26 12:06:29 +02:00
Marius Bakke b14c166bae
gnu: xorgproto: Update to 2022.1.
* gnu/packages/xorg.scm (xorgproto): Update to 2022.1.
[source](uri): Use mirror://xorg.
2022-06-26 12:06:29 +02:00
Marius Bakke dc05eeced6
gnu: libx11: Update to 1.8.1.
* gnu/packages/xorg.scm (libx11): Update to 1.8.1.
2022-06-26 12:06:29 +02:00
Marius Bakke d58310ee38
gnu: libxcb: Remove input labels.
* gnu/packages/xorg.scm (libxcb)[native-inputs]: Remove labels.
2022-06-26 12:06:29 +02:00
Marius Bakke be531e2532
gnu: libxcb: Update to 1.15.
* gnu/packages/xorg.scm (libxcb): Update to 1.15.
2022-06-26 12:06:29 +02:00
Marius Bakke 984bc9edac
gnu: xcb-proto: Remove input labels.
* gnu/packages/xorg.scm (xcb-proto)[native-inputs]: Remove labels.
2022-06-26 12:06:29 +02:00
Marius Bakke c1d8a6242e
gnu: xcb-proto: Update to 1.15.2.
* gnu/packages/xorg.scm (xcb-proto): Update to 1.15.2.
[source](modules, snippet): Remove.
2022-06-26 12:06:28 +02:00
Marius Bakke 42bc54edc7
gnu: libXft: Remove input labels.
* gnu/packages/xorg.scm (libxft)[propagated-inputs]: Remove labels.
2022-06-26 12:06:28 +02:00
Marius Bakke 5ddbfa90a7
gnu: libXft: Update to 2.3.4.
* gnu/packages/xorg.scm (libxft): Update to 2.3.4.
2022-06-26 12:06:28 +02:00
Marius Bakke 9a1a20842c
gnu: libxslt: Remove input labels.
* gnu/packages/xml.scm (libxslt)[inputs]: Remove labels.
2022-06-26 12:06:28 +02:00
Marius Bakke 8fb519c9bc
gnu: libxslt: Update to 1.1.35.
* gnu/packages/xml.scm (libxslt): Update to 1.1.35.
[source](uri): Change to new download location.
[arguments]: Disable Python tests.
2022-06-26 12:06:28 +02:00
Marius Bakke fdd4eb5373
gnu: jansson: Update to 2.14.
* gnu/packages/web.scm (jansson): Update to 2.14.
[source](uri): Change to new download location.
[arguments]: Add #:phases to fix a test failure.
[home-page]: Follow redirect.
2022-06-26 12:06:28 +02:00
Marius Bakke 7dfa2ff780
gnu: libxml2: Update to 2.9.14.
* gnu/packages/xml.scm (libxml2): Update to 2.9.14.
[source](uri): Use new download location.
[source](patches): Remove.
[arguments]: Don't attempt to move non-existing "doc" directory.
* gnu/packages/patches/libxml2-parent-pointers.patch,
gnu/packages/patches/libxml2-terminating-newline.patch,
gnu/packages/patches/libxml2-xpath-recursion-limit.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 12:06:28 +02:00
Marius Bakke 138115b012
gnu: Python: Update to 3.9.13.
* gnu/packages/python.scm (python-3.9): Update to 3.9.13.
2022-06-26 12:06:28 +02:00
Marius Bakke 5e68c8a6d1
gnu: SQLite: Update to 3.39.0.
* gnu/packages/sqlite.scm (sqlite): Update to 3.39.0.
(sqlite-next): Remove variable.
* gnu/packages/version-control.scm (fossil)[inputs]: Change from SQLITE-NEXT
to SQLITE.
2022-06-26 12:06:28 +02:00
Marius Bakke 6fb1fc5fe6
gnu: perl: Update to 5.36.0.
* gnu/packages/perl.scm (perl): Update to 5.36.0.
[native-inputs]: Update "perl-cross" to 1.4.
2022-06-26 12:06:28 +02:00
Marius Bakke 875c8ee007
gnu: expat: Update to 2.4.8.
* gnu/packages/xml.scm (expat): Update to 2.4.8.
[replacement]: Remove.
(expat/fixed): Remove variable.
2022-06-26 12:06:28 +02:00
Marius Bakke ca88640a45
gnu: libffi: Update to 3.4.2.
* gnu/packages/libffi.scm (libffi): Update to 3.4.2.
[source](patches): Remove.
* gnu/packages/patches/libffi-3.3-powerpc-fixes.patch,
gnu/packages/patches/libffi-float128-powerpc64le.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 12:06:28 +02:00
Marius Bakke c9e78e9023
gnu: libcap: Update to 2.64.
* gnu/packages/linux.scm (libcap): Update to 2.64.
2022-06-26 12:06:27 +02:00
Marius Bakke 4caff5306a
gnu: libsigsegv: Update to 2.14.
* gnu/packages/libsigsegv.scm (libsigsegv): Update to 2.14.
2022-06-26 12:06:27 +02:00
Marius Bakke 2db1560a2a
gnu: lzip: Update to 1.23.
* gnu/packages/compression.scm (lzip): Update to 1.23.
2022-06-26 12:06:27 +02:00
Marius Bakke bf99d1be2f
gnu: coreutils: Update to 9.1.
* gnu/packages/base.scm (coreutils): Update to 9.1.
[source](patches): Remove.
* gnu/packages/commencement.scm (coreutils-mesboot)[native-inputs]: Add
SED-MESBOOT.
* gnu/packages/patches/coreutils-ls.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 12:06:27 +02:00
Marius Bakke 97fb977eb8
gnu: linux-libre-headers: Update to 5.15.49.
* gnu/packages/linux.scm (linux-libre-headers-5.10.35): Replace with ...
(linux-libre-headers-5.15.49): This new variable.
(linux-libre-headers): Adjust accordingly.
* gnu/packages/commencement.scm (linux-libre-headers-boot0)[arguments]: Add
phase to lower toolchain requirements.
2022-06-26 12:06:27 +02:00
Marius Bakke e15e7b226c
gnu: m4: Update to 1.4.19.
* gnu/packages/m4.scm (m4): Update to 1.4.19.
[source](patches): Remove.
[arguments]: Add phase 'disable-test.  Adjust shell configuration phase.
* gnu/packages/patches/m4-gnulib-libio.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 12:06:27 +02:00
Marius Bakke 089bec685f
gnu: libatomic-ops: Update to 7.6.12.
* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.12.
2022-06-26 12:06:27 +02:00
Marius Bakke 67a3cf371a
gnu: libgc: Update to 8.0.6.
* gnu/packages/bdw-gc.scm (libgc): Update to 8.0.6.
2022-06-26 12:06:27 +02:00
Marius Bakke 4f089e626b
gnu: libdrm: Update to 2.4.111.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.111.
2022-06-26 12:06:27 +02:00
Marius Bakke c44b5f89c9
gnu: libdrm: Use G-expressions.
* gnu/packages/xdisorg.scm (libdrm)[arguments]: Use G-expressions.
2022-06-26 12:06:27 +02:00
Z572 d86ad3d8df
gnu: krita: Update to 5.0.8.
* gnu/packages/kde.scm (krita): Update to 5.0.8.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 01:00:18 +02:00
Greg Hogan e9e05dd129
gnu: python-modin: Update to 0.15.1.
* gnu/packages/python-science.scm (python-modin): Update to 0.15.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 01:00:18 +02:00
Greg Hogan 4f6191fbcd
gnu: xsimd: Update to 8.1.0.
* gnu/packages/cpp.scm (xsimd): Update to 8.1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 01:00:18 +02:00
Z572 f9488d5444
gnu: guile-8sync: Update to 0.4.2-0.183b4f0.
* gnu/packages/guile-xyz.scm (guile-8sync): Update to 0.4.2-0.183b4f0.
[source]: use git source.
[native-inputs]: replace guile-2.2 with guile-3.0.
[description]: remove some tips.
<#:phases>: remove it.
<#:make-flags>: set GUILE_AUTO_COMPILE in it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 01:00:18 +02:00
Nikolay Korotkiy 634506da75
gnu: Add mle.
* gnu/packages/text-editors.scm (mle): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 01:00:18 +02:00
Arun Isaac 037bfd8545
services: pcscd: Use switch-symlinks from (guix build utils).
switch-symlinks has been moved to (guix build utils). We need not duplicate it
anymore.

* gnu/services/security-token.scm (pcscd-activation): Use switch-symlinks
from (guix build utils).
2022-06-25 01:43:08 +05:30
Efraim Flashner 22aeda1bcc
gnu: openjpeg: Update to 2.5.0.
* gnu/packages/image.scm (openjpeg): Update to 2.5.0.
2022-06-23 12:39:37 +03:00
Efraim Flashner ddc337e2a8
gnu: openjpeg-data: Update to 2021.09.26.
* gnu/packages/image.scm (openjpeg-data): Update to 2021.09.26.
2022-06-23 12:39:34 +03:00
Ludovic Courtès 4c4413b5c6
gnu: gnutls: Remove input labels.
* gnu/packages/tls.scm (gnutls)[arguments]: Use gexps.
[native-inputs, propagated-inputs]: Remove labels.
(gnutls/dane, guile2.2-gnutls): Use 'modify-inputs'.
2022-06-22 22:26:22 +02:00
Ludovic Courtès 9b4c15f27a
gnu: guile2.0-gnutls: Remove.
* gnu/packages/tls.scm (gnutls/guile-2.0): Remove.
2022-06-22 22:26:22 +02:00
Ludovic Courtès c8372b82ac
gnu: p11-kit: Remove input labels.
* gnu/packages/tls.scm (p11-kit)[native-inputs, inputs]: Remove labels.
[arguments]: Switch to gexp.  Refer to "p11-kit-hurd.patch" right from here.
(p11-kit-next)[arguments]: Use a gexp.
2022-06-22 22:26:22 +02:00
Ludovic Courtès db2e3b2261
gnu: p11-kit: Update to 0.24.1.
* gnu/packages/tls.scm (p11-kit-next): Update to 0.24.1.
2022-06-22 22:26:21 +02:00
Ludovic Courtès c4fd372c58
gnu: texlive-psnfss: Re-add phases to build "doc" output.
* gnu/packages/tex.scm (texlive-psnfss)[arguments]: Reinstate phases
added in 08bb73749e and inadvertently
removed in 8655a71445.
2022-06-22 22:26:21 +02:00
Ludovic Courtès 103f488ecb
gnu: texlive-tools: Remove redundant definition.
* gnu/packages/tex.scm (texlive-tools): Remove second definition.
2022-06-22 18:58:09 +02:00
Ludovic Courtès 456eeaea8e
gnu: texlive: Avoid use of deprecated packages.
* gnu/packages/tex.scm (texlive-bidi)[propagated-inputs]: Avoid
deprecated package names.
(texlive-latex-geometry)[propagated-inputs]: Likewise.
(texlive-metalogo)[inputs, propagated-inputs]: Likewise.
(texlive-polyglossia)[propagated-inputs]: Likewise.
(texlive-zref)[propagated-inputs]: Likewise.
2022-06-22 18:57:42 +02:00
Ludovic Courtès 5a137c38be
gnu: texlive-amsmath, texlive-psnfss: Fix misplaced 'outputs' field.
This reinstates 08bb73749e.  Probably the
'outputs' field ended up in 'texlive-amsmath' due to a bad merge.

* gnu/packages/tex.scm (texlive-amsmath)[outputs]: Remove.
(texlive-psnfss)[outputs]: New field.
2022-06-22 18:57:27 +02:00
Ludovic Courtès 8655a71445
Merge branch master into core-updates 2022-06-22 18:48:00 +02:00
Petr Hodina a589049e14
gnu: wayland: Update to 1.20.0.
* gnu/packages/freedesktop.scm (wayland): Update to 1.20.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Petr Hodina 118660877e
gnu: dwl: Update to 0.3.1.
* gnu/packages/wm.scm (dwl): Update to 0.3.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Petr Hodina 0eacf52837
gnu: wlroots: Update to 0.15.1.
* gnu/packages/wm.scm (wlroots): Update to 0.15.1.
  [source]: Update url link to
  'https://gitlab.freedesktop.org/wlroots/wlroots' due to original link
  pointing now to archived repo.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Petr Hodina 47b3daeaa1
gnu: hikari: Simplify inputs.
* gnu/packages/wm.scm (hikari)[inputs]: Simplify.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Petr Hodina 06d39ff642
gnu: sway: Update to 1.7.
* gnu/packages/wm.scm (sway): Update to 1.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Petr Hodina c15476fcec
gnu: hikari: Update to 2.3.3.
* gnu/packages/wm.scm (hikari): Update to 2.3.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Petr Hodina b2fab0724d
gnu: cagebreak: Update to 1.8.3.
* gnu/packages/wm.scm (cagebreak): Update to 1.8.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Ludovic Courtès 3cac14391b
gnu: mozjs: Keep only version 78.
This reinstates commit 5e25a69e6e, which
was wrongfully undoed by merge commit
8c3e9da13a.

* gnu/packages/gnuzilla.scm (mozjs): Switch back to 78.15.0.
2022-06-22 12:35:45 +02:00
Ludovic Courtès 6cd438c4c2
gnu: openssl: Skip time-dependent test.
Fixes <https://issues.guix.gnu.org/56137>.
Reported by phodina <phodina@protonmail.com>.

* gnu/packages/tls.scm (openssl)[arguments]: Replace the 'check'
phase; this applies to both 1.1.1n and 3.0.3.
2022-06-22 12:35:18 +02:00
Ludovic Courtès 02deb21137
gnu: openssl@1: Update to 1.1.1n and remove replacement.
* gnu/packages/tls.scm (openssl): Update to 1.1.1n.
[replacement]: Remove.
(openssl/fixed): Remove.
2022-06-21 23:05:52 +02:00
Efraim Flashner 2af3f5eef0
gnu: libhttpd: Update to 1.4.65.
* gnu/packages/web.scm (libhttpd): Update to 1.4.65.
2022-06-20 15:47:29 +03:00
Nikolay Korotkiy 723d1bbbd2
gnu: gpxsee: Update to 11.1.
* gnu/packages/gps.scm (gpxsee): Update to 11.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-20 14:02:27 +02:00
Paul A. Patience a606eea4bc
gnu: Add cl-compiler-macro.
* gnu/packages/lisp-xyz.scm (sbcl-compiler-macro, cl-compiler-macro,
  ecl-compiler-macro): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-20 14:02:27 +02:00
Efraim Flashner ceb508528f
gnu: rust-cargo-c: Add missing input.
This is a follow-up to 6f2df20b0f.

* gnu/packages/rust-apps.scm (rust-cargo-c)[inputs]: Add libgit2-1.3.
2022-06-20 14:31:40 +03:00
Efraim Flashner 6f2df20b0f
gnu: rust-libgit2-sys-0.12: Remove bundled library.
This fixes <https://issues.guix.gnu.org/56020>.

* gnu/packages/crates-io.scm (rust-libgit2-sys-0.12)[source]: Add
snippet to remove bundled code.
2022-06-20 14:16:13 +03:00
Efraim Flashner 8d342711dd
gnu: vlc: Update to 3.0.17.4.
* gnu/packages/video.scm (vlc): Update to 3.0.17.4.
2022-06-20 13:57:52 +03:00
Efraim Flashner d2580a3f2e
gnu: vlc: Add release-monitoring-url property.
* gnu/packages/video.scm (vlc)[properties]: New field.
2022-06-20 13:35:11 +03:00
Mathieu Othacehe a692824006
gnu: xdg-desktop-portal-gtk: Update to 1.14.0.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk): Update to 1.14.0.
2022-06-20 12:14:36 +02:00
Mathieu Othacehe 38d7e6d6b7
gnu: xdg-desktop-portal: Update to 1.14.4.
* gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.14.4.
[inputs]: Add gdk-pixbuf, use fuse@3.
[arguments]: Build without systemd, set HOME variable.
2022-06-20 12:14:35 +02:00
Ludovic Courtès 73761d8049
gnu: lxd: Remove input labels.
* gnu/packages/virtualization.scm (lxd)[arguments]: In 'install' phase,
refer to "bash-minimal" instead of "bash".
[inputs]: Remove labels.
2022-06-19 23:14:57 +02:00
Brian Cully dbe221a89a
gnu: lxd: Add ‘attr’ to inputs and use it in wrapper.
Fixes issue with lxd crashing on startup with:

  Error: exec: "setfattr": executable file not found in $PATH

* gnu/packages/virtualization.scm (lxd)[arguments]: In 'install' phase,
add "attr" to the list of packages used in 'wrap-program'.
[inputs]: Add ATTR.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-19 23:14:56 +02:00
Philip McGrath d5a9f2a404
gnu: Add cctools.
* gnu/packages/darwin.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/darwin.scm (cctools): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-19 23:14:56 +02:00
Andreas Enge a050044255
gnu: Add texlive-floatflt.
* gnu/packages/tex.scm (texlive-floatflt): New variable.
2022-06-19 21:19:59 +02:00
Artyom V. Poptsov 0d461393e4
gnu: Add maven-doxia-sink-api.
* gnu/packages/maven.scm (maven-doxia-sink-api): New variable.
(maven-doxia-parent-pom): New private variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-06-19 21:01:13 +02:00
Tobias Geerinckx-Rice 14fdbeb3fb
gnu: diffoscope: Update to 217.
* gnu/packages/diffoscope.scm (diffoscope): Update to 217.
2022-06-19 02:00:01 +02:00
Tobias Geerinckx-Rice 29e5ef1379
gnu: emacs-tramp: Update to 2.5.2.5.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.2.5.
2022-06-19 02:00:01 +02:00
Tobias Geerinckx-Rice 52acf6b238
gnu: pgloader: Update to 3.6.4.
* gnu/packages/databases.scm (pgloader): Update to 3.6.4.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice 58bf98ad12
gnu: filezilla: Update to 3.60.1.
* gnu/packages/ftp.scm (filezilla): Update to 3.60.1.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice 103df45264
gnu: libfilezilla: Update to 0.37.2.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.37.2.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice 12fd5a8608
gnu: p11-kit@0.24: Update to 0.24.1.
* gnu/packages/tls.scm (p11-kit-next): Update to 0.24.1.
2022-06-19 02:00:00 +02:00
Artyom V. Poptsov d039f9dc15
gnu: Add maven-doxia-core.
* gnu/packages/maven.scm (maven-doxia-core): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-06-25 22:19:31 +02:00
Guillaume Le Vaillant 8a697e5c25
gnu: geo: Fix copyright line.
This is a follow-up to d4c8e8b62f.

* gnu/packages/geo.scm: Fix copyright line for Roman Scherer.
2022-06-25 21:20:59 +02:00
Guillaume Le Vaillant afc744496e
gnu: qgis: Disable a failing test.
* gnu/packages/geo.scm (qgis)[arguments]: Add "PyQgsRasterResampler" to the
  list of disabled tests.
2022-06-25 21:15:54 +02:00
Guillaume Le Vaillant f853f0757b
gnu: postgis: Fix build with gdal 3.5.0.
* gnu/packages/geo.scm (postgis)[inputs]: Add openssl.
2022-06-25 21:15:54 +02:00
Roman Scherer d4c8e8b62f
gnu: gdal: Update to 3.5.0.
* gnu/packages/geo.scm (gdal): Update to 3.5.0.
  [inputs]: Add curl and openssl.
  [arguments]: Remove 'fix-path' phase. Add "--without-jpeg12" to
  'configure-flags'.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-25 21:15:54 +02:00
( 0de4318bb1
gnu: packages: qbe: Update to 1.0.
* gnu/packages/c.scm (qbe): Update to 1.0.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-06-25 20:19:16 +02:00
( 4c63796545
gnu: dub: Use G-expressions.
* gnu/packages/dlang.scm (dub)[arguments]:
Rewrite as G-expressions.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-19 02:00:30 +02:00
( b438836833
gnu: dub: Update to 1.23.0.
This also fixes Dub's build, which was previously failing because of how
ancient it was.

* gnu/packages/dlang.scm (dub): Update to 1.23.0.
[arguments]: Set target CC & LD environment variables.
Invoke build.d.  Don't explicitly return #t from phases.
[native-inputs]: Add d-tools and ld-gold-wrapper.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-19 02:00:00 +02:00
( f3c5074373
gnu: d-tools: Update to 2.100.0.
* gnu/packages/dlang.scm (d-tools): Update to 2.100.0.
[arguments]: Adjust accordingly.  Reinstate a custom 'check phase.
Install the rdmd man page.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-19 02:00:01 +02:00
( 30afa097a5
gnu: d-tools: Don't use unstable tarball.
* gnu/packages/dlang.scm (d-tools)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-19 02:00:00 +02:00
( 22e289a67a
gnu: d-tools: Use G-expressions.
* gnu/packages/dlang.scm (d-tools)[arguments]:
Rewrite as G-expressions.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-19 02:00:00 +02:00
( 5f5a78872e
gnu: d-tools: Fix build.
* gnu/packages/dlang.scm (d-tools)[arguments]: Set target CC and LD
environment variables.
[native-inputs]: Add ld-gold-wrapper.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-19 02:00:00 +02:00
( dc8c869724
gnu: rdmd: Rename to d-tools.
* gnu/packages/dlang.scm (rdmd): Rename this…
(d-tools): …to this.
[home-page, synopsis, description]: Update accordingly.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-19 02:00:00 +02:00