summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: emacs-browse-at-remote: Update to 0.14.0.series-3111Joseph LaFreniere2020-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-browse-at-remote): Update to 0.14.0.
* gexp: Default to current target.base-for-series-3111Mathieu Othacehe2020-03-08
| | | | | | | | | | | * guix/gexp.scm (lower-object): Set target argument to 'current by default and look for the current target system at bind time if needed, (gexp->file): ditto, (gexp->script): ditto, (lower-gexp): make sure lowered extensions are not cross-compiled. * tests/gexp.scm: Add cross-compilation test-cases for gexp->script and gexp->file with a target passed explicitely and with a default target.
* store: Add set-current-target procedure.Mathieu Othacehe2020-03-08
| | | | * guix/store.scm (set-current-target): New exported procedure.
* gnu: r-robust: Update to 0.5-0.0.base-for-series-3110Ricardo Wurmus2020-03-08
| | | | * gnu/packages/statistics.scm (r-robust): Update to 0.5-0.0.
* gnu: r-rapidjsonr: Update to 1.2.0.Ricardo Wurmus2020-03-08
| | | | * gnu/packages/cran.scm (r-rapidjsonr): Update to 1.2.0.
* gnu: r-atacseqqc: Update to 1.10.3.Ricardo Wurmus2020-03-08
| | | | | * gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.10.3. [native-inputs]: Add r-knitr.
* gnu: Reword and extend descriptions for some KDE packages.Hartmut Goebel2020-03-08
| | | | | | | | | | * gnu/packages/kde-multimedia.scm (libkcompatdisc)[description]: Extend. * gnu/packages/kde-pim.scm (akonadi-search, kalarmcal, kdemailimporter, kdepim-apps-libs, kidentitymanagement, kldap, kmailtransport, kmbox, kmime, kontactinterface, kpimtextedit)[description]: Reword and extend. (ktnef, kpimcommon, libkdepim)[synopsis, description]: Reword and extend. (kmailtransport)[synopsis]: Fix space. * gnu/packages/kde-systemtools.scm (khelpcenter)[description]: Extend.
* gnu: Add emacs-org-journal.Martin Becze2020-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-journal): New Variable.
* gnu: python-umap-learn: Fix build.Roel Janssen2020-03-08
| | | | | * gnu/packages/machine-learning.scm (python-umap-learn): Add python-joblib to run the test suite.
* services: nfs: Run rpc.mountd in foreground.Maxim Cournoyer2020-03-08
| | | | | | | | | | Fixes <https://bugs.gnu.org/39708>. Shepherd doesn't keep track of processes that fork themselves and would disable the process after restarting it a couple times. * gnu/services/nfs.scm (nfs-shepherd-services): Invoke rpc.mountd with the '--foreground' option.
* gnu: QEMU: Fix CVE-2020-8608.Leo Famulari2020-03-07
| | | | | | * gnu/packages/patches/qemu-CVE-2020-8608.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/virtualization.scm (qemu)[source]: Use it.
* gnu: brotli: Remove packageLars-Dominik Braun2020-03-07
| | | | | | | | | Same package is provided by google-brotli. * gnu/packages/compression.scm (brotli): Redefine as a deprecated alias for "google-brotli". Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: woff2: Update to 1.0.2Lars-Dominik Braun2020-03-07
| | | | | | | | * gnu/packages/fontutils.scm (woff2): Update to 1.0.2 and switch to cmake * gnu/packages/patches/woff2-libbrotli.patch: Remove * gnu/local.mk (dist_patch_DATA): Remove patch Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ccache: Fix indentationVincent Legoll2020-03-07
| | | | | | * gnu/packages/ccache.scm (ccache): Fix indentation Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ccache: Update to 3.7.7.Vincent Legoll2020-03-07
| | | | | | | | gnu/packages/ccache.scm (ccache): Update to 3.7.7, update homepage to ccache.dev, get source code from github, remove fortran 77 from description. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: eudev: Add variant with corrected Btrfs rules.Ludovic Courtès2020-03-07
| | | | | | | | Discussed at <https://bugs.gnu.org/39926>. * gnu/packages/linux.scm (eudev/btrfs-fix): New variable. * gnu/services/base.scm (<udev-configuration>)[udev]: Default to it. (udev-service): Likewise for #:udev.
* gnu: guile: Add 2.2.7.Ludovic Courtès2020-03-07
| | | | | | | | * gnu/packages/guile.scm (guile-2.2.7): New variable. (guile-2.2/bug-fix): Redefine as a deprecated alias for GUILE-2.2.7. * gnu/packages/admin.scm (shepherd)[native-inputs, inputs]: Use GUILE-2.2.7. * gnu/packages/patches/guile-finalization-crash.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: emacs-xr: Update to 1.17.Nicolas Goaziou2020-03-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.17.
* gnu: emacs-relint: Update to 1.15.Nicolas Goaziou2020-03-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.15.
* gnu: r-dplyr: Update to 0.8.5.Ricardo Wurmus2020-03-07
| | | | | * gnu/packages/statistics.scm (r-dplyr): Update to 0.8.5. [native-inputs]: Add r-knitr.
* gnu: r-survival: Update to 3.1-11.Ricardo Wurmus2020-03-07
| | | | * gnu/packages/statistics.scm (r-survival): Update to 3.1-11.
* gnu: r-lifecycle: Update to 0.2.0.Ricardo Wurmus2020-03-07
| | | | | * gnu/packages/cran.scm (r-lifecycle): Update to 0.2.0. [native-inputs]: Add r-knitr.
* gnu: r-covr: Update to 3.5.0.Ricardo Wurmus2020-03-07
| | | | | * gnu/packages/cran.scm (r-covr): Update to 3.5.0. [native-inputs]: Add r-knitr.
* gnu: r-pscl: Update to 1.5.5.Ricardo Wurmus2020-03-07
| | | | * gnu/packages/cran.scm (r-pscl): Update to 1.5.5.
* gnu: r-mosaic: Add r-knitr.Ricardo Wurmus2020-03-07
| | | | * gnu/packages/cran.scm (r-mosaic)[native-inputs]: Add r-knitr.
* gnu: r-insight: Update to 0.8.2.Ricardo Wurmus2020-03-07
| | | | | * gnu/packages/cran.scm (r-insight): Update to 0.8.2. [native-inputs]: Add r-knitr.
* gnu: r-heatmaply: Add r-knitr.Ricardo Wurmus2020-03-07
| | | | * gnu/packages/cran.scm (r-heatmaply)[native-inputs]: Add r-knitr.
* gnu: r-methylkit: Add r-knitr.Ricardo Wurmus2020-03-07
| | | | * gnu/packages/bioinformatics.scm (r-methylkit)[native-inputs]: Add r-knitr.
* gnu: r-ggrepel: Add r-knitr.Ricardo Wurmus2020-03-07
| | | | * gnu/packages/cran.scm (r-ggrepel)[native-inputs]: Add r-knitr.
* import/cran: Add vignette builder to native inputs.Ricardo Wurmus2020-03-07
| | | | | * guix/import/cran.scm (needs-knitr?): New procedure. (description->package): Use it.
* gnu: r-multiassayexperiment: Update to 1.12.4.Ricardo Wurmus2020-03-07
| | | | * gnu/packages/bioconductor.scm (r-multiassayexperiment): Update to 1.12.4.
* gnu: r-depecher: Update to 1.2.2.Ricardo Wurmus2020-03-07
| | | | | * gnu/packages/bioconductor.scm (r-depecher): Update to 1.2.2. [native-inputs]: Add r-knitr.
* gnu: r-xcms: Update to 3.8.2.Ricardo Wurmus2020-03-07
| | | | * gnu/packages/bioconductor.scm (r-xcms): Update to 3.8.2.
* gnu: r-yamss: Update to 1.12.1.Ricardo Wurmus2020-03-07
| | | | * gnu/packages/bioconductor.scm (r-yamss): Update to 1.12.1.
* gnu: r-viridis: Add r-knitr.Ricardo Wurmus2020-03-07
| | | | * gnu/packages/statistics.scm (r-viridis)[native-inputs]: Add r-knitr.
* gnu: r-vsn: Add r-knitr.Ricardo Wurmus2020-03-07
| | | | * gnu/packages/bioinformatics.scm (r-vsn)[native-inputs]: Add r-knitr.
* fd: Install bash completion properly.Michael Rohleder2020-03-07
| | | | | | | * gnu/packages/rust-apps.scm (fd)[arguments]: Replace the dash in "bash-completion.d" with an underscore. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: anki: Fix mpv audio playbackRobert Smith2020-03-07
| | | | | | | | | * gnu/packages/patches/anki-mpv-args.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/education.scm (anki): Adjust accordingly, wrap anki's PATH to include mpv executable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: next: Fix build with SBCL 2.0.2.Pierre Neidhardt2020-03-07
| | | | | * gnu/packages/web-browsers.scm (next)[arguments]: Fix lambda-list type error on SBCL 2.0.2.
* gnu: s6-rc: Update to 0.5.1.2.Tobias Geerinckx-Rice2020-03-07
| | | | * gnu/packages/skarnet.scm (s6-rc): Update to 0.5.1.2.
* gnu: s6-portable-utils: Update to 2.2.2.2.Tobias Geerinckx-Rice2020-03-07
| | | | * gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.2.2.
* gnu: s6-networking: Update to 2.3.1.2.Tobias Geerinckx-Rice2020-03-07
| | | | * gnu/packages/skarnet.scm (s6-networking): Update to 2.3.1.2.
* gnu: s6-linux-utils: Update to 2.5.1.2.Tobias Geerinckx-Rice2020-03-07
| | | | * gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.1.2.
* gnu: scm: Update to 5f3.Tobias Geerinckx-Rice2020-03-07
| | | | * gnu/packages/scheme.scm (scm): Update to 5f3.
* gnu: ntp: Update to 4.2.8p14 [fixes Sec 3610, Sec 3596, Sec 3592].Tobias Geerinckx-Rice2020-03-07
| | | | | | https://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities * gnu/packages/ntp.scm (ntp): Update to 4.2.8p14.
* gnu: ntp: Use HTTPS in metadata URIsTobias Geerinckx-Rice2020-03-07
| | | | * gnu/packages/ntp.scm (ntp)[home-page, license]: Use HTTPS.
* gnu: unbound: Update to 1.10.0.Vincent Legoll2020-03-07
| | | | | | * gnu/packages/dns.scm (unbound): Update to 1.10.0. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: ppp: Update to 2.4.8-1.8d45443 [fixes CVE-2020-8597].base-for-series-3104Vincent Legoll2020-03-07
| | | | | | | * gnu/packages/samba.scm (ppp): Update to 2.4.8-1.8d45443. Use GIT-FETCH and GIT-FILE-NAME. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Use HTTPS for commons.apache.org home pages.Tobias Geerinckx-Rice2020-03-07
| | | | | | | * gnu/packages/java.scm (java-commons-io, java-commons-logging-minimal) (java-commons-math3, java-commons-jxpath, java-commons-daemon) (java-commons-net, java-commons-vfs, java-commons-beanutils) (java-commons-lang, java-commons-lang3)[home-page]:Use HTTPS.
* gnu: java-joda-convert: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-07
| | | | * gnu/packages/java.scm (java-joda-convert)[home-page]: Use HTTPS.