summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
* gnu: flashrom: Patch type error.•••* gnu/packages/flashing-tools.scm (flashrom)[arguments]: Add phase 'patch-type-error to fix a compilation error. Ricardo Wurmus2021-10-181-1/+9
* gnu: guile-ics: Disable tests.•••* gnu/packages/guile-xyz.scm (guile-ics)[arguments]: New field. Ludovic Courtès2021-10-171-0/+3
* gnu: aumix: Build with '-fcommon'.•••* gnu/packages/linux.scm (aumix)[arguments]: New field. Ludovic Courtès2021-10-171-0/+3
* gnu: fakechroot: Update to PR #85 to build against glibc 2.33.•••The latest release, 2.20.1, fails to build against glibc 2.33. Build the code submitted as pull request #85 instead of the latest release. * gnu/packages/linux.scm (fakechroot)[source]: Change to 'git-reference'. Use other source. [native-inputs]: New field. Ludovic Courtès2021-10-161-22/+30
* gnu: python-pytest-trio: Honor #:tests? flag.•••* gnu/packages/python-check.scm (python-pytest-trio)[arguments]: Honor the #:tests? flag. Efraim Flashner2021-10-151-10/+11
* gnu: python-pytest-trio: Update to 0.7.0.•••* gnu/packages/python-check.scm (python-pytest-trio): Update to 0.7.0. [arguments]: Add some tests to skip. [propagated-inputs]: Add python-async-generator, python-outcome, python-pytest. Efraim Flashner2021-10-151-4/+10
* gnu: python-trio: Honor #:tests? flag.•••* gnu/packages/python-xyz.scm (python-trio)[arguments]: Honor #:tests? flag. Efraim Flashner2021-10-151-20/+21
* gnu: python-trio: Update to 0.19.0.•••* gnu/packages/python-xyz.scm (python-trio): Update to 0.19.0. [arguments]: Adjust skipped tests. [propagated-inputs]: Add python-async-generator. Efraim Flashner2021-10-151-3/+7
* gnu: python-pytest-checkdocs: Update to 1.2.5.•••* gnu/packages/python-check.scm (python-pytest-checkdocs): Update to 1.2.5. Efraim Flashner2021-10-151-2/+2
* gnu: python-pytest-checkdocs: Fix build.•••* gnu/packagess/python-check.scm (python-pytest-checkdocs) [native-inputs]: Add python-pytest. Efraim Flashner2021-10-151-1/+2
* Merge branch 'master' into core-updates-frozenMarius Bakke2021-10-1439-264/+838
|\
| * gnu: perl-uri-fetch: Update to 0.15.•••* gnu/packages/web.scm (perl-uri-fetch): Update to 0.15. Marius Bakke2021-10-131-2/+2
| * gnu: ganeti: Prepare for Sphinx 4.0.•••* 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. Marius Bakke2021-10-132-0/+25
| * gnu: Add cscope•••* gnu/packages/code.scm (cscope): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Foo Chuan Wei2021-10-131-0/+30
| * gnu: gnome-bluetooth: Add missing inputs for tests.•••* gnu/packages/gnome.scm (gnome-bluetooth)[native-inputs]: Add python and python-dbus. Guillaume Le Vaillant2021-10-131-0/+2
| * gnu: libhx: Fix runtime bug.•••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. Guillaume Le Vaillant2021-10-132-2/+83
| * gnu: Add vim-paredit.•••* gnu/packages/vim.scm (vim-paredit): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Foo Chuan Wei2021-10-131-0/+29
| * gnu: Add go-golang-org-x-mod.•••* gnu/packages/golang.scm (go-golang-org-x-mod): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> hackeryarn2021-10-131-0/+35
| * gnu: swappy: Add propagated-inputs.•••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> Alexandr Vityazev2021-10-131-0/+4
| * gnu: swappy: Update to 1.4.0.•••* gnu/packages/image.scm (swappy): Update to 1.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alexandr Vityazev2021-10-131-2/+3
| * gnu: Add runitor•••* gnu/packages/admin.scm (runitor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Stephen Paul Weber2021-10-131-0/+28
| * gnu: Add cloudflare-cli•••* gnu/packages/dns.scm (cloudflare-cli): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Stephen Paul Weber2021-10-131-0/+53
| * gnu: Add JSON.sh•••* gnu/packages/serialization.scm (JSON.sh): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Stephen Paul Weber2021-10-131-0/+50
| * gnu: Add wmname.•••* gnu/packages/suckless.scm (wmname): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alexandru-Sergiu Marton2021-10-131-0/+31
| * gnu: Add zsh-syntax-highlighting.•••* gnu/packages/shellutils.scm (zsh-syntax-highlighting): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alexandr Vityazev2021-10-131-0/+53
| * gnu: git-annex: Update to 8.20211011.•••* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211011. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Kyle Meyer2021-10-131-2/+2
| * gnu: python-git-review: Update to 2.1.0.•••* gnu/packages/openstack.scm (python-git-review): Update to 2.1.0. Clément Lassieur2021-10-131-3/+3
| * gnu: python-pbr-minimal: Update to 5.5.1.•••* gnu/packages/python-xyz.scm (python-pbr-minimal): Update to 5.5.1. Clément Lassieur2021-10-131-3/+3
| * gnu: Add cl-yaml.•••* gnu/packages/lisp-xyz.scm (cl-yaml, ecl-cl-yaml, sbcl-cl-yaml): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Foo Chuan Wei2021-10-131-0/+40
| * gnu: Add cl-libyaml.•••* gnu/packages/lisp-xyz.scm (cl-libyaml, ecl-cl-libyaml, sbcl-cl-libyaml): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Foo Chuan Wei2021-10-131-0/+46
| * gnu: Add cl-generic-comparability.•••* 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> Foo Chuan Wei2021-10-131-0/+36
| * gnu: Add cl-readline.•••* gnu/packages/lisp-xyz.scm (cl-readline, ecl-cl-readline, sbcl-cl-readline): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Foo Chuan Wei2021-10-131-0/+47
| * gnu: Add cl-conium.•••* gnu/packages/lisp-xyz.scm (cl-conium, ecl-conium, sbcl-conium): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Foo Chuan Wei2021-10-131-0/+31
| * gnu: Add cl-terminfo.•••* gnu/packages/lisp-xyz.scm (sbcl-terminfo, cl-terminfo, ecl-terminfo): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Foo Chuan Wei2021-10-131-0/+31
| * gnu: emacs-beancount: Restructure package, now independent of beancount.•••* 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. Christine Lemmer-Webber2021-10-121-18/+23
| * gnu: Add back missing module import.•••* gnu/packages/django.scm: Use (gnu packages compression). Tobias Geerinckx-Rice2021-10-131-0/+1
| * gnu: gsound: Update to 1.0.3.•••* gnu/packages/gnome.scm (gsound): Update to 1.0.3. [build-system]: Switch to Meson. [inputs]: Remove explicit glib. Move libcanberra… [propagated-inputs]: …here. Tobias Geerinckx-Rice2021-10-131-12/+11
| * gnu: apostrophe: Update to 2.5.•••* gnu/packages/gnome.scm (apostrophe): Update to 2.5. [native-inputs]: Add sassc. Tobias Geerinckx-Rice2021-10-131-4/+5
| * gnu: aqbanking: Update to 6.3.2.•••* gnu/packages/gnucash.scm (aqbanking): Update to 6.3.2. Tobias Geerinckx-Rice2021-10-131-3/+3
| * gnu: astroid: Update to 0.16.•••* gnu/packages/mail.scm (astroid): Update to 0.16. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-10-131-12/+7
| * gnu: btrfs-progs: Update to 5.14.2.•••* gnu/packages/linux.scm (btrfs-progs): Update to 5.14.2. Tobias Geerinckx-Rice2021-10-131-2/+2
| * gnu: acpid: Update to 2.0.33.•••* gnu/packages/linux.scm (acpid): Update to 2.0.33. Tobias Geerinckx-Rice2021-10-131-2/+2
| * gnu: fheroes2: Update to 0.9.8.•••* gnu/packages/games.scm (fheroes2): Update to 0.9.8. Tobias Geerinckx-Rice2021-10-131-3/+2
| * gnu: Remove duplicate python-google-brotli package.•••* 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. Tobias Geerinckx-Rice2021-10-136-26/+5
| * gnu: Rename google-brotli back to brotli.•••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. Tobias Geerinckx-Rice2021-10-137-19/+18
| * gnu: Remove sysfsutils@1.•••* gnu/packages/linux.scm (sysfsutils-1): Delete variable. Tobias Geerinckx-Rice2021-10-131-25/+0
| * gnu: cpufrequtils: Update to 008.•••* 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. Tobias Geerinckx-Rice2021-10-132-54/+23
| * gnu: Add ntfsfix-static.•••* gnu/packages/linux.scm (ntfsfix/static): New public variable. Tobias Geerinckx-Rice2021-10-131-0/+26
| * gnu: Add ntfs-3g-static.•••* gnu/packages/linux.scm (ntfs-3g/static): New public variable. Tobias Geerinckx-Rice2021-10-131-0/+20
| * gnu: python-lazr-config: Update to 2.2.3.•••* gnu/packages/python-xyz.scm (python-lazr-config): Update to 2.2.3. Marius Bakke2021-10-131-2/+2