summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2021-05-26gnu: Add r-aneufinderdata....* gnu/packages/bioconductor.scm (r-aneufinderdata): New variable. Roel Janssen
2021-05-25gnu: Add rsync 3.2.3....* gnu/packages/rsync.scm (rsync-next): New variable. Leo Famulari
2021-05-25gnu: nginx: Update to 1.21.0 [fixes CVE-2021-23017]....* gnu/packages/web.scm (nginx, nginx-documentation): Update to 1.21.0. Leo Famulari
2021-05-25gnu: qhull: Build position independent....* gnu/packages/maths.scm (qhull)[arguments]: Add configure-flag to build code position independent. Efraim Flashner
2021-05-25gnu: cuirass: Update to 1.0.0-19.e1382f0....* gnu/packages/ci.scm (cuirass): Update to 1.0.0-19.e1382f0. Mathieu Othacehe
2021-05-25gnu: qhull: Link binaries to shared library....This drops the package size by nearly 60%. * gnu/packages/maths.scm (qhull)[arguments]: Add configure-flag to link binaries to shared library. Efraim Flashner
2021-05-25gnu: Add perl-set-intervaltree....* gnu/packages/perl.scm (perl-set-intervaltree): New variable. Roel Janssen
2021-05-25gnu: Add perl-log-message-simple...* gnu/packages/perl.scm (perl-log-message-simple): New variable. Roel Janssen
2021-05-25gnu: Add perl-log-message....* gnu/packages/perl.scm (perl-log-message): New variable. Roel Janssen
2021-05-25gnu: Add perl-extutils-manifest....* gnu/packages/perl.scm (perl-extutils-manifest): New variable. Roel Janssen
2021-05-25gnu: Add perl-data-uuid....* gnu/packages/perl.scm (perl-data-uuid): New variable. Roel Janssen
2021-05-25gnu: cuirass: Update to 1.0.0-18.b1abb44....* gnu/packages/ci.scm (cuirass): Update to 1.0.0-18.b1abb44. Mathieu Othacehe
2021-05-25gnu: Add perl-const-fast....* gnu/packages/perl.scm (perl-const-fast): New variable. Roel Janssen
2021-05-25gnu: emacs-shell-command+: Update to 2.2.0....* gnu/packages/emacs-xyz.scm (emacs-shell-command+): Update to 2.2.0. Nicolas Goaziou
2021-05-25gnu: Add kanatest....* gnu/packages/education.scm (kanatest): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> nixo
2021-05-25gnu: emacs-vertico: Update to 0.11....* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.11. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Xinglu Chen
2021-05-25gnu: openttd-engine: Update to 1.11.2....* gnu/packages/games.scm (openttd-engine): Update to 1.11.2. [build-system]: Switch to CMake. [arguments]: Enable tests. (openttd)[arguments]<#:configure-flags>: Use CMake flags. <#:phases>: Remove `configure'. Copy assets file before check step to enable tests. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Solene Rapenne via Guix-patches via
2021-05-25gnu: emacs-xyz.scm: Add missing copyright line.Nicolas Goaziou
2021-05-25gnu: Add emacs-geiser-racket....* gnu/packages/emacs-xyz.scm (emacs-geiser-racket): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> David Dashyan
2021-05-25gnu: lagrange: Update to 1.4.2....* gnu/packages/web-browsers.scm (lagrange): Update to 1.4.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Solene Rapenne via Guix-patches via
2021-05-25gnu: Remove unnecessary patches for emacs-geiser....* 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> Alexandr Vityazev
2021-05-25gnu: emacs-geiser-guile: Update to 0.17....* gnu/packages/emacs-xyz (emacs-geiser-guile): Update to 0.17. [patches]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev
2021-05-25gnu: emasc-geiser: Update to 0.16....* gnu/packages/emacs-xyz (emacs-geiser): Update to 0.16. [patches]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev
2021-05-25gnu: Add cl-djula....* gnu/packages/lisp-xyz.scm: (sbcl-djula, ecl-djula, cl-djula): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-05-25gnu: Add cl-slice....* gnu/packages/lisp-xyz.scm (sbcl-cl-slice, ecl-cl-slice, cl-slice): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-05-25gnu: Add cl-locale....* gnu/packages/lisp-xyz.scm (sbcl-cl-locale, ecl-cl-locale, cl-locale): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-05-25gnu: Add cl-parser-combinators....* 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> Sharlatan Hellseher
2021-05-25gnu: Add cl-gettext....* gnu/packages/lisp-xyz.scm (sbcl-gettext, ecl-gettext, cl-gettext): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-05-25gnu: Add cl-arnesi....* gnu/packages/lisp-xyz.scm (sbcl-arnesi, ecl-arnesi, cl-arnesi): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-05-25ci: Add derivation inputs....* gnu/ci.scm (derivation->job): Add the derivation inputs to the job association list. Mathieu Othacehe
2021-05-25gnu: infamous-plugins: Update to 0.3.0....* gnu/packages/audio.scm (infamous-plugins): Update to 0.3.0. Efraim Flashner
2021-05-25gnu: infamous-plugins: Fix build....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. Efraim Flashner
2021-05-25gnu: i2pd: Allow skipping tests....* gnu/packages/i2p.scm (i2pd)[arguments]: Adjust custom 'check phase to honor --without-tests flag. Efraim Flashner
2021-05-25gnu: i2pd: Reflow package definition....* gnu/packages/i2p.scm (i2pd): Reflow package definition. Efraim Flashner
2021-05-25gnu: i2pd: update to 2.38.0....* gnu/packages/i2p.scm (i2pd): Update to 2.38.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Solene Rapenne
2021-05-25gnu: python2-shapely: Remove package....* gnu/packages/python-xyz.scm (python2-shapely): Delete variable. Björn Höfling
2021-05-24gnu: python-breathe: Update to 4.30.0....* gnu/packages/sphinx.scm (python-breathe): Update to 4.30.0. [propagated-inputs]: Remove PYTHON-SIX. Marius Bakke
2021-05-24gnu: HYPRE: Update source and home page URLs....* gnu/packages/maths.scm (hypre)[source]: Change to new repository home. [home-page]: Follow redirect. Marius Bakke
2021-05-24gnu: linux-libre 4.4: Update to 4.4.269....* 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. Leo Famulari
2021-05-24gnu: linux-libre 4.9: Update to 4.9.269....* 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. Leo Famulari
2021-05-24gnu: linux-libre 4.14: Update to 4.14.233....* 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. Leo Famulari
2021-05-24gnu: linux-libre 4.19: Update to 4.19.191....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.191. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2021-05-24gnu: linux-libre 5.4: Update to 5.4.121....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.121. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2021-05-24gnu: linux-libre 5.10: Update to 5.10.39....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.39. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2021-05-24gnu: linux-libre: Update to 5.12.6....* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.6. (linux-libre-5.12-pristine-source): Update hash. Leo Famulari
2021-05-24gnu: python-matplotlib: Don't hardcode python version....* gnu/packages/python-xyz.scm (python-matplotlib)[arguments]: In custom 'install-jquery-ui phase programmatically get the version of python. Efraim Flashner
2021-05-24gnu: python-nltk: Add missing inputs....* gnu/packages/python-xyz.scm (python-nltk)[propagated-inputs]: Add python-click, python-joblib, python-regex, python-tqdm. Efraim Flashner
2021-05-24gnu: python-nltk-3.4: Add missing input....* gnu/packages/python-xyz.scm (python-nltk-3.4)[propagated-inputs]: Add python-six. Efraim Flashner
2021-05-24gnu: services: Add missing wireguard related exports....* gnu/services/vpn.scm: Export 'wireguard-peer-public-key' and 'wireguard-peer-keep-alive'. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Solene Rapenne
2021-05-24gnu: font-sarasa-gothic: Update to 0.31.2....* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.31.2. Leo Prikler