summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: lf: Update to 25Chadwain Holness2021-10-14
| | | | | | * gnu/packages/disk.scm (lf): Update to 25 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-gopkg-in-djherbis-times-v1.Chadwain Holness2021-10-14
| | | | | | * gnu/packages/golang.scm (go-gopkg-in-djherbis-times-v1): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add simdjson.Greg Hogan2021-10-14
| | | | | | * gnu/packages/cpp.scm (simdjson): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: retroarch: Update to 1.9.11.宋文武2021-10-14
| | | | | * gnu/packages/emulators.scm (retroarch): Update to 1.9.11. * gnu/packages/patches/retroarch-LIBRETRO_DIRECTORY.path: Adjust to latest source.
* gnu: komikku: Update to 0.35.1.Liliana Marie Prikler2021-10-14
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.35.1.
* gnu: fakeroot: Edit description.Tobias Geerinckx-Rice2021-10-13
| | | | | * gnu/packages/linux.scm (fakeroot)[synopsis]: Expand. [description]: Double-space sentences and otherwise slightly tweak.
* gnu: fakeroot: Invoke an absolute cat.Tobias Geerinckx-Rice2021-10-13
| | | | | * gnu/packages/linux.scm (fakeroot)[arguments]: Refer to ‘cat’ by its absolute file name.
* gnu: fakeroot: Omit static library.Tobias Geerinckx-Rice2021-10-13
| | | | | * gnu/packages/linux.scm (fakeroot)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: fakeroot: Update to 1.26.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | * gnu/packages/linux.scm (fakeroot): Update to 1.26. [source]: Remove generated man page translations in a new snippet. [arguments]: Patch Makefile.am instead of Makefile, and do so before bootstrapping. Don't explicitly return #t from phases. [native-inputs]: Use autoconf-2.71.
* gnu: perl-uri-fetch: Update to 0.15.Marius Bakke2021-10-13
| | | | * gnu/packages/web.scm (perl-uri-fetch): Update to 0.15.
* gnu: ganeti: Prepare for Sphinx 4.0.Marius Bakke2021-10-13
| | | | | | * gnu/packages/patches/ganeti-sphinx-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/virtualization.scm (ganeti)[source](patches): Add it.
* gnu: Add cscopeFoo Chuan Wei2021-10-13
| | | | | | * gnu/packages/code.scm (cscope): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: gnome-bluetooth: Add missing inputs for tests.Guillaume Le Vaillant2021-10-13
| | | | | * gnu/packages/gnome.scm (gnome-bluetooth)[native-inputs]: Add python and python-dbus.
* gnu: libhx: Fix runtime bug.Guillaume Le Vaillant2021-10-13
| | | | | | | | | There is a bug in libhx causing pam-mount to crash when trying to mount user directories at login. Upstream has a patch to fix this issue. * gnu/packages/patches/libhx-fix-double-free-bug.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/c.scm (libhx)[source]: Use it.
* gnu: Add vim-paredit.Foo Chuan Wei2021-10-13
| | | | | | * gnu/packages/vim.scm (vim-paredit): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add go-golang-org-x-mod.hackeryarn2021-10-13
| | | | | | * gnu/packages/golang.scm (go-golang-org-x-mod): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: swappy: Add propagated-inputs.Alexandr Vityazev2021-10-13
| | | | | | | | | | Add font-awesome to propagated-inputs to properly render the icons. * gnu/packages/image.scm (swappy)[propagated-inputs]: Add font-awesome; [use-modules]: Add (gnu packages fonts). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: swappy: Update to 1.4.0.Alexandr Vityazev2021-10-13
| | | | | | * gnu/packages/image.scm (swappy): Update to 1.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add runitorStephen Paul Weber2021-10-13
| | | | | | * gnu/packages/admin.scm (runitor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cloudflare-cliStephen Paul Weber2021-10-13
| | | | | | * gnu/packages/dns.scm (cloudflare-cli): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add JSON.shStephen Paul Weber2021-10-13
| | | | | | * gnu/packages/serialization.scm (JSON.sh): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add wmname.Alexandru-Sergiu Marton2021-10-13
| | | | | | * gnu/packages/suckless.scm (wmname): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add zsh-syntax-highlighting.Alexandr Vityazev2021-10-13
| | | | | | * gnu/packages/shellutils.scm (zsh-syntax-highlighting): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: git-annex: Update to 8.20211011.Kyle Meyer2021-10-13
| | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211011. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-git-review: Update to 2.1.0.Clément Lassieur2021-10-13
| | | | * gnu/packages/openstack.scm (python-git-review): Update to 2.1.0.
* gnu: python-pbr-minimal: Update to 5.5.1.Clément Lassieur2021-10-13
| | | | * gnu/packages/python-xyz.scm (python-pbr-minimal): Update to 5.5.1.
* gnu: Add cl-yaml.Foo Chuan Wei2021-10-13
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-yaml, ecl-cl-yaml, sbcl-cl-yaml): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-libyaml.Foo Chuan Wei2021-10-13
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-libyaml, ecl-cl-libyaml, sbcl-cl-libyaml): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-generic-comparability.Foo Chuan Wei2021-10-13
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-generic-comparability, ecl-generic-comparability, sbcl-generic-comparability): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-readline.Foo Chuan Wei2021-10-13
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-readline, ecl-cl-readline, sbcl-cl-readline): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-conium.Foo Chuan Wei2021-10-13
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-conium, ecl-conium, sbcl-conium): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-terminfo.Foo Chuan Wei2021-10-13
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-terminfo, cl-terminfo, ecl-terminfo): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: emacs-beancount: Restructure package, now independent of beancount.Christine Lemmer-Webber2021-10-12
| | | | | | | | * gnu/packages/finance.scm (emacs-beancount): Restructure package, now independent of beancount and in its own git repository. Note that there is no version number for the now independent code tree, so unfortunately this might look like a "version downgrade" to some users as it switched from being beancount's revision number to being a git-derived version number.
* gnu: Add back missing module import.Tobias Geerinckx-Rice2021-10-13
| | | | * gnu/packages/django.scm: Use (gnu packages compression).
* gnu: gsound: Update to 1.0.3.Tobias Geerinckx-Rice2021-10-13
| | | | | | | * gnu/packages/gnome.scm (gsound): Update to 1.0.3. [build-system]: Switch to Meson. [inputs]: Remove explicit glib. Move libcanberra… [propagated-inputs]: …here.
* gnu: apostrophe: Update to 2.5.Tobias Geerinckx-Rice2021-10-13
| | | | | * gnu/packages/gnome.scm (apostrophe): Update to 2.5. [native-inputs]: Add sassc.
* gnu: aqbanking: Update to 6.3.2.Tobias Geerinckx-Rice2021-10-13
| | | | * gnu/packages/gnucash.scm (aqbanking): Update to 6.3.2.
* gnu: astroid: Update to 0.16.Tobias Geerinckx-Rice2021-10-13
| | | | | * gnu/packages/mail.scm (astroid): Update to 0.16. [arguments]: Don't explicitly return #t from phases.
* gnu: btrfs-progs: Update to 5.14.2.Tobias Geerinckx-Rice2021-10-13
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 5.14.2.
* gnu: acpid: Update to 2.0.33.Tobias Geerinckx-Rice2021-10-13
| | | | * gnu/packages/linux.scm (acpid): Update to 2.0.33.
* gnu: fheroes2: Update to 0.9.8.Tobias Geerinckx-Rice2021-10-13
| | | | * gnu/packages/games.scm (fheroes2): Update to 0.9.8.
* gnu: Remove duplicate python-google-brotli package.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | * gnu/packages/python-compression.scm (python-brotli): Delete duplicate variable. * gnu/packages/compression.scm (python-google-brotli): Redefine as a deprecated-package, with… (python-brotli): …as the canonical variable. * gnu/packages/fonts.scm (font-meera-inimai)[native-inputs]: Adjust accordingly.
* gnu: Rename google-brotli back to brotli.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | | | | | | | | | | | Sorry for the noise, but good riddance. Our nonstandard name for this package has caused confusion since it was added. For example, the duplicate python-brotli and python-google-brotli packages added later, with the latter name making even less sense. The Python packages will be fixed in the next commit. * gnu/packages/compression.scm (google-brotli): Redefine as a deprecated-package, with… (brotli): …restored to canonical status. (python-google-brotli)[inherit]: Adjust accordingly. * gnu/packages/databases.scm (apache-arrow)[inputs]: Adjust accordingly. * gnu/packages/fontutils.scm (woff2)[inputs]: Likewise. * gnu/packages/gnome.scm (libsoup)[propagated-inputs]: Likewise. * gnu/packages/networking (wireshark)[inputs]: Likewise. * gnu/packages/node.scm (node-lts)[arguments, native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-imagecodecs)[inputs]: Likewise.
* gnu: Remove sysfsutils@1.Tobias Geerinckx-Rice2021-10-13
| | | | * gnu/packages/linux.scm (sysfsutils-1): Delete variable.
* gnu: cpufrequtils: Update to 008.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | | * gnu/packages/linux.scm (cpufrequtils): Update to 008. [source]: Remove patch. [arguments]: Add many #:configure-flags to mitigate downgrade from Autotools. Don't ./configure. [native-inputs]: Remove unused sysfsutils-1. Add gettext-minimal. [home-page]: Change to a working mirror. * gnu/packages/patches/cpufrequtils-fix-aclocal.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add ntfsfix-static.Tobias Geerinckx-Rice2021-10-13
| | | | * gnu/packages/linux.scm (ntfsfix/static): New public variable.
* gnu: Add ntfs-3g-static.Tobias Geerinckx-Rice2021-10-13
| | | | * gnu/packages/linux.scm (ntfs-3g/static): New public variable.
* gnu: python-lazr-config: Update to 2.2.3.Marius Bakke2021-10-13
| | | | * gnu/packages/python-xyz.scm (python-lazr-config): Update to 2.2.3.
* gnu: perl-tk: Update to 804.036.Marius Bakke2021-10-13
| | | | * gnu/packages/tcl.scm (perl-tk): Update to 804.036.
* gnu: QEMU: Remove obsolete patch.Marius Bakke2021-10-12
| | | | | | | | * gnu/packages/virtualization.scm (qemu)[source](patches): Remove Sphinx compatibility patch, which worked around a bug in Sphinx that has since been fixed. * gnu/packages/patches/qemu-sphinx-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.