summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
* gnu: rust-serde-1.0: Remove minor version from package name.Alexandru-Sergiu Marton2020-07-26
| | | | | | * gnu/packages/crates-io.scm (rust-serde-1.0): Rename to rust-serde-1. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: Add xmenu.Oleg Pykhalov2020-07-26
| | | | * gnu/packages/wm.scm (xmenu): New variable.
* gnu: Add xclickroot.Oleg Pykhalov2020-07-26
| | | | * gnu/packages/wm.scm (xclickroot): New variable.
* gnu: glibc: Remove old versions.Marius Bakke2020-07-26
| | | | | | | | | | | | | | | | * gnu/packages/patches/glibc-CVE-2015-5180.patch, gnu/packages/patches/glibc-CVE-2015-7547.patch, gnu/packages/patches/glibc-CVE-2016-3075.patch, gnu/packages/patches/glibc-CVE-2016-3706.patch, gnu/packages/patches/glibc-CVE-2016-4429.patch, gnu/packages/patches/glibc-CVE-2017-1000366-pt1.patch, gnu/packages/patches/glibc-CVE-2017-1000366-pt2.patch, gnu/packages/patches/glibc-CVE-2017-1000366-pt3.patch, gnu/packages/patches/glibc-o-largefile.patch, gnu/packages/patches/glibc-vectorized-strcspn-guards.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (glibc-2.26, glibc-2.25, glibc-2.24, glibc-2.23, glibc-2.22): Remove variables.
* gnu: ungoogled-chromium: Use tcmalloc.Marius Bakke2020-07-26
| | | | | | * gnu/packages/chromium.scm (%preserved-third-party-files): Preserve the bundled fork of tcmalloc. (ungoogled-chromium)[arguments]: Remove "use_allocator" from #:configure-flags.
* gnu: icecat: Add libxscrnsaver to runtime LD_LIBRARY_PATHIvan Kozlov2020-07-26
| | | | | | | | | IceCat loads libXss.so at runtime to inhibit screen locking if other interfaces are unavailable. * gnu/packages/gnuzilla.scm (icecat)[arguments]: Add libxscrnsaver to wrap-program arguments. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: emacs-treemacs-extra: Fix build.Oleg Pykhalov2020-07-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-treemacs-extra)[propagated-inputs]: Add EMACS-PERSP-MODE.
* gnu: Add emacs-org-generate.Oleg Pykhalov2020-07-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-generate): New variable.
* gnu: Add emacs-cort.Oleg Pykhalov2020-07-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-cort): New variable.
* gnu: emacs-ansi: Update to 0.4.1-1.a41d5cc.Oleg Pykhalov2020-07-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-ansi): Update to 0.4.1-1.a41d5cc.
* gnu: quassel: Fix icons in Qt interface.Jakub Kądziołka2020-07-26
| | | | | * gnu/packages/irc.scm (quassel)[inputs]: Add qtsvg. [build-system]: Switch to qt-build-system.
* gnu: nomad: Fix build.Tobias Geerinckx-Rice2020-07-25
| | | | | * gnu/packages/guile-xyz.scm (nomad)[inputs]: Use Guile 2.2 library packages. [arguments]: Treat warnings as warnings.
* gnu: flint: Update to 2.6.1.Tobias Geerinckx-Rice2020-07-25
| | | | * gnu/packages/algebra.scm (flint): Update to 2.6.1.
* gnu: kyotocabinet: Update to 1.2.78.Tobias Geerinckx-Rice2020-07-25
| | | | * gnu/packages/databases.scm (kyotocabinet): Update to 1.2.78.
* gnu: beets: Support replaygain plugin.Lars-Dominik Braun2020-07-25
| | | | | | | | * gnu/packages/music.scm (beets)[arguments]: Add 'wrap-typelib phase. [inputs]: Add gstreamer, gst-plugins-base, gst-plugins-good, gobject-introspection and python-pygobject. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-pre-commit.Vinicius Monego2020-07-25
| | | | | | * gnu/packages/version-control.scm (pre-commit): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-pytest-env.Vinicius Monego2020-07-25
| | | | | | * gnu/packages/python-check.scm (python-pytest-env): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-nodeenv.Vinicius Monego2020-07-25
| | | | | | * gnu/packages/python-xyz.scm (python-nodeenv): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-identify.Vinicius Monego2020-07-25
| | | | | | * gnu/packages/python-xyz.scm (python-identify): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-cfgv.Vinicius Monego2020-07-25
| | | | | | * gnu/packages/python-xyz.scm (python-cfgv): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-covdefaults.Vinicius Monego2020-07-25
| | | | | | * gnu/packages/python-check.scm (python-covdefaults): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-pytest-mpl.Vinicius Monego2020-07-25
| | | | | | * gnu/packages/python-check.scm (python-pytest-mpl): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-pytest-remotedata.Vinicius Monego2020-07-25
| | | | | | * gnu/packages/python-check.scm (python-pytest-remotedata): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-pytest-openfiles.Vinicius Monego2020-07-25
| | | | | | * gnu/packages/python-check.scm (python-pytest-openfiles): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-pytest-filter-subpackage.Vinicius Monego2020-07-25
| | | | | | * gnu/packages/python-check.scm (python-pytest-filter-subpackage): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-pytest-doctestplus.Vinicius Monego2020-07-25
| | | | | | * gnu/packages/python-check.scm (python-pytest-doctestplus): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-pytest-arraydiff.Vinicius Monego2020-07-25
| | | | | | * gnu/packages/python-check.scm (python-pytest-arraydiff): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: python-typing-extension: Update to 3.7.4.2.Tanguy Le Carrour2020-07-25
| | | | | | * gnu/packages/python-xyz.scm (python-typing-extension): Update to 3.7.4.2. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add syncthing-gtk.Giacomo Leidi2020-07-25
| | | | | | * gnu/packages/syncthing.scm (syncthing-gtk): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: procenv: Check is a native input.Marius Bakke2020-07-25
| | | | | * gnu/packages/linux.scm (procenv)[inputs]: Move CHECK ... [native-inputs]: ... here.
* gnu: libsigrok: Remove unused input.Marius Bakke2020-07-25
| | | | * gnu/packages/electronics.scm (libsigrok)[native-inputs]: Remove CHECK.
* gnu: ao: Update source URI.Marius Bakke2020-07-25
| | | | * gnu/packages/xiph.scm (ao)[source](uri): Adjust to current.
* gnu: Add emacs-shx.Joseph LaFreniere2020-07-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-shx): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add guile-lzlib.Mathieu Othacehe2020-07-25
| | | | * gnu/packages/guile-xyz.scm (guile-lzlib): New variable.
* gnu: Add guile-zlib.Mathieu Othacehe2020-07-25
| | | | * gnu/packages/guile-xyz.scm (guile-zlib): New variable.
* gnu: emacs-erc-hl-nicks: Update to 1.3.4.Michael Rohleder2020-07-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-erc-hl-nicks): Update to 1.3.4. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-helm: Update to 3.6.4.Michael Rohleder2020-07-25
| | | | | | | | | | | From 451290515c14b44aa00bd542e13a00a3898d4a90 Mon Sep 17 00:00:00 2001 From: Michael Rohleder <mike@rohleder.de> Date: Mon, 20 Jul 2020 18:36:09 +0200 Subject: [PATCH] gnu: emacs-helm: Update to 3.6.4. * gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.4. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-org-re-reveal: Update to 3.0.2.Michael Rohleder2020-07-25
| | | | | | | | | | | From 1c27f0dd4ab904319ba2b11c29afea07b7f4aca9 Mon Sep 17 00:00:00 2001 From: Michael Rohleder <mike@rohleder.de> Date: Mon, 20 Jul 2020 18:55:29 +0200 Subject: [PATCH] gnu: emacs-org-re-reveal: Update to 3.0.2. * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.0.2. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add azimuth.Trevor Hass2020-07-25
| | | | | | * gnu/packages/games.scm (azimuth): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: squeak-vm: Enter build directory once.Tobias Geerinckx-Rice2020-07-25
| | | | | * gnu/packages/smalltalk.scm (squeak-vm)[arguments]: Use CHDIR instead of pseudofunctional WITH-DIRECTORY-EXCURSIONs. Drop the custom ‘build’ phase.
* gnu: squeak-vm: Update home page.Tobias Geerinckx-Rice2020-07-25
| | | | * gnu/packages/smalltalk.scm (squeak-vm)[source, home-page]: Drop ‘www’ subdomain.
* gnu: wine-staging: Update to 5.13.Tobias Geerinckx-Rice2020-07-25
| | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 5.13.
* gnu: mpg123: Update to 1.26.3.Tobias Geerinckx-Rice2020-07-25
| | | | * gnu/packages/mp3.scm (mpg123): Update to 1.26.3.
* gnu: burp: Enable the live status monitor.Tobias Geerinckx-Rice2020-07-25
| | | | * gnu/packages/backup.scm (burp)[inputs]: Add ncurses.
* gnu: bshapr: Update to 0.9.Tobias Geerinckx-Rice2020-07-25
| | | | * gnu/packages/music.scm (bshapr): Update to 0.9.
* gnu: fswatch: Update to 1.15.0.Tobias Geerinckx-Rice2020-07-25
| | | | * gnu/packages/monitoring.scm (fswatch): Update to 1.15.0.
* gnu: python-tomlkit: Update to 0.6.0.Tanguy Le Carrour2020-07-25
| | | | | | * gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.6.0. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: python-pifpaf: Update to 2.5.0.Tanguy Le Carrour2020-07-25
| | | | | | * gnu/packages/python-xyz.scm (python-pifpaf): Update to 2.5.0. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: poetry: Update to 1.0.10.Tanguy Le Carrour2020-07-25
| | | | | | * gnu/packages/python-xyz.scm (poetry): Update to 1.0.10. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-writeroom: Update to 3.10.Michael Rohleder2020-07-25
| | | | | | | | | | | From f5c5d622aaf58bc485f73568513998cda35a8d2e Mon Sep 17 00:00:00 2001 From: Michael Rohleder <mike@rohleder.de> Date: Fri, 24 Jul 2020 13:46:39 +0200 Subject: [PATCH] gnu: emacs-writeroom: Update to 3.10. * gnu/packages/emacs-xyz.scm (emacs-writeroom): Update to 3.10. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>