summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-03gnu: cjson: Update to 1.7.15.Tobias Geerinckx-Rice
* gnu/packages/javascript.scm (cjson): Update to 1.7.15.
2021-09-03gnu: 0xffff: Prepare for cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/flashing-tools.scm (0xffff)[arguments]: Use CC-FOR-TARGET for cross compilation.
2021-09-03gnu: 0xffff: Update to 0.9.Tobias Geerinckx-Rice
* gnu/packages/flashing-tools.scm (0xffff): Update to 0.9.
2021-09-03gnu: balsa: Update to 2.6.3.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (balsa): Update to 2.6.3.
2021-09-03gnu: xrandr-invert-colors: Fix executable name.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xrandr-invert-colors)[arguments]: Remove ‘.bin’ suffix from the binary during the 'install phase, and don't return #t.
2021-09-03gnu: xrandr-invert-colors: Update to 0.02.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xrandr-invert-colors): Update to 0.02.
2021-09-03gnu: vsftpd: Update to 3.0.5.Tobias Geerinckx-Rice
* gnu/packages/ftp.scm (vsftpd): Update to 3.0.5.
2021-09-03gnu: libostree: Update to 2021.3.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (libostree): Update to 2021.3.
2021-09-03gnu: bcachefs-tools: Update to 0.1-9.6c42566.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-9.6c42566. [native-inputs]: Add python and python-docutils.
2021-09-03gnu: lldpd: Update to 1.0.12.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (lldpd): Update to 1.0.12.
2021-09-03gnu: igt-gpu-tools: Update to 1.26.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (igt-gpu-tools): Update to 1.26.
2021-09-03gnu: inxi-minimal: Update to 3.3.06-1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.06-1.
2021-09-03gnu: hplip: Update to 3.21.6.Tobias Geerinckx-Rice
* gnu/packages/cups.scm (hplip): Update to 3.21.6.
2021-09-03gnu: nftables: Omit static library.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (nftables)[arguments]: Add "--disable-static" to #:configure-flags.
2021-09-03gnu: nftables: Update to 1.0.0.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (nftables): Update to 1.0.0.
2021-09-03gnu: nginx-documentation: Update to 1.21.2-2764-bc9c5d11b67c.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx-documentation): Update to 1.21.2-2764-bc9c5d11b67c.
2021-09-03gnu: nginx: Update to 1.21.2.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx): Update to 1.21.2.
2021-09-03gnu: mtools: Update to 4.0.35.Tobias Geerinckx-Rice
* gnu/packages/mtools.scm (mtools): Update to 4.0.35.
2021-09-03gnu: ncdu: Update to 1.16.Tobias Geerinckx-Rice
* gnu/packages/ncdu.scm (ncdu): Update to 1.16.
2021-09-03gnu: Add fatrace.Raphaël Mélotte
* gnu/packages/monitoring.scm (fatrace): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-03gnu: nheko: Update to 0.8.2.nixo
* gnu/packages/messaging.scm (nheko): Update to 0.8.2. [source snippet]: Remove third_party folder. [arguments]: Remove -fpermissive flag, remove remove-Werror phase, add phase wrap-program and unbundle-dependencies. [inputs]: Add gst-plugins-base, gst-plugins-bad, libnice, qtkeychain, and unbundle blurhash, cpp-httplib and single-application, remove tweeny. [native-inputs]: Add doxygen, graphviz used to build documentation. [description]: Simplify by removing the long list, add new features. (mtxclient): Update to 0.5.1. [arguments]: Remove set-home phase. * gnu/packages/databases.scm (lmdbxx): Update to 1.0.0. [source]: Change repository to a fork required by nheko. [home-page]: Update accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-03gnu: Add single-application-qt5.nixo
* gnu/packages/qt.scm (single-application-qt5): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-09-03gnu: Add blurhash.nixo
* gnu/packages/image.scm (blurhash): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-03gnu: Add cpp-httplib.nixo
* gnu/packages/cpp.scm (cpp-httplib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-03gnu: libssh: Update to 0.9.6 [fixes CVE-2021-3634].Leo Famulari
* gnu/packages/ssh.scm (libssh): Update to 0.9.6. [source]: Use URL-FETCH.
2021-09-03gnu: dash: Update to 0.5.11.5.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (dash): Update to 0.5.11.5.
2021-09-03weather: Don't look for exported package replacements twice.Christopher Baines
* guix/scripts/weather.scm (all-packages): Delete duplicates, so that exported replacements aren't included twice.
2021-09-03publish: Simplify 'narinfo-string'.Ludovic Courtès
This is a followup to 222f4661ed11b225f458cbe495a296f233129bec, which was intended to improve performance of 'narinfo-string'. * guix/scripts/publish.scm (narinfo-string): Remove 'catch' and 'read-derivation-from-file' call when rendering "Deriver".
2021-09-03gnu: guile-syntax-highlight: Move Gitile variant to guile-xyz.scm.Ludovic Courtès
Fixes a regression introduced in 5dac09e263d566ccf99776df97c47eed0d30c172 whereby version-control.scm would inherit from GUILE-SYNTAX-HIGHLIGHT, which is in guile-xyz.scm, thereby leading to unbound variable errors. Reported by vivien on #guix. * gnu/packages/version-control.scm (guile-syntax-highlight-for-gitile): Move to... * gnu/packages/guile-xyz.scm (guile-syntax-highlight-for-gitile): ... here. New variable. Add 'properties' field.
2021-09-03gnu: acpi-call-linux-module: Update to 1.2.2.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (acpi-call-linux-module): Update to 1.2.2. [arguments]: Stop returning #t from phases. [home-page]: Match source.
2021-09-02gnu: version-control: Add gitile service.Julien Lepiller
* gnu/services/version-control.scm (gitile-service-type): New variable. * doc/guix.texi (Version Control Services): Document it. * gnu/tests/version-control.scm (%test-gitile): New variable.
2021-09-02gnu: gitolite: Add unsafe-pattern configuration option.Julien Lepiller
* gnu/services/version-control.scm (gitolite-rc-file): Add unsafe-pattern field. (gitolite-rc-file-compiler): Write it. * doc/guix.texi (Version Control Services): Document it.
2021-09-02gnu: Add gitile.Julien Lepiller
* gnu/packages/version-control.scm (gitile): New variable.
2021-09-03gnu: Add emacs-dictionary.Simon South
* gnu/packages/emacs-xyz.scm (emacs-dictionary): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-09-02gnu: node: Enable cross-compilation.Pierre Langlois
Node runs parts of itself on the host for bootstraping therefore for cross-compiling support we need to fidle with the rpath in the build system, as well as duplicating some of the dependencies as native-inputs and inputs. * gnu/pakcages/node.scm (node)[arguments]: Refer to /bin/sh and /bin/env directly instead of using (which). Add new 'set-bootstrap-host-rpath phase to correctly set the rpath for binaries that are meant to run on the host. Pass --cross-compiling and --dest-cpu to configure script if needed. Set the CC_host, CXX_host, CC, CCX and PKG_CONFIG variable for cross-compilation. Refer to the host python. Do not return #t from any phases. [native-inputs]: Add c-ares, http-parser, icu4c, libuv, nghttp2, openssl and zlib. Remove which. [inputs]: Add bash and coreutils. (llhttp-bootstrap)[arguments]: Refer to esbuild via (or native-inputs inputs). (node-lts)[arguments]: Add new 'set-bootstrap-host-rpath phase to correctly set the rpath for host binaries. Pass --cross-compiling and --dest-cpu to configure script if needed. Set the CC_host, CXX_host, CCX and PKG_CONFIG variable for cross-compilation. Refer to the host python. Do not return #t from any phases. Refer to /bin/sh and /bin/env directly instead of using (which). Do not return #t from any phases. [native-inputs]: Hardcode native inputs instead of inheriting them from node. [inputs]: Add bash and coreutils.
2021-09-02gnu: esbuild: Disable race detector on 32-bit targets.Pierre Langlois
* gnu/packages/web.scm (esbuild)[arguments]: Set the ESBUILD_RACE variable to an empty string to remove the -race option.
2021-09-02gnu: Remove python2-selectors2.Pierre Langlois
* gnu/packages/python-xyz.scm (python2-selectors2): Remove variable.
2021-09-02gnu: Remove python2-rfc6555.Pierre Langlois
* gnu/packages/python-xyz.scm (python2-rfc6555): Remove variable. (python-rfc6555)[properties]: Remove field.
2021-09-02gnu: offlineimap: Replace with offlineimap3.Pierre Langlois
* gnu/packages/mail.scm (offlineimap3): New variable. (offlineimap): Replace with deprecated package.
2021-09-02gnu: Add python-imaplib2.Pierre Langlois
* gnu/packages/mail.scm (python-imaplib2): New variable.
2021-09-02gnu: parallel: Update to 20210822.Efraim Flashner
* gnu/packages/parallel.scm (parallel): Update to 20210822.
2021-09-02nls: Update translations.Julien Lepiller
* po/packages/it.po: New file. * po/packages/LINGUAS: Add `it'. * po/*/*.po: Update translations.
2021-09-01import: go: Improve error handling.zimoun
* guix/import/go.scm (go-module->guix-package*): Handle errors, remove memoize. (go-module-recursive-import): Remove 'guard', add memoize. * guix/scripts/import/go.scm (guix-import-go): Adjust. * tests/go.scm: Adjust. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-01import: utils: Skip not found packages.Sarah Morgensen
* guix/import/utils.scm (recursive-import): Skip packages when the package returned by 'repo->guix-package' is false. * tests/import-utils.scm: New tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-01import: go: Return false for package not found.Sarah Morgensen
* guix/import/go.scm (go-module-recursive-import): Explicitly return false when packages are not found. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-01gnu: python-pycryptodomex: Unbundle libtomcrypt.Maxime Devos
* gnu/packages/python-crypto.scm (python-pycryptodomex)[source]{snippet}: Unbundle libtomcrypt. (python-pycryptodomex)[source]{modules}: Add (guix build utils). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-01gnu: python-pycryptodome: Unbundle libtomcrypt.Maxime Devos
* gnu/packages/python-crypto.scm (pycryptodome-unbundle-tomcrypt-snippet): New variable. (python-pycryptodome)[source]{snippet}: Unbundle libtomcrypt. (python-pycryptodome)[source]{modules}: Add (guix build utils). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-01gnu: Add date2name.phodina
* gnu/packages/python-xyz.scm (date2name): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-09-01gnu: mailutils: Look up Scheme variables in the right module.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/49295>. Reported by Maxime Devos <maximedevos@telenet.be>. * gnu/packages/patches/mailutils-variable-lookup.patch: New file. * gnu/packages/mail.scm (mailutils)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
2021-09-01gnu: electron-cash: Update to 4.2.5.Guillaume Le Vaillant
* gnu/packages/finance.scm (electron-cash): Update to 4.2.5.