summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2021-02-04gnu: guile-ssh: Fix test suite on Guile 3.0.5....* gnu/packages/patches/guile-ssh-fix-test-suite.patch: New file. * gnu/local.mk: Register it. * gnu/packages/ssh.scm (guile-ssh)[source]: Use it. Also provide a better file name than 'git-checkout'. Maxim Cournoyer
2021-02-04gnu: lzip: Update to 1.22....* gnu/packages/compression.scm (lzip): Update to 1.22. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Antoine Côté
2021-02-04gnu: guile-ssh: Fix the source file name....* gnu/packages/ssh.scm (guile-ssh)[source]: Remove the file-name field. Maxim Cournoyer
2021-02-03gnu: python-pylint: Update to 2.6.0....* gnu/packages/check.scm (python-pylint): Update to 2.6.0. [arguments]: Partially reinstate the test suite. Maxim Cournoyer
2021-02-03build/python: Handle FileNotFoundError exception in sanity-check.py....This exception was thrown while running the sanity-check on the python-isort package, which doesn't make use of a setuptools-based build system but rather of a PEP 517 compliant one. * gnu/packages/aux-files/python/sanity-check.py: Handle the FileNotFoundError whe attempting to read the 'top_level.txt' metadata file of the package. Remove extraneous 'continue' statement. Maxim Cournoyer
2021-02-03gnu: python-radon: Please the sanity-check phase....* gnu/packages/python-xyz.scm (python-radon) [phases]{relax-requirements}: New phase. Maxim Cournoyer
2021-02-03gnu: python-flake8-polyfill: Please the sanity-check phase....* gnu/packages/python-xyz.scm (python-flake8-polyfill) [native-inputs]{python-flake8}: Move to... [propagated-inputs]: ... here. Maxim Cournoyer
2021-02-03gnu: python-pypa-build: Fix build....The build was failing following the addition of the sanity-check phase to the Python buidl system. * gnu/packages/python-build.scm (python-pypa-build) [phases]{relax-requirements}: Add phase. Maxim Cournoyer
2021-02-03gnu: python-astroid: Update to 2.4.2-1.5f67396....* gnu/packages/python-xyz.scm (python-astroid): Update to 2.4.2-1.5f67396. Maxim Cournoyer
2021-02-03Merge branch 'master' into core-updatesChristopher Baines
2021-02-03gnu: Add tootle....* gnu/packages/mastodon.scm (tootle): New variable. Efraim Flashner
2021-02-02gnu: font-juliamono: Update to 0.031....* gnu/packages/fonts.scm (font-juliamono): Update to 0.031. Signed-off-by: Leo Famulari <leo@famulari.name> nixo
2021-02-02gnu: Add font-space-grotesk....* gnu/packages/fonts.scm (font-space-grotesk): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Antoine Côté
2021-02-02gnu: emacs-elfeed: Update to 3.4.0....* gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.4.0. Nicolas Goaziou
2021-02-02gnu: guix: Update to 1.2.0-12.dffc918....* gnu/packages/package-management.scm (guix): Update to 1.2.0-12.dffc918. Ricardo Wurmus
2021-02-02gnu: Add beets-next....* gnu/packages/music.scm (beets-next): New variable. Ricardo Wurmus
2021-02-02gnu: Add python-reflink....* gnu/packages/python-xyz.scm (python-reflink): New variable. Ricardo Wurmus
2021-02-02gnu: Add python-confuse....* gnu/packages/python-xyz.scm (python-confuse): New variable. Ricardo Wurmus
2021-02-02gnu: Add python-mediafile....* gnu/packages/music.scm (python-mediafile): New variable. * gnu/packages/patches/python-mediafile-wavpack.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Ricardo Wurmus
2021-02-02gnu: plover: Update to 4.0.0.dev8....This moves from Python 2 to Python 3. This is a dev release, but from nearly 2 years ago. Backing up your plover.cfg is advised by the release notes when upgrading from version 3 to 4. * gnu/packages/stenography.scm (plover): Update to 4.0.0.dev8. [arguments]: Remove. [native-inputs]: Switch to Python 3 package variants. [inputs]: Switch to Python 3 package variants, and add python-pyqt. Christopher Baines
2021-02-02gnu: python-xlib: Update to 0.29....Make python-six a propagated input as it's used at runtime. * gnu/packages/python-xyz.scm (python-xlib): Update to 0.29. [native-inputs]: Move python-six to… [propagated-inputs]: …here. Christopher Baines
2021-02-02gnu: xbindkeys: Refer to xbindkeys in xbindkeys_show....* gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Add a ‘patch-references’ phase. Tobias Geerinckx-Rice
2021-02-02gnu: xbindkeys: Refer to tk's wish interpreter....Fixes <http://issues.guix.gnu.org/46255>. * gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Add a ‘sanitise-shebang’ phase. [inputs]: Add tk. Tobias Geerinckx-Rice
2021-02-02Order (gnu packages xdisorg) module imports more alphabetically....* gnu/packages/xdisorg.scm: Somewhat sort the module imports. Tobias Geerinckx-Rice
2021-02-02gnu: xbindkey: Order inputs alphabetically....* gnu/packages/xdisorg.scm (xbindkeys)[inputs]: Swap them. Tobias Geerinckx-Rice
2021-02-02gnu: cuirass: Update to 0.0.1-65.6bd940f....* gnu/packages/ci.scm (cuirass): Update to 0.0.1-65.6bd940f. Mathieu Othacehe
2021-02-02gnu: Add quark....* gnu/packages/web.scm (quark): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Morgan Smith
2021-02-02gnu: Add obs-wlrobs....* gnu/packages/video.scm (obs-wlrobs): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Andrew Tropin
2021-02-02gnu: obs-spectralizer: Remove bundled Windows DLLs....* gnu/packages/video.scm (obs-spectralizer)[source]: Add 'snippet' and 'modules'. Ludovic Courtès
2021-02-02gnu: Add obs-spectralizer....* gnu/packages/video.scm (obs-spectralizer): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Andrew Tropin
2021-02-02gnu: obs: Use an environment variable for plugins location....* gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (obs): Use it. * gnu/packages/patches/obs-modules-location.patch: Patch it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alexey Abramov
2021-02-02gnu: sbcl-parse-float: Update to 0.0.0-2.3074765....* gnu/packages/listp-xyz.scm (sbcl-parse-float): Update to 0.0.0-2.3074765. [native-inputs]: Remove prove, add lisp-unit. [inputs]: Remove babel. [arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-02-02gnu: sbcl-3bz: Update to 0.0.0-1.569614c....* gnu/packages/lisp-xyz.scm (sbcl-3bz): Update to 0.0.0-1.569614c. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-02-02gnu: ecl: Propagate some dependencies used in header files....* gnu/packages/lisp.scm(ecl)[inputs]: Move gmp, libatomic-ops, libgc and libffi to... [propagated-inputs]: ... here. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Zhu Zihao
2021-02-02gnu: Add mdpo....gnu/packages/gettext.scm (mdpo): New variable. gnu/packages/python-xyz (python-polib): Update to 1.1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> EuAndreh
2021-02-02gnu: Add python-bump2version....* gnu/packages/python-xyz.scm (python-bump2version): New variable. Nicolas Goaziou
2021-02-02gnu: Add python-pre-commit....* gnu/packages/python-xyz.scm (python-pre-commit): New variable. Nicolas Goaziou
2021-02-02gnu: Add python-flake8-print....* gnu/packages/python-xyz.scm (python-flake8-print): New variable. Nicolas Goaziou
2021-02-02gnu: Add python-flake8-implicit-str-concat....* gnu/packages/python-xyz.scm (python-flake8-implicit-str-concat): New variable. Nicolas Goaziou
2021-02-02gnu: Add python-yamllint....* gnu/packages/python-xyz.scm (python-yamllint): New variable. Nicolas Goaziou
2021-02-02gnu: Add python-sphinx-argparse....* gnu/packages/sphinx.scm (python-sphinx-argparse): New variable. Nicolas Goaziou
2021-02-02gnu: Add python-pymd4c....* gnu/packages/python-xyz.scm (python-pymd4c): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> EuAndreh
2021-02-02gnu: Add md4c....* gnu/packages/markup.scm (md4c): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> EuAndreh
2021-02-02gnu: emacs-rg: Fix use on remote systems....* gnu/packages/emacs-xyz.scm (emacs-rg)[inputs]: Remove. Move ripgrep to... [propagated-inputs]: ... here. This also gives access to ripgrep's manual. [arguments]: Replace the full path with the executable name. Clément Lassieur
2021-02-02gnu: emacs-imenu-list: Update to 0.8-0.46008....* gnu/packages/emacs-xyz.scm (emacs-imenu-list): Update to 0.8-0.46008. Fixes in that commit adapt the display function for changes in emacs 27.0.50. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev
2021-02-02gnu: Add font-fira-go....* gnu/packages/fonts.scm (font-fira-go): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Antoine Côté
2021-02-01gnu: Add zplugins....* gnu/packages/music.scm (zplugins): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Alexandros Theodotou
2021-02-01gnu: ztoolkit-rsvg: Move dependencies to propagated-inputs....* gnu/packages/audio.scm (ztoolkit-rsvg)[inputs]: Remove librsvg. [propagated-inputs]: Add librsvg. Signed-off-by: Leo Famulari <leo@famulari.name> Alexandros Theodotou
2021-02-01gnu: ztoolkit: Move dependencies to propagated-inputs....* gnu/packages/audio.scm (ztoolkit):[inputs]: Remove cairo, libx11. [propagated-inputs]: Add cairo, libx11. Signed-off-by: Leo Famulari <leo@famulari.name> Alexandros Theodotou
2021-02-01gnu: emacs-next-pgtk: Update to 28.0.50-1.ae18c8e....* gnu/packages/emacs.scm (emacs-next-pgtk): Update to 28.0.50-1.ae18c8e. Signed-off-by: Leo Famulari <leo@famulari.name> Léo Le Bouter