summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* download: Pass 'http_proxy' et al. to git, hg, etc.Ludovic Courtès2019-09-05
| | | | | | | | | | | | 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.
* gnu: Syncthing: Update to 1.2.2.Leo Famulari2019-09-05
| | | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.2.2. [inputs]: Remove go-github-com-calmh-du and add go-github-com-shirou-gopsutil.
* gnu: Add go-github-com-shirou-gopsutil.Leo Famulari2019-09-05
| | | | * gnu/packages/syncthing.scm (go-github-com-shirou-gopsutil): New variable.
* gnu: go-github-com-urfave-cli: Update to 1.21.0.Leo Famulari2019-09-05
| | | | * gnu/packages/golang.scm (go-github-com-urfave-cli): Update to 1.21.0.
* gnu: emacs-org-contrib: Update to 20190904.Nicolas Goaziou2019-09-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20190904.
* gnu: emacs-org: Update to 9.2.6.Nicolas Goaziou2019-09-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.2.6.
* gnu: emacs-org-caldav: Update to 0.0.0-1.Nicolas Goaziou2019-09-05
| | | | | | * 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.
* Revert "gnu: next: Compress the executable."Pierre Neidhardt2019-09-05
| | | | | | Some essential references (e.g. libfixposix) are lost in the process. This reverts commit 0e8b91dbc45306984d682307d8b40b0e323bb4be.
* gnu: gama: Update to 2.07.Efraim Flashner2019-09-05
| | | | * gnu/packages/gps.scm (gama): Update to 2.07.
* gnu: bwa-meth: Capture one more reference to "bwa".Ricardo Wurmus2019-09-05
| | | | | | | 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.
* gnu: next: Compress the executable.Pierre Neidhardt2019-09-05
| | | | | * gnu/packages/web-browsers.scm (next)[arguments]: Compressing the executable brings it from about 95 MiB to 22 MiB.
* gnu: emacs-evil-collection: Update to 0.0.2.Pierre Neidhardt2019-09-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.2.
* gnu: Add r-bigmelon.Ricardo Wurmus2019-09-05
| | | | * gnu/packages/bioconductor.scm (r-bigmelon): New variable.
* gnu: Add r-gdsfmt.Ricardo Wurmus2019-09-05
| | | | * gnu/packages/bioconductor.scm (r-gdsfmt): New variable.
* gnu: Add r-watermelon.Ricardo Wurmus2019-09-05
| | | | * gnu/packages/bioconductor.scm (r-watermelon): New variable.
* gnu: Add r-illuminahumanmethylation450kanno-ilmn12-hg19.Ricardo Wurmus2019-09-05
| | | | | * gnu/packages/bioconductor.scm (r-illuminahumanmethylation450kanno-ilmn12-hg19): New variable.
* gnu: Add r-roc.Ricardo Wurmus2019-09-05
| | | | * gnu/packages/bioconductor.scm (r-roc): New variable.
* gnu: efl: Update to 1.22.4.Efraim Flashner2019-09-05
| | | | * gnu/packages/enlightenment.scm (efl): Update to 1.22.4.
* gnu: sbcl: Use CLISP instead of unboostrappable CCL to build.Pierre Neidhardt2019-09-05
| | | | * gnu/packages/lisp.scm (sbcl)[arguments]: Build with CLISP.
* gnu: sbcl: Update to 1.5.6.Pierre Neidhardt2019-09-05
| | | | * gnu/packages/lisp.scm (sbcl): Update to 1.5.6.
* build-system/asdf: Add option to compress programs.Pierre Neidhardt2019-09-05
| | | | | | * guix/build/lisp-utils.scm (build-program): Add `compress?' key argument. (generate-executable-for-system): Same. (generate-executable): Same.
* gnu: dolphin-emu: Update to commit a974540.Rutger Helling2019-09-05
| | | | | | * gnu/packages/emulators.scm (dolphin-emu): Update to commit a974540. [source]: Delete unneeded MoltenVK map. [arguments]: Properly hardcode libvulkan path.
* gnu: docker: Add support for tini.Maxim Cournoyer2019-09-05
| | | | | * gnu/packages/docker.scm (docker)[inputs]: Add tini. [phases]{patch-paths}: Patch the path of the default init binary.
* gnu: Add tini.Maxim Cournoyer2019-09-05
| | | | * gnu/packages/docker.scm (tini): New variable.
* gnu: nginx: Update to 1.17.3 [security fixes].Marius Bakke2019-09-05
| | | | | | This release fixes CVE-2019-9511, CVE-2019-9513, and CVE-2019-9516. * gnu/packages/web.scm (nginx): Update to 1.17.3.
* gnu: miniupnpc: Update to 2.1.20190824.Marius Bakke2019-09-05
| | | | * gnu/packages/upnp.scm (miniupnpc): Update to 2.1.20190824.
* gnu: varnish: Update to 6.2.1.Marius Bakke2019-09-05
| | | | * gnu/packages/web.scm (varnish): Update to 6.2.1.
* gnu: libnl: Update to 3.5.0.Marius Bakke2019-09-05
| | | | * gnu/packages/linux.scm (libnl): Update to 3.5.0.
* gnu: samba: Update to 4.10.8 [fixes CVE-2019-10197].Marius Bakke2019-09-05
| | | | * gnu/packages/samba.scm (samba): Update to 4.10.8.
* gnu: tevent: Update to 0.10.1.Marius Bakke2019-09-05
| | | | * gnu/packages/samba.scm (tevent): Update to 0.10.1.
* gnu: talloc: Update to 2.3.0.Marius Bakke2019-09-05
| | | | * gnu/packages/samba.scm (talloc): Update to 2.3.0.
* gnu: tdb: Update to 1.4.2.Marius Bakke2019-09-05
| | | | * gnu/packages/databases.scm (tdb): Update to 1.4.2.
* gnu: libvisio: Update to 0.1.7.Marius Bakke2019-09-05
| | | | * gnu/packages/libreoffice.scm (libvisio): Update to 0.1.7.
* gnu: libabw: Update to 0.1.3.Marius Bakke2019-09-05
| | | | | * gnu/packages/libreoffice.scm (libabw): Update to 0.1.3. [arguments]: Remove.
* gnu: LibRaw: Update to 1.19.5.Marius Bakke2019-09-05
| | | | * gnu/packages/photo.scm (libraw): Update to 0.19.5.
* gnu: php: Build against Oniguruma 6.Marius Bakke2019-09-05
| | | | | * gnu/packages/php.scm (php)[inputs]: Change ONIGURUMA-5 to ONIGURUMA. * gnu/packages/textutils.scm (oniguruma-5): Remove variable.
* gnu: oniguruma: Update to 6.9.3 [fixes CVE-2019-13224, CVE-2019-13225].Marius Bakke2019-09-05
| | | | * gnu/packages/textutils.scm (oniguruma): Update to 6.9.3.
* build-system/julia: Avoid module cycles.Marius Bakke2019-09-05
| | | | | * guix/build-system/julia.scm: Remove unused imports. (lower)[julia]: Default to (DEFAULT-JULIA).
* build-system/julia: Fix syntax error.Ricardo Wurmus2019-09-04
| | | | * guix/build-system/julia.scm: Fix invalid module reference.
* gnu: libxfce4util: Build Vala bindings.L p R n d n2019-09-04
| | | | | | * gnu/packages/xfce.scm (libxfce4util)[native-inputs]: Add vala. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libxfce4util: Add gobject-introspection support.L p R n d n2019-09-04
| | | | | | * gnu/packages/xfce.scm (libxfce4util): Add gobject-introspection to native-inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add xfce4-screensaver.L p R n d n2019-09-04
| | | | | | * gnu/packages/xfce.scm (xfce4-screensaver): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add xfce4-screenshooter.L p R n d n2019-09-04
| | | | | | * gnu/packages/xfce.scm (xfce4-screenshooter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Update 'README'.Ludovic Courtès2019-09-04
| | | | | | * README: Update intro a bit. (Installing Guix as non-root): Remove as it's largely outdated. (Contact): Update.
* services: nginx: Pass run-directory on config test.Robert Vollmert2019-09-04
| | | | | | | | | Fixes <https://bugs.gnu.org/36388>. This fixes error logging errors in the activation script. * gnu/services/web.scm (nginx-activation): Add "-p" flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ghostscript: Keep the replacement private.Ludovic Courtès2019-09-04
| | | | | | This avoids having two matches for the "ghostscript" spec. * gnu/packages/ghostscript.scm (ghostscript/fixed): Keep private.
* gnu: ocaml-easy-format: Update to 1.3.2.Julien Lepiller2019-09-04
| | | | * gnu/packages/ocaml.scm (ocaml-easy-format): Update to 1.3.2.
* gnu: ocaml-frontc: Update to 3.4.2.Julien Lepiller2019-09-04
| | | | * gnu/packages/ocaml.scm (ocaml-frontc): Update to 3.4.2.
* gnu: ocaml-ssl: Update to 0.5.9.Julien Lepiller2019-09-04
| | | | * gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.9.
* gnu: opam: Update to 2.0.5.Julien Lepiller2019-09-04
| | | | * gnu/packages/ocaml.scm (opam): Update to 2.0.5.