summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: hostapd: Use package from configuration.Brice Waegeneire2021-05-31
| | | | | * gnu/services/networking.scm (hostapd-shepherd-services): Replace 'hostapd' by the package specified in the configuration.
* tests: Fix loadable-kernel-modules-service tests.Brice Waegeneire2021-05-31
| | | | | | | | | | * gnu/tests/linux-modules.scm (run-loadable-kernel-modules-service-test): Actually load the modules with kernel-module-loader-service-type. Use a singleton service instead of defining a custom one. * doc/guix.texi (Service Reference): To give an example of linux-loadable-module-service-type use a singleton instead of defining a new service.
* gnu: emacs-tramp: Update to 2.5.0.5.Nicolas Goaziou2021-05-31
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.5.
* gnu: emacs-solaire-mode: Update to 2.0.0.Nicolas Goaziou2021-05-31
| | | | * gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.0.
* gnu: texmacs: Update to 1.99.21.Nicolas Goaziou2021-05-31
| | | | * gnu/packages/text-editors.scm (texmacs): Update to 1.99.21.
* gnu: emacs-moody: Update to 0.5.5.Nicolas Goaziou2021-05-31
| | | | * gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.5.5.
* gnu: emacs-posframe: Update to 1.0.3.Nicolas Goaziou2021-05-31
| | | | * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.3.
* gnu: lagrange: Update to 1.5.0.Solene Rapenne via Guix-patches via2021-05-31
| | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.5.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-eyebrowse.Stefan Reichör2021-05-31
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-eyebrowse): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-easy-ansi.Stefan Reichör2021-05-31
| | | | | | * gnu/packages/python-xyz.scm (python-easy-ansi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-evil-paredit.Xinglu Chen2021-05-31
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-paredit): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: tome4: Update to 1.7.3.Solene Rapenne via Guix-patches via2021-05-31
| | | | | | * gnu/packages/games.scm (tome4): Update to 1.7.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: bits: Use git-version and git-file-name.Ricardo Wurmus2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (bits)[version]: Use git-version. [source]: Use git-file-name.
* gnu: piranha: Use git-version.Ricardo Wurmus2021-05-31
| | | | * gnu/packages/bioinformatics.scm (piranha)[version]: Use git-version.
* gnu: r-chipkernels: Use git-version and git-file-name.Ricardo Wurmus2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-chipkernels)[version]: Use git-version. [source]: Use git-file-name.
* gnu: f-seq: Use git-version and git-file-name.Ricardo Wurmus2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (f-seq)[version]: Use git-version. [source]: Use git-file-name.
* gnu: bismark: Use git-file-name.Ricardo Wurmus2021-05-31
| | | | * gnu/packages/bioinformatics.scm (bismark)[source]: Use git-file-name.
* gnu: filevercmp: Use git-version.Ricardo Wurmus2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (filevercmp)[version]: Use git-version; bind "revision" in outer let.
* gnu: r-chipseeker: Move out of experiment section.Ricardo Wurmus2021-05-31
| | | | | * gnu/packages/bioconductor.scm (r-chipseeker): Move the package from the "experiment" section to the section for regular Bioconductor packages.
* gnu: r-spp: Move to (gnu packages bioconductor).Ricardo Wurmus2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-spp): Move from here... * gnu/packages/bioconductor.scm (r-spp): ...to here.
* gnu: r-geneoverlap: Move out of experiment section.Ricardo Wurmus2021-05-31
| | | | | | * gnu/packages/bioconductor.scm (r-geneoverlap): Move the package definition out of the "experiment" section into the section for regular Bioconductor packages.
* gnu: r-phantompeakqualtools: Let-bind commit, set revision to 1.Ricardo Wurmus2021-05-31
| | | | | | | * gnu/packages/bioinformatics.scm (r-phantompeakqualtools): Bind the commit outside of the package value. [version]: Use git-version. [source]: Use git-file-name.
* gnu: r-methylkit: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-methylkit): Move from here... * gnu/packages/bioconductor.scm (r-methylkit): ...to here.
* gnu: r-copywriter: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-copywriter): Move from here... * gnu/packages/bioconductor.scm (r-copywriter): ...to here.
* gnu: r-copyhelper: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | | * gnu/packages/bioinformatics.scm (r-copyhelper): Move from here... * gnu/packages/bioconductor.scm (r-copyhelper): ...to here. [source]: Repalce 'string-append' by 'bioconductor-uri' with 'experiment.
* gnu: r-chipseq: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-chipseq): Move from here... * gnu/packages/bioconductor.scm (r-chipseq): ...to here.
* gnu: r-rhdf5: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-rhdf5): Move from here... * gnu/packages/bioconductor.scm (r-rhdf5): ...to here.
* gnu: r-annotationfilter: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-annotationfilter): Move from here... * gnu/packages/bioconductor.scm (r-annotationfilter): ...to here.
* gnu: r-rhdf5filters: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-rhdf5filters): Move from here... * gnu/packages/bioconductor.scm (r-rhdf5filters): ...to here.
* gnu: r-tximport: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-tximport): Move from here... * gnu/packages/bioconductor.scm (r-tximport): ...to here.
* gnu: r-mutationalpatterns: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-mutationalpatterns): Move from here... * gnu/packages/bioconductor.scm (r-mutationalpatterns): ...to here.
* gnu: r-rcas: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-rcas): Move from here... * gnu/packages/bioconductor.scm (r-rcas): ...to here.
* gnu: r-bamsignals: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-bamsignals): Move from here... * gnu/packages/bioconductor.scm (r-bamsignals): ...to here.
* gnu: r-rhtslib: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-rhtslib): Move from here... * gnu/packages/bioconductor.scm (r-rhtslib): ...to here.
* gnu: r-zlibbioc: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-zlibbioc): Move from here... * gnu/packages/bioconductor.scm (r-zlibbioc): ...to here.
* gnu: r-seqlogo: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-seqlogo): Move from here... * gnu/packages/bioconductor.scm (r-seqlogo): ...to here.
* gnu: r-motifrg: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-motifrg): Move from here... * gnu/packages/bioconductor.scm (r-motifrg): ...to here.
* gnu: r-sva: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-sva): Move from here... * gnu/packages/bioconductor.scm (r-sva): ...to here.
* gnu: r-protgenerics: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-protgenerics): Move from here... * gnu/packages/bioconductor.scm (r-protgenerics): ...to here.
* gnu: r-mzr: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-mzr): Move from here... * gnu/packages/bioconductor.scm (r-mzr): ...to here.
* gnu: r-ensembldb: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-ensembldb): Move from here... * gnu/packages/bioconductor.scm (r-ensembldb): ...to here.
* gnu: r-biovizbase: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-biovizbase): Move from here... * gnu/packages/bioconductor.scm (r-biovizbase): ...to here.
* gnu: r-vsn: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-vsn): Move from here... * gnu/packages/bioconductor.scm (r-vsn): ...to here.
* gnu: r-affyio: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-affyio): Move from here... * gnu/packages/bioconductor.scm (r-affyio): ...to here.
* gnu: r-organismdbi: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-organismdbi): Move from here... * gnu/packages/bioconductor.scm (r-organismdbi): ...to here.
* gnu: r-dirichletmultinomial: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-dirichletmultinomial): Move from here... * gnu/packages/bioconductor.scm (r-dirichletmultinomial): ...to here.
* gnu: r-genomicfiles: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-genomicfiles): Move from here... * gnu/packages/bioconductor.scm (r-genomicfiles): ...to here.
* gnu: r-complexheatmap: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-complexheatmap): Move from here... * gnu/packages/bioconductor.scm (r-complexheatmap): ...to here.
* gnu: r-gage: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-gage): Move from here... * gnu/packages/bioconductor.scm (r-gage): ...to here.
* gnu: r-keggrest: Move to (gnu packages bioconductor).zimoun2021-05-31
| | | | | * gnu/packages/bioinformatics.scm (r-keggrest): Move from here... * gnu/packages/bioconductor.scm (r-keggrest): ...to here.