gnu: Add (gnu packages golang-web) module.
* gnu/packages/golang-web.scm: New file.
* gnu/local.mk: Add to gnu/packages/golang-web.scm scope.
services: docker: Add config-file option.
* gnu/services/docker.scm (docker-configuration)[config-file] Add file-like
field.
* doc/guix.texi (Docker Service): Add information about config-file.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: libassuan: Fix cross-compiling.
gnu/packages/gnupg.scm(libassuan):
[arguments]: When cross-compiling, set the --with-libgpg-error-prefix configure option.
Change-Id: I320c48f320c34939a8e94589610beb5c40fdf53a
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: grim: Fix cross-compiling.
gnu/packages/image.scm(grim):
[native-inputs]: When cross compiling, add wayland, pkg-config-for-build.
Change-Id: I9dbf99d0bc92a62b17ded36937827dfbc6b29bb2
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: grim: Update to 1.4.1.
* gnu/packages/image.scm (grim): Update to 1.4.1.
[home-page]: update to new home-page
[source]: update url.
Change-Id: I8c2e4ebbf198df7cedda7c1c946ecb33a6e92fb1
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: slurp: Update to 1.5.0.
* gnu/packages/image.scm (slurp): Update to 1.5.0.
Change-Id: I72a60742af26a2544ee21e052963c0a8ad549d0e
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: slurp: Fix cross-compiling.
gnu/packages/image.scm(slurp):
[native-inputs]: When cross compiling, add wayland, pkg-config-for-build.
Change-Id: I5000d681b1428c5b7d123239c1f1ba00f121fb7e
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: vulkan-loader: Fix cross-compiling.
gnu/packages/vulkan.scm(vulkan-loader):
[arguments]<#:configure-flags>: When cross-compiling, set -DBUILD_TESTS=OFF
and -DUSE_GAS=OFF.
[inputs]: Add libxrandr.
Change-Id: I580e1c77c4b9b5a3483e93ff9eda78fbe07ec292
gnu: glew: Fix cross-compiling.
gnu/packages/gl.scm(glew):
[arguments]<#:make-flags>: when cross-compiling, use {cc,strip}-for-target.
Change-Id: I365f6635120a85359083beb88cb138f09a99fe33
gnu: icedove-minimal: Add argument to desktop file.
Icedove was not able to handle mailto: links, even if it responded to
them, it only activated the window, but didn't compose a new email.
Calling it directly by `icedove mailto:...` worked. According to:
<https://lists.debian.org/debian-user/2015/06/msg01071.html>
It was missing the argument in the `Exec` line of the desktop file.
* gnu/packages/gnuzilla.scm (icedove-minimal)[phases]
{install-desktop-file}: Add arguments to Exe line in .desktop file.
Change-Id: I3de5e57ed2c5eef23eee88e264487e6460c174b3
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu: Add cpat.
* gnu/packages/bioinformatics.scm (cpat): New variable.
Change-Id: I7b3acca1bdec2610d7cdaaf6f96440fe000421dd
gnu: Add r-sleuth.
* gnu/packages/bioinformatics.scm (r-sleuth): New variable.
Change-Id: Ic358945548631fd3ac5de96b2efcf1fd93005898
gnu: r-tgutil: Update to 0.1.15-1.db4ff8b.
* gnu/packages/statistics.scm (r-tgutil): Update to 0.1.15-1.db4ff8b.
[description]: Update to use full sentences.
Change-Id: I6cb7e60b0759bd307a676783a9ceb9c451ce7a82
gnu: Add r-wasabi.
* gnu/packages/bioinformatics.scm (r-wasabi): New variable.
Change-Id: I5ce6c47f1fb3b1d5dfedd0977e53cb70ce379077
gnu: Add r-toast.
* gnu/packages/bioconductor.scm (r-toast): New variable.
Change-Id: I922508bce0bdf0304e2f40d93a63ffdb58d03aa6
gnu: Add r-epidish.
* gnu/packages/bioconductor.scm (r-epidish): New variable.
Change-Id: Ib8ca5980149a5d3eabb3d4a68ae686b855e372d4
gnu: r-excelr: Reuse minify-build-system tools.
* gnu/packages/cran.scm (r-excelr)[arguments]: Use minify-build-system.
[native-inputs]: Use git repository for jexcel.js.
[description]: Reformat.
Change-Id: I82f7e466bbab6ad837359f04ee616a7766433c13
gnu: emacs-org-web-tools: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-org-web-tools)[propagated-inputs]: Add EMACS-PLZ.
Change-Id: Icf62d3774257f7b93e114503e6c31ea2fb81d807
gnu: r-vcd: Update to 1.4-12.
* gnu/packages/cran.scm (r-vcd): Update to 1.4-12.
Change-Id: I5db4c5aeb21692312e05dc6483c4e52a6ec23888
gnu: emacs-telega-server: Update to 0.8.230.
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.230.
Signed-off-by: Andrew Tropin <andrew@trop.in>