summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnu: emacs-ebuild-mode: Update to 1.53.Nicolas Goaziou2021-07-251-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.53.
* gnu: emacs-counsel-etags: Update to 1.9.17.Nicolas Goaziou2021-07-251-4/+4
| | | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.9.17. [arguments]: Disable tests.
* gnu: emacs-corfu: Update to 0.10.Nicolas Goaziou2021-07-251-10/+10
| | | | * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.10.
* gnu: emacs-modus-themes: Update to 1.5.0.Nicolas Goaziou2021-07-251-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.5.0.
* gnu: emacs-flycheck-grammalecte: Update to 2.0.Nicolas Goaziou2021-07-251-17/+14
| | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Update to 2.0.
* gnu: emacs-aggressive-indent: Update to 1.10.0.Nicolas Goaziou2021-07-251-3/+3
| | | | * gnu/packages/emacs-xyz.scm (emacs-aggressive-indent): Update to 1.10.0.
* gnu: emacs-pyim: Update to 3.9.3.Nicolas Goaziou2021-07-251-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.3.
* gnu: emacs-ebdb: Update to 0.7.Nicolas Goaziou2021-07-251-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.7.
* gnu: marble-qt: Fix source file name.Tobias Geerinckx-Rice2021-07-251-2/+2
| | | | * gnu/packages/geo.scm (marble-qt)[source]: Add a FILE-NAME field.
* gnu: marble-qt: Fix Git source URL.Tobias Geerinckx-Rice2021-07-251-1/+1
| | | | | | | | | The package failed to build with: fatal: remote error: Please use the https: protocol to connect to anongit Fix the protocol & follow the subsequent HTTP redirection. * gnu/packages/geo.scm (marble-qt)[source]: Fix upstream URL.
* gnu: r-structuralvariantannotation: Update to 1.8.1.Tobias Geerinckx-Rice2021-07-251-3/+3
| | | | | | | | The previous 1.8.0 source tarball has vanished. * gnu/packages/bioconductor.scm (r-structuralvariantannotation): Update to 1.8.1. [propagated-inputs]: Add r-genomicfeatures.
* gnu: Add python-hyperopt.Vinicius Monego2021-07-251-0/+51
| | | | | | * gnu/packages/machine-learning.scm (python-hyperopt): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add emacs-ob-async.Vinicius Monego2021-07-251-0/+23
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ob-async): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: oil: Respect #:tests?.Arun Isaac2021-07-251-6/+6
| | | | | * gnu/packages/shells.scm (oil)[arguments]: Respect #:tests? in the custom check phase.
* gnu: oil: Update to 0.9.0.Felix Gruber2021-07-251-2/+3
| | | | | | * gnu/packages/shells.scm (oil): Update to 0.9.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add marble-qt.Wiktor Żelazny2021-07-253-1/+231
| | | | | | | | * gnu/packages/patches/marble-qt-add-qt-headers.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/geo.scm (marble-qt): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: gmnisrv: Update to 0-2.32854b7.Sarah Morgensen2021-07-251-3/+4
| | | | | | | | | | Update to latest commit. gmnisrv uses v3 X509 certificates now, and so "requires fresh certificates, which could break clients with strict trust-on-first-use policies." gnu/packages/web.scm (gmnisrv): Update to 0-2.32854b7. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: emacs-nov-el: Update to 0.3.4.Morgan Smith2021-07-251-3/+4
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.4. [arguments]<#:emacs>: Use emacs for libxml. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: weston: Enable some features.Raghav Gururajan2021-07-251-2/+5
| | | | | | | * gnu/packages/freedesktop.scm (weston)[inputs]: Add freerdp, gstreamer and gst-plugins-base. [configure-flags](backend-rdp,remoting): Remove flags. (backend-default): New flag.
* gnu: freerdp: Propagate some inputs as per pkg-config files.Raghav Gururajan2021-07-251-3/+4
| | | | | | * gnu/packages/rdesktop.scm (freerdp)[inputs]: Move libxkbcommon, openssl and wayland to ... [propagated-inputs]: ... here.
* gnu: weston: Fix package inputs.Raghav Gururajan2021-07-251-2/+9
| | | | | | | | | | | The newly added inputs are referenced by the package but was missing in the package definition. Some of these inputs might have been used by the package indirectly via propagation from other inputs. The moved inputs are referenced in pkg-config files. * gnu/packages/freedesktop.scm (weston)[inputs]: Add glib, libdrm, libpng, libx11 and libxcb. Move libxkbcommon and wayland to ... [propagated-inputs]: ... here. Add pixman.
* gnu: weston: Update to 9.0.0 and adjust arguments+inputs accordingly.Raghav Gururajan2021-07-251-11/+20
| | | | | | | | * gnu/packages/freedesktop.scm (weston)[version]: Update to 9.0.0. [configure-flags](c_link_args): New flag. (simple-dmabuf-drm): Remove flag. [native-inputs]: Add mscgen. [inputs]: Add pipewire.
* gnu: perl-http-cookiejar: Update to 0.012.Tobias Geerinckx-Rice2021-07-251-2/+2
| | | | | | | | | | This fixes its build which had started to fail due to a time-bomb: Expires=Wed, 09 Jun 2021 10:18:14 GMT in an examples.t test cookie. * gnu/packages/web.scm (perl-http-cookiejar): Update to 0.012.
* gnu: esmtp: Fix build with libesmtp >= 1.1.0.Tobias Geerinckx-Rice2021-07-243-1/+40
| | | | | | * gnu/packages/mail.scm (esmtp)[source]: Add patch. * gnu/packages/patches/esmtp-add-lesmtp.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* services: dhcpd: Fix activation with IPv6 configuration.Guillaume Le Vaillant2021-07-241-2/+4
| | | | | * gnu/services/networking.scm (dhcpd-activation): Pass the IP version parameter to dhcpd.
* gnu: Add feeder.Pierre Neidhardt2021-07-241-0/+36
| | | | * gnu/packages/lisp-xyz.scm (cl-feeder, ecl-feeder, sbcl-feeder): New variables.
* gnu: java-xmlpull2: Use mirrored source and archived home page.Tobias Geerinckx-Rice2021-07-231-3/+5
| | | | | | * gnu/packages/xml.scm (java-xmlpull2)[source]: Download from a Gentoo distfiles mirror. [home-page]: Point to an archive.org snapshot.
* gnu: graphviz: Use HTTPS home page.Marius Bakke2021-07-231-1/+1
| | | | * gnu/packages/graphviz.scm (graphviz)[home-page]: Use HTTPS.
* gnu: php: Update to 7.4.21.Marius Bakke2021-07-231-10/+6
| | | | | | * gnu/packages/php.scm (php): Update to 7.4.21. [arguments]: Remove trailing #t's. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
* gnu: tmux-themepack: Tweak description.Ludovic Courtès2021-07-231-1/+2
| | | | * gnu/packages/tmux.scm (tmux-themepack)[description]: Tweak.
* gnu: tmux-themepack: Update to 1.1.0.Matthew James Kraai2021-07-231-30/+32
| | | | | | | * gnu/packages/tmux.scm (tmux-themepack): Update to 1.1.0. [arguments]: Install only selected files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: modules: Avoid FHS file names in 'add.modules'.Ludovic Courtès2021-07-231-0/+8
| | | | | * gnu/packages/package-management.scm (modules)[arguments]: Add 'patch-add-modules' phase.
* gnu: Add modules.Ivan Gankevich2021-07-231-0/+109
| | | | | | * gnu/packages/package-management.scm (modules): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: hpcguix-web: Update to 0.1.0.Ludovic Courtès2021-07-232-82/+79
| | | | | | | | | * gnu/packages/web.scm (hpcguix-web): Update to 0.1.0. [arguments]: In 'wrap-program' phase, change "/bin/run" to "/bin/hpcguix-web". [inputs]: Add BASH-MINIMAL. * gnu/services/web.scm (hpcguix-web-shepherd-service): Run "/bin/hpcguix-web".
* gnu: pari-gp: Update to 2.13.2.Andreas Enge2021-07-231-2/+2
| | | | * gnu/packages/algebra.scm (pari-gp): Update to 2.13.2.
* gnu: gnome-maps: Update to 3.38.5.Leo Prikler2021-07-231-2/+11
| | | | * gnu/packages/geo.scm (gnome-maps): Update to 3.38.5.
* gnu: Add radvd.Guillaume Le Vaillant2021-07-231-0/+32
| | | | * gnu/packages/admin.scm (radvd): New variable.
* gnu: Add drawterm.宋文武2021-07-222-0/+67
| | | | | * gnu/packages/plan9.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: Add cl-libxml2.Pierre Neidhardt2021-07-221-0/+88
| | | | | * gnu/packages/lisp-xyz.scm (cl-libxml2, ecl-cl-libxml2, sbcl-cl-libxml2): New variables.
* gnu: r-opencpu: Update to 2.2.4.Ricardo Wurmus2021-07-221-2/+2
| | | | * gnu/packages/cran.scm (r-opencpu): Update to 2.2.4.
* gnu: Add r-opencpuSharlatan Hellseher2021-07-221-0/+43
| | | | | | * gnu/packages/cran.scm: (r-opencpu): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-protoliteSharlatan Hellseher2021-07-221-0/+34
| | | | | | * gnu/packages/cran.scm: (r-protolite): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-webutilsSharlatan Hellseher2021-07-221-0/+24
| | | | * gnu/packages/cran.scm (r-webutils): New variable.
* gnu: Add python-dolfin-adjoint.Paul Garlick2021-07-221-0/+81
| | | | * gnu/packages/simulation.scm (python-dolfin-adjoint): New variable.
* gnu: Add abjad-ext-ipython.jgart2021-07-221-0/+48
| | | | | | * gnu/packages/music.scm (abjad-ext-ipython): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add abjad-ext-nauert.jgart2021-07-221-0/+42
| | | | | | * gnu/packages/music.scm (abjad-ext-nauert): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add abjad-ext-rmakers.jgart2021-07-221-0/+42
| | | | | | * gnu/packages/music.scm (abjad-ext-rmakers): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: abjad: Remove obsolete phase.Efraim Flashner2021-07-221-5/+0
| | | | | * gnu/packages/music.scm (abjad)[arguments]: Remove custom 'patch-source phase.
* gnu: abjad: Move lilypond to inputs.Efraim Flashner2021-07-221-2/+3
| | | | | * gnu/packages/music.scm (abjad)[native-inputs]: Move lilypond ... [inputs]: ... to here.
* gnu: abjad: Improve description.jgart2021-07-221-2/+7
| | | | | | | * gnu/packages/music.scm (abjad)[description]: Improve abjad's description. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>