summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-25gnu: Remove unnecessary patches for emacs-geiser.Alexandr Vityazev
* gnu/packages/patches/emacs-geiser-autoload-activate-implementation.patch: * gnu/packages/patches/emacs-geiser-guile-auto-activate.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Apply file removal. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-05-25gnu: emacs-geiser-guile: Update to 0.17.Alexandr Vityazev
* gnu/packages/emacs-xyz (emacs-geiser-guile): Update to 0.17. [patches]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-05-25gnu: emasc-geiser: Update to 0.16.Alexandr Vityazev
* gnu/packages/emacs-xyz (emacs-geiser): Update to 0.16. [patches]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-05-25gnu: Add cl-djula.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm: (sbcl-djula, ecl-djula, cl-djula): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-25gnu: Add cl-slice.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-cl-slice, ecl-cl-slice, cl-slice): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-25gnu: Add cl-locale.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-cl-locale, ecl-cl-locale, cl-locale): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-25gnu: Add cl-parser-combinators.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-parser-combinators, ecl-parser-combinators, cl-parser-combinators): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-25gnu: Add cl-gettext.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-gettext, ecl-gettext, cl-gettext): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-25gnu: Add cl-arnesi.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-arnesi, ecl-arnesi, cl-arnesi): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-25doc: Remove reference to mips64.Efraim Flashner
* doc/contributing.texi (Submitting Patches): Don't suggest building packages for mips64.
2021-05-25ci: Add derivation inputs.Mathieu Othacehe
* gnu/ci.scm (derivation->job): Add the derivation inputs to the job association list.
2021-05-25gnu: infamous-plugins: Update to 0.3.0.Efraim Flashner
* gnu/packages/audio.scm (infamous-plugins): Update to 0.3.0.
2021-05-25gnu: infamous-plugins: Fix build.Efraim Flashner
Reported by Thorsten Wilms <t_w_@freenet.de>. Fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=48588> * gnu/packages/audio.scm (infamous-plugins)[arguments]: Add phase to restore compatibility with packaged lv2.
2021-05-25gnu: i2pd: Allow skipping tests.Efraim Flashner
* gnu/packages/i2p.scm (i2pd)[arguments]: Adjust custom 'check phase to honor --without-tests flag.
2021-05-25gnu: i2pd: Reflow package definition.Efraim Flashner
* gnu/packages/i2p.scm (i2pd): Reflow package definition.
2021-05-25gnu: i2pd: update to 2.38.0.Solene Rapenne
* gnu/packages/i2p.scm (i2pd): Update to 2.38.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-05-25gnu: python2-shapely: Remove package.Björn Höfling
* gnu/packages/python-xyz.scm (python2-shapely): Delete variable.
2021-05-24gnu: python-breathe: Update to 4.30.0.Marius Bakke
* gnu/packages/sphinx.scm (python-breathe): Update to 4.30.0. [propagated-inputs]: Remove PYTHON-SIX.
2021-05-24gnu: HYPRE: Update source and home page URLs.Marius Bakke
* gnu/packages/maths.scm (hypre)[source]: Change to new repository home. [home-page]: Follow redirect.
2021-05-24gnu: linux-libre 4.4: Update to 4.4.269.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.269. (linux-libre-4.4-pristine-source): Update hash. (deblob-scripts-4.4): Update hash.
2021-05-24gnu: linux-libre 4.9: Update to 4.9.269.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.269. (linux-libre-4.9-pristine-source): Update hash. (deblob-scripts-4.9): Update hash.
2021-05-24gnu: linux-libre 4.14: Update to 4.14.233.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.233. (linux-libre-4.14-pristine-source): Update hash. (deblob-scripts-4.14): Update hash.
2021-05-24gnu: linux-libre 4.19: Update to 4.19.191.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.191. (linux-libre-4.19-pristine-source): Update hash.
2021-05-24gnu: linux-libre 5.4: Update to 5.4.121.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.121. (linux-libre-5.4-pristine-source): Update hash.
2021-05-24gnu: linux-libre 5.10: Update to 5.10.39.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.39. (linux-libre-5.10-pristine-source): Update hash.
2021-05-24gnu: linux-libre: Update to 5.12.6.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.6. (linux-libre-5.12-pristine-source): Update hash.
2021-05-24gnu: python-matplotlib: Don't hardcode python version.Efraim Flashner
* gnu/packages/python-xyz.scm (python-matplotlib)[arguments]: In custom 'install-jquery-ui phase programmatically get the version of python.
2021-05-24gnu: python-nltk: Add missing inputs.Efraim Flashner
* gnu/packages/python-xyz.scm (python-nltk)[propagated-inputs]: Add python-click, python-joblib, python-regex, python-tqdm.
2021-05-24gnu: python-nltk-3.4: Add missing input.Efraim Flashner
* gnu/packages/python-xyz.scm (python-nltk-3.4)[propagated-inputs]: Add python-six.
2021-05-24gnu: services: Add missing wireguard related exports.Solene Rapenne
* gnu/services/vpn.scm: Export 'wireguard-peer-public-key' and 'wireguard-peer-keep-alive'. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-24gnu: font-sarasa-gothic: Update to 0.31.2.Leo Prikler
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.31.2.
2021-05-24gnu: libsignal-protocol-c: Update to 2.3.3.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (libsignal-protocol-c): Update to 2.3.3.
2021-05-24gnu: hangups: Update to 0.4.14.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (hangups): Update to 0.4.14.
2021-05-24gnu: frrouting: Update to 7.5.17.5.1.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (frrouting): Update to 7.5.17.5.1.
2021-05-24gnu: whois: Update to 5.5.9.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (whois): Update to 5.5.9.
2021-05-24gnu: surf: Update to 2.1.Tobias Geerinckx-Rice
* gnu/packages/suckless.scm (surf): Update to 2.1. [inputs]: Add gcr.
2021-05-24gnu: qutebrowser: Update to 2.2.2.Tobias Geerinckx-Rice
* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.2.2.
2021-05-23gnu: Respect the root file-system's CHECK? field.Tobias Geerinckx-Rice
* gnu/build/linux-boot.scm (mount-root-file-system): Take a new #:CHECK? keyword argument. Add it to the docstring. Conditionally call CHECK-FILE-SYSTEM. (boot-system): Adjust its only caller to pass the <file-system>'s CHECK? option through, if available.
2021-05-23gnu: md4c: Update to 0.4.8.Tobias Geerinckx-Rice
* gnu/packages/markup.scm (md4c): Update to 0.4.8.
2021-05-23gnu: lmdb: Update to 0.9.29.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (lmdb): Update to 0.9.29.
2021-05-23gnu: mm-common: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (mm-common): Update to 1.0.3. [arguments]: Use meson-0.55.
2021-05-23gnu: libmediaart: Update to 1.9.5.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libmediaart): Update to 1.9.5. [arguments]: Use meson-next.
2021-05-23gnu: libetonyek: Update to 0.1.10.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.10.
2021-05-23gnu: ltris: Update to 1.2.3.Tobias Geerinckx-Rice
* gnu/packages/games.scm (ltris): Update to 1.2.3. [arguments]: Remove unnecessary #:configure-flags.
2021-05-23gnu: retroarch: Update to 1.9.3.Tobias Geerinckx-Rice
* gnu/packages/emulators.scm (retroarch): Update to 1.9.3.
2021-05-23gnu: python-django-compressor: Update to 2.4.12.4.1.Tobias Geerinckx-Rice
* gnu/packages/django.scm (python-django-compressor): Update to 2.4.12.4.1.
2021-05-23gnu: freeipmi: Update to 1.6.8.Tobias Geerinckx-Rice
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.8.
2021-05-23gnu: exfatprogs: Update to 1.1.2.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.2.
2021-05-23gnu: diffoscope: Update to 175.Tobias Geerinckx-Rice
* gnu/packages/diffoscope.scm (diffoscope): Update to 175.
2021-05-23gnu: hddtemp: Update to 0.4.3.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (hddtemp): Update to 0.4.3. [source, home-page]: Use a maintained fork/continuation. [arguments]: Add a new 'delete-autogen.sh phase. Adjust the 'install-db phase to install the bundled hddtemp.db. [inputs]: Remove old hddtemp.db. [native-inputs]: Add autoconf, automake, and gettext. f hddtemp