Commit Graph

47917 Commits (dabdd7d4650da685a9bfe470abbc2ec066ff00b9)

Author SHA1 Message Date
Brian Leung 9b4ea95bbe
gnu: emacs-evil-owl: Update to 0.0.1-3.24e5f43.
* gnu/packages/emacs-xyz.scm (emacs-evil-owl): Update to 0.0.1-3.24e5f43.
[source]: Enable tests.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-09-06 12:25:19 +03:00
Brian Leung 473d636072
gnu: emacs-evil-multiedit: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-evil-multiedit): Enable tests.
[inputs]: Add emacs-ert-runner.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-09-06 12:24:59 +03:00
Ricardo Wurmus 248965c91c
gnu: Add guile-cv.
* gnu/packages/guile-xyz.scm (guile-cv): New variable.
2019-09-05 22:45:48 +02:00
Ricardo Wurmus 813ed0bd3d
gnu: texlive-union: Fix font map generation.
* gnu/packages/tex.scm (texlive-union)[arguments]: Exclude sed and coreutils
from union; add sed to the PATH; run updmap-sys twice; delete ls-R to avoid
lookup failures.
2019-09-05 22:45:48 +02:00
Ricardo Wurmus 09e2f25842
gnu: texlive-latex-base: Ensure that extra sources are installed.
* gnu/packages/tex.scm (texlive-latex-base): Use simple-texlive-package to
install additional files.
2019-09-05 22:45:48 +02:00
Ricardo Wurmus 66d2133500
gnu: Add texlive-booktabs.
* gnu/packages/tex.scm (texlive-booktabs): New variable.
2019-09-05 22:45:42 +02:00
Ricardo Wurmus 69f0c8cf55
gnu: Add texlive-siunitx.
* gnu/packages/tex.scm (texlive-siunitx): New variable.
2019-09-05 22:45:42 +02:00
Ricardo Wurmus 11ecf9f48f
gnu: Add texlive-standalone.
* gnu/packages/tex.scm (texlive-standalone): New variable.
2019-09-05 22:45:42 +02:00
Ricardo Wurmus f16e09487b
gnu: texlive-latex-xkeyval: Fix build.
* gnu/packages/tex.scm (texlive-latex-xkeyval)[arguments]: Add various custom
build phases to fix the build.
[native-inputs]: Add texlive-latex-base, texlive-cm, texlive-lm, texlive-url,
texlive-graphics-def, texlive-xcolor, texlive-latex-footmisc,
texlive-latex-listings, texlive-iftex, texlive-pstricks, texlive-pst-text,
texlive-tools, and texlive-latex-pgf.
2019-09-05 22:45:41 +02:00
Ricardo Wurmus 99b143655b
gnu: Add texlive-tools.
* gnu/packages/tex.scm (texlive-tools): New variable.
2019-09-05 22:45:41 +02:00
Ricardo Wurmus 51bf1c5188
gnu: Add texlive-iftex.
* gnu/packages/tex.scm (texlive-iftex): New variable.
2019-09-05 22:45:41 +02:00
Ricardo Wurmus a72d343aea
gnu: Add texlive-pst-text.
* gnu/packages/tex.scm (texlive-pst-text): New variable.
2019-09-05 22:45:41 +02:00
Ricardo Wurmus e5c081291e
gnu: Add texlive-pstricks.
* gnu/packages/tex.scm (texlive-pstricks): New variable.
2019-09-05 22:45:41 +02:00
Ricardo Wurmus 73ce44218b
gnu: Add texlive-ydoc.
* gnu/packages/tex.scm (texlive-ydoc): New variable.
2019-09-05 22:45:41 +02:00
Ricardo Wurmus 266e07421e
gnu: Add texlive-xcolor.
* gnu/packages/tex.scm (texlive-latex-xcolor): Bind to deprecated package
pointing...
(texlive-color): ...to this variable; implement in terms of
simple-texlive-package.
[arguments]: Add phase "move-files" to install xcolor.pro to the expected
location.
2019-09-05 22:45:41 +02:00
Ricardo Wurmus f1a46c9025
gnu: texlive-fonts-iwona: Use double spacing in description.
* gnu/packages/tex.scm (texlive-fonts-iwona)[description]: Use double spacing.
2019-09-05 22:45:41 +02:00
Ricardo Wurmus 4526bd07f7
gnu: vigra-c: Update to 0.0.0-1.66ff4fa.
* gnu/packages/image.scm (vigra-c): Update to 0.0.0-1.66ff4fa.
[inputs]: Add hdf5.
2019-09-05 22:45:41 +02:00
Ricardo Wurmus f480133c4e
gnu: libbigwig: Update to 0.4.4.
* gnu/packages/bioinformatics.scm (libbigwig): Update to 0.4.4.
2019-09-05 22:45:41 +02:00
Christopher Baines 067ea2989f
gnu: python-pyfaidx: Remove python-setuptools as an input.
As this is provided by the build system, and I'm assuming that it's not
necessary to have it as a propagated input.

* gnu/packages/bioinformatics.scm (python-pyfaidx)[propagated-inputs]: Remove
python-setuptools.
2019-09-05 18:35:47 +02:00
Christopher Baines 5f9fe21d49
gnu: umi-tools: Remove python-setuptools as an input.
As this is provided by the build system.

* gnu/packages/bioinformatics.scm (umi-tools)[inputs,native-inputs]: Remove
python-setuptools.
2019-09-05 18:35:42 +02:00
Ludovic Courtès e1e3fe0848
guix-install.sh: Work around locale issues in 'guix-daemon.service'.
* etc/guix-install.sh (sys_enable_guix_daemon): Modify
'guix-daemon.service' to work around locale issues not fixed in 1.0.1.
2019-09-05 18:33:30 +02:00
Ludovic Courtès 67c2db17bc
download: Pass 'http_proxy' et al. to git, hg, etc.
This allows 'git-fetch' etc. origins to honor the proxy and locale of
the daemon.

* guix/bzr-download.scm (bzr-fetch): Pass #:leaked-env-vars to
'gexp->derivation'.
* guix/cvs-download.scm (cvs-fetch): Likewise.
* guix/git-download.scm (git-fetch): Likewise.
* guix/hg-download.scm (hg-fetch): Likewise.
* guix/svn-download.scm (svn-multi-fetch): Likewise.
2019-09-05 18:33:30 +02:00
Leo Famulari d550845840
gnu: Syncthing: Update to 1.2.2.
* gnu/packages/syncthing.scm (syncthing): Update to 1.2.2.
[inputs]: Remove go-github-com-calmh-du and add go-github-com-shirou-gopsutil.
2019-09-05 11:09:36 -04:00
Leo Famulari 9a2f23341d
gnu: Add go-github-com-shirou-gopsutil.
* gnu/packages/syncthing.scm (go-github-com-shirou-gopsutil): New variable.
2019-09-05 11:09:36 -04:00
Leo Famulari a8ad05d40c
gnu: go-github-com-urfave-cli: Update to 1.21.0.
* gnu/packages/golang.scm (go-github-com-urfave-cli): Update to 1.21.0.
2019-09-05 11:09:32 -04:00
Nicolas Goaziou 31885f444f
gnu: emacs-org-contrib: Update to 20190904.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20190904.
2019-09-05 16:02:27 +02:00
Nicolas Goaziou be285c3dc0
gnu: emacs-org: Update to 9.2.6.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.2.6.
2019-09-05 15:57:02 +02:00
Nicolas Goaziou 51072ed8ac
gnu: emacs-org-caldav: Update to 0.0.0-1.
* gnu/packages/emacs-xyz.scm (emacs-org-caldav): Update to latest commit,
since there is no release yet.
[description]: Remove alpha status, no longer specified in README.
2019-09-05 15:55:50 +02:00
Pierre Neidhardt 0575fe681c
Revert "gnu: next: Compress the executable."
Some essential references (e.g. libfixposix) are lost in the process.

This reverts commit 0e8b91dbc4.
2019-09-05 14:52:48 +02:00
Efraim Flashner 6b4ed9ad97
gnu: gama: Update to 2.07.
* gnu/packages/gps.scm (gama): Update to 2.07.
2019-09-05 14:46:42 +03:00
Ricardo Wurmus 79c6d8781b
gnu: bwa-meth: Capture one more reference to "bwa".
Reported by: Alexander.Blume <Alexander.Blume@mdc-berlin.de>

* gnu/packages/bioinformatics.scm (bwa-meth)[arguments]: Capture invocation of
"bwa index" to retain reference to "bwa" package.
2019-09-05 12:06:43 +02:00
Pierre Neidhardt 0e8b91dbc4
gnu: next: Compress the executable.
* gnu/packages/web-browsers.scm (next)[arguments]: Compressing the executable
  brings it from about 95 MiB to 22 MiB.
2019-09-05 11:55:58 +02:00
Pierre Neidhardt 33a42f67ce
gnu: emacs-evil-collection: Update to 0.0.2.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.2.
2019-09-05 11:55:58 +02:00
Ricardo Wurmus 6b5f59c7a6
gnu: Add r-bigmelon.
* gnu/packages/bioconductor.scm (r-bigmelon): New variable.
2019-09-05 11:46:29 +02:00
Ricardo Wurmus 7d2cb646f7
gnu: Add r-gdsfmt.
* gnu/packages/bioconductor.scm (r-gdsfmt): New variable.
2019-09-05 11:46:29 +02:00
Ricardo Wurmus 38babeaaa4
gnu: Add r-watermelon.
* gnu/packages/bioconductor.scm (r-watermelon): New variable.
2019-09-05 11:46:29 +02:00
Ricardo Wurmus 46721deaf8
gnu: Add r-illuminahumanmethylation450kanno-ilmn12-hg19.
* gnu/packages/bioconductor.scm
(r-illuminahumanmethylation450kanno-ilmn12-hg19): New variable.
2019-09-05 11:46:29 +02:00
Ricardo Wurmus db316d7376
gnu: Add r-roc.
* gnu/packages/bioconductor.scm (r-roc): New variable.
2019-09-05 11:46:29 +02:00
Efraim Flashner 7d57bc4d0d
gnu: efl: Update to 1.22.4.
* gnu/packages/enlightenment.scm (efl): Update to 1.22.4.
2019-09-05 12:42:50 +03:00
Pierre Neidhardt a3439b0c70
gnu: sbcl: Use CLISP instead of unboostrappable CCL to build.
* gnu/packages/lisp.scm (sbcl)[arguments]: Build with CLISP.
2019-09-05 11:41:35 +02:00
Pierre Neidhardt 9e737b31cb
gnu: sbcl: Update to 1.5.6.
* gnu/packages/lisp.scm (sbcl): Update to 1.5.6.
2019-09-05 10:25:02 +02:00
Pierre Neidhardt 01e38cc426
build-system/asdf: Add option to compress programs.
* guix/build/lisp-utils.scm (build-program): Add `compress?' key argument.
(generate-executable-for-system): Same.
(generate-executable): Same.
2019-09-05 09:56:21 +02:00
Rutger Helling 2b332c51db
gnu: dolphin-emu: Update to commit a974540.
* gnu/packages/emulators.scm (dolphin-emu): Update to commit a974540.
[source]: Delete unneeded MoltenVK map.
[arguments]: Properly hardcode libvulkan path.
2019-09-05 08:22:34 +02:00
Maxim Cournoyer b8e7e20841
gnu: docker: Add support for tini.
* gnu/packages/docker.scm (docker)[inputs]: Add tini.
[phases]{patch-paths}: Patch the path of the default init binary.
2019-09-05 09:38:23 +09:00
Maxim Cournoyer 92086eeda3
gnu: Add tini.
* gnu/packages/docker.scm (tini): New variable.
2019-09-05 09:38:22 +09:00
Marius Bakke 9bf589867b
gnu: nginx: Update to 1.17.3 [security fixes].
This release fixes CVE-2019-9511, CVE-2019-9513, and CVE-2019-9516.

* gnu/packages/web.scm (nginx): Update to 1.17.3.
2019-09-05 00:21:43 +02:00
Marius Bakke fbcbafdcaa
gnu: miniupnpc: Update to 2.1.20190824.
* gnu/packages/upnp.scm (miniupnpc): Update to 2.1.20190824.
2019-09-05 00:21:43 +02:00
Marius Bakke 56ac8ca3c8
gnu: varnish: Update to 6.2.1.
* gnu/packages/web.scm (varnish): Update to 6.2.1.
2019-09-05 00:21:43 +02:00
Marius Bakke 276e7739b9
gnu: libnl: Update to 3.5.0.
* gnu/packages/linux.scm (libnl): Update to 3.5.0.
2019-09-05 00:21:43 +02:00
Marius Bakke 309721b324
gnu: samba: Update to 4.10.8 [fixes CVE-2019-10197].
* gnu/packages/samba.scm (samba): Update to 4.10.8.
2019-09-05 00:21:42 +02:00