summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: pigx-chipseq: Update to 0.0.53.Ricardo Wurmus2021-09-29
| | | | | * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.53. [inputs]: Add r-hexbin.
* gnu: Add python-pytest-csv.Maxim Cournoyer2021-09-28
| | | | * gnu/packages/python-check.scm (python-pytest-csv): New variable.
* gnu: python-pytest-6: Fix version string in metadata.Maxim Cournoyer2021-09-28
| | | | | | | | The PKG-INFO file generated previously would have '0.0.0' as the version string, causing problems in other packages specifying requirements such as 'pytest>=6'. * gnu/packages/check.scm (python-pytest-6)[phases]{fix-version}: New phase.
* file-systems: Prefer low-memory mode of ‘btrfs check’.Tobias Geerinckx-Rice2021-09-28
| | | | | | | * gnu/build/file-systems.scm (check-btrfs-file-system): Add ‘--mode lowmem’ arguments when supported. Reported by Noisytoot on #guix.
* gnu: crm114: Fix typo in description.Tobias Geerinckx-Rice2021-09-28
| | | | * gnu/packages/mail.scm (crm114): Fix ‘correllation’ typo.
* gnu: r-simplifyenrichment: Fix typo in description.Tobias Geerinckx-Rice2021-09-28
| | | | | * gnu/packages/bioconductor.scm (r-simplifyenrichment)[description]: Fix ‘implemeted’ typo.
* gnu: Add falltergeist.phodina via Guix-patches via2021-09-28
| | | | | | * gnu/packages/games.scm (falltergeist): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add sdlpop.phodina via Guix-patches via2021-09-28
| | | | | | * gnu/packages/games.scm (sdlpop): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-bing-dict.Xinglu Chen2021-09-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-bing-dict): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-eterm-256color.Xinglu Chen2021-09-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-eterm-256color): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-julia-snail: Update to 1.1.4.Nicolas Goaziou2021-09-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-julia-snail): Update to 1.1.4.
* gnu: emacs-parseclj: Update to 1.0.2.Nicolas Goaziou2021-09-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.2.
* gnu: emacs-evil-matchit: Update to 2.4.1.Nicolas Goaziou2021-09-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.4.1.
* gnu: emacs-closql: Update to 1.2.0.Nicolas Goaziou2021-09-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.2.0.
* gnu: Add python-glom.jgart2021-09-29
| | | | | | * gnu/packages/python-xyz.scm (python-glom): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add python-face.jgart2021-09-29
| | | | | | * gnu/packages/python-xyz.scm (python-face): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add lxd.Andrew Whatson2021-09-28
| | | | | | * gnu/packages/virtualization.scm (lxd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lxcfs: Update to 4.0.9.Andrew Whatson2021-09-28
| | | | | | * gnu/packages/virtualization.scm (lxcfs): Update to 4.0.9. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lxc: Update to 4.0.10.Andrew Whatson2021-09-28
| | | | | | * gnu/packages/virtualization.scm (lxc): Update to 4.0.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libdqlite: Update to 1.9.0.Andrew Whatson2021-09-28
| | | | | | * gnu/packages/cluster.scm (libdqlite): Update to 1.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libraft: Update to 0.11.2.Andrew Whatson2021-09-28
| | | | | | | * gnu/packages/cluster.scm (libraft): Update to 0.11.2. [inputs]: Add lz4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home-services: Add missing imports and function definition.Andrew Tropin2021-09-28
| | | | | | | | | | * gnu/home-services/configuration.scm: Add missing imports. * gnu/home-services/utils.scm (list->human-readable-list): Add new function. * gnu/home-services/configuration.scm: Add missing imports. * gnu/home-services/xdg.scm: Fix ensure-list function. * guix/scripts/home/import.scm: Add missing imports. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-base16-theme: Add themes to output.John Soo2021-09-28
| | | | | | | * gnu/packages/emacs-xyz (emacs-base16-theme)[arguments]: Add build directory themes to #:include. Add a phase to move them to the appropriate place. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: sbcl-burgled-batteries3: Fix compiling with sbcl >= 2.1.6.Guillaume Le Vaillant2021-09-28
| | | | | | * gnu/packages/patches/sbcl-burgled-batteries3-fix-signals.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[source]: Use it.
* gnu: sbcl-ironclad: Update to 0.56.Guillaume Le Vaillant2021-09-28
| | | | * gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.56.
* gnu: sbcl-png: Fix compiling with sbcl >= 2.1.6.Guillaume Le Vaillant2021-09-28
| | | | | | * gnu/packages/patches/sbcl-png-fix-sbcl-compatibility.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/lisp-xyz.scm (sbcl-png)[source]: Use it.
* gnu: sbcl: Update to 2.1.9.Charles2021-09-28
| | | | | | * gnu/packages/lisp.scm (sbcl): Update to 2.1.9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-esrap: Update to 0.18-2.866f28f.Charles2021-09-28
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-esrap): Update to 0.18-2.866f28f. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: libraqm: Update to 0.7.2.Nicolas Goaziou2021-09-28
| | | | | | | | * gnu/packages/fontutils.scm (libraqm): Update to 0.7.2. [source]: Use git-fetch method. [build-system]: Switch to meson-build-system. [arguments]<#:phases>: Remove unnecessary (and unrecognized) configure flag per above.
* gnu: emacs-butler: Update to 0.2.6.Nicolas Goaziou2021-09-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-butler): Update to 0.2.6.
* gnu: emacs-pubmed: Update to 0.5.2.Nicolas Goaziou2021-09-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.5.2.
* gnu: Add python-pymodbus.Maxim Cournoyer2021-09-28
| | | | * gnu/packages/python-xyz.scm (python-pymodbus): New variable.
* gnu: Add python-pyserial-asyncio.Maxim Cournoyer2021-09-28
| | | | * gnu/packages/python-xyz.scm (python-pyserial-asyncio): New variable.
* gnu: Add python-pytest-random-order.Maxim Cournoyer2021-09-27
| | | | * gnu/packages/check.scm (python-pytest-random-order): New variable.
* gnu: python-proto-match: Explicitly disable tests to fix build.Maxim Cournoyer2021-09-27
| | | | | | | I previously thought this unnecessary, but attempting to build the package suggests otherwise. * gnu/packages/python-xyz.scm (python-proto-matcher)[tests?]: Set to #f.
* gnu: ccache: Update to 4.4.1.Tobias Geerinckx-Rice2021-09-28
| | | | | | | | * gnu/packages/ccache.scm (ccache): Update to 4.4.1. [source]: Add patch. [arguments]: Remove explicit #t return values from phases. * gnu/packages/patches/ccache-fix-basedir-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: faudio: Update to 21.09.Tobias Geerinckx-Rice2021-09-28
| | | | * gnu/packages/audio.scm (faudio): Update to 21.09.
* gnu: detox: Update to 1.4.5.Tobias Geerinckx-Rice2021-09-28
| | | | * gnu/packages/admin.scm (detox): Update to 1.4.5.
* gnu: giac: Update to 1.7.0-33.Nicolas Goaziou2021-09-27
| | | | * gnu/packages/algebra.scm (giac): Update to 1.7.0-33.
* gnu: emacs-parseedn: Update to 1.0.0.Nicolas Goaziou2021-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.0.0.
* gnu: emacs-parseclj: Update to 1.0.0.Nicolas Goaziou2021-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.0.
* gnu: emacs-solaire-mode: Update to 2.0.3.Nicolas Goaziou2021-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.3.
* Merge branch 'wip-guix-home'Oleg Pykhalov2021-09-27
|\
| * home-services: shepherd: Add missing exports.Andrew Tropin2021-09-13
| | | | | | | | | | | | * gnu/home-services/shepherd.scm: Add missing exports. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add Mcron.Andrew Tropin2021-09-13
| | | | | | | | | | | | | | | | * gnu/home-services/mcron.scm: New file. * gnu/local.mk: Add this. * doc/guix.texi: Add documentation about Mcron Home Service. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add Shepherd.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | | | * gnu/home-services/shepherd.scm: New file. * gnu/local.mk: Add this. * doc/guix.texi: Add documentation about Shepherd Home Service. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: run-on-change: Handle first generation case.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | * gnu/home-services.scm (compute-on-change-gexp): Handle first generation case. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: configuration: Add generic-serialize-alist.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | * gnu/home-services/configuration.scm (generic-serialize-alist, generic-serialize-alist-entry): New functions. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * gnu: local.mk: Tabify.Oleg Pykhalov2021-09-09
| | | | | | | | * gnu/local.mk (GNU_SYSTEM_MODULES): Normalize to tabs.
| * gnu: home: Add doc comment about the module.Andrew Tropin2021-09-09
| | | | | | | | Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>