jackhill/guix/guix.git
5 years agobuild: Remove 'gnu/packages/bootstrap' and its binaries.
Ludovic Courtès [Fri, 14 Jun 2019 19:53:25 +0000 (21:53 +0200)]
build: Remove 'gnu/packages/bootstrap' and its binaries.

* gnu/local.mk (bootstrapdir, bootstrap_i686_linuxdir)
(bootstrap_armhf_linuxdir, bootstrap_aarch64_linuxdir)
(bootstrap_mips64el_linuxdir, dist_bootstrap_i686_linux_DATA)
(dist_bootstrap_armhf_linux_DATA, dist_bootstrap_aarch64_linux_DATA)
(dist_bootstrap_mips64el_linux_DATA): Remove.
(set-bootstrap-executable-permissions): Remove target.
* Makefile.am (install-data-hook): Remove dependency on
'set-bootstrap-executable-permissions'.
* gnu/packages/bootstrap: Remove directory.
* tests/search-paths.scm ("evaluate-search-paths, separator is #f"):
Adjust to match .../aux-files/linux-libre.

5 years agopackages: Remove 'search-bootstrap-binary'.
Ludovic Courtès [Fri, 14 Jun 2019 19:35:08 +0000 (21:35 +0200)]
packages: Remove 'search-bootstrap-binary'.

* gnu/packages.scm (%bootstrap-binaries-path, search-bootstrap-binary):
Remove.
* gnu/packages/bootstrap.scm (bootstrap-executable): Export.
* guix/tests.scm (bootstrap-binary-file, search-bootstrap-binary):
Export.
* tests/derivations.scm: Remove (gnu packages) import.
* tests/grafts.scm: Likewise.
* tests/guix-daemon.sh: Likewise.

5 years agotests: Make builds less expensive.
Ludovic Courtès [Fri, 14 Jun 2019 19:26:22 +0000 (21:26 +0200)]
tests: Make builds less expensive.

The switch to the reduced bootstrap broke build time assumptions made by
tests, notably the assumption that GNU-MAKE-BOOT0 was cheap to build.
This commit adjusts this to make these tests cheaper.

* gnu/packages/bootstrap.scm (%bootstrap-inputs-for-tests): New variable.
* guix/tests.scm (gnu-make-for-tests): New variable.
* tests/guix-environment.sh: Use GNU-MAKE-FOR-TESTS instead of
GNU-MAKE-BOOT0.  Remove test with FINDUTILS-BOOT0.
* tests/guix-package-net.sh (boot_make): Use GNU-MAKE-FOR-TESTS.
* tests/packages.scm ("GNU Make, bootstrap"): Likewise.
* tests/profiles.scm ("profile-derivation relative symlinks, two entries"):
Likewise.
* tests/union.scm (%bootstrap-inputs): Remove.
("union-build"): Use %BOOTSTRAP-INPUTS-FOR-TESTS instead of
%BOOTSTRAP-INPUTS.

5 years agotests: Remove expensive and pointless test.
Ludovic Courtès [Fri, 14 Jun 2019 15:38:51 +0000 (17:38 +0200)]
tests: Remove expensive and pointless test.

This test had become too expensive since the introduction of the reduced
bootstrap.

* tests/builders.scm ("gnu-build"): Remove.
(%bootstrap-inputs, %bootstrap-search-paths): Remove.

5 years agognu: bootstrap: Download the bootstrap bash, mkdir, tar, and xz binaries.
Ludovic Courtès [Fri, 14 Jun 2019 13:10:45 +0000 (15:10 +0200)]
gnu: bootstrap: Download the bootstrap bash, mkdir, tar, and xz binaries.

* gnu/packages/bootstrap.scm (%bootstrap-executables): New variable.
(bootstrap-executable-url, bootstrap-executable): New procedure.
(raw-build)[->store]: Use 'run-with-store' and 'origin->derivation'.
Add calls to 'derivation->output-path', and remove the list of
references passed to 'add-text-to-store' for BUILDER.  Augment the list
of #:inputs passed to 'derivation'.
(package-from-tarball): Use 'bootstrap-executable' instead of
'search-bootstrap-binary'.
(%bootstrap-glibc, %bootstrap-gcc, %bootstrap-mescc-tools)
(%bootstrap-mes): Likewise.
* guix/scripts/environment.scm (environment-bash): Use
'bootstrap-executable' instead of 'search-bootstrap-binary'.
(guix-environment): Adjust CONTAINER? case accordingly.
* po/guix/POTFILES.in: Add gnu/packages/bootstrap.scm.

5 years agodownload: Add 'url-fetch/executable'.
Ludovic Courtès [Fri, 14 Jun 2019 13:04:09 +0000 (15:04 +0200)]
download: Add 'url-fetch/executable'.

* guix/download.scm (built-in-download): Add #:executable? parameter.
Pass #:recursive? to 'raw-derivation' and add "executable" to the #:env-vars
alist when EXECUTABLE? is true.
(url-fetch): Add #:executable? and pass it to 'built-in-download'.
(url-fetch/executable): New procedure.

5 years agognu: guile: Disable unreliable out-of-memory test
Carl Dong [Tue, 28 May 2019 15:40:26 +0000 (15:40 +0000)]
gnu: guile: Disable unreliable out-of-memory test

* gnu/packages/patches/guile-2.2-skip-oom-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/guile.scm (guile-2.2)[source](patches): Add
  "guile-2.2-skip-oom-test.patch".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: mes-boot, tcc-boot0: Require nyacc 0.86.
Ludovic Courtès [Thu, 13 Jun 2019 16:09:21 +0000 (18:09 +0200)]
gnu: mes-boot, tcc-boot0: Require nyacc 0.86.

This is a followup to b8016467273d06ffe3780ac97d38acfd72ce15d9.

* gnu/packages/commencement.scm (mes-boot, tcc-boot0): Use source from
NYACC-0.86 instead of NYACC.

5 years agoReinstate "nls: Update 'de' translation of the manual."
Ludovic Courtès [Thu, 13 Jun 2019 11:32:23 +0000 (13:32 +0200)]
Reinstate "nls: Update 'de' translation of the manual."

This reverts commit d69bbd8c70a98ae6f3257fb4b4098ee92eeaebfe.

5 years agoMerge branch 'master' into core-updates
Ludovic Courtès [Thu, 13 Jun 2019 11:24:35 +0000 (13:24 +0200)]
Merge branch 'master' into core-updates

5 years agognu: Add Kawa.
Carlo Zancanaro [Thu, 13 Jun 2019 09:14:53 +0000 (11:14 +0200)]
gnu: Add Kawa.

* gnu/packages/kawa.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

5 years agognu; emacs-realgud: Add a 'file-name' field to the origin.
Ludovic Courtès [Thu, 13 Jun 2019 09:07:59 +0000 (11:07 +0200)]
gnu; emacs-realgud: Add a 'file-name' field to the origin.

* gnu/packages/emacs-xyz.scm (emacs-realgud)[source]: Add 'file-name'.

5 years agognu: emacs-realgud: Update to 1.5.0.
Brian Leung [Fri, 7 Jun 2019 04:31:55 +0000 (06:31 +0200)]
gnu: emacs-realgud: Update to 1.5.0.

* gnu/packages/emacs-xyz.scm (emacs-realgud): Update to 1.5.0.
[source]: Fetch from git.
Remove upstreamed patch.
* gnu/packages/patches/emacs-realgud-fix-configure-ac.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: gpxsee: Fetch from Git instead of a generated tarball.
Ludovic Courtès [Thu, 13 Jun 2019 09:03:46 +0000 (11:03 +0200)]
gnu: gpxsee: Fetch from Git instead of a generated tarball.

* gnu/packages/gps.scm (gpxsee)[source]: Use 'git-fetch'.

5 years agognu: gpxsee: Upgrade to 7.8
Nikolay Korotkiy [Sun, 2 Jun 2019 22:32:55 +0000 (01:32 +0300)]
gnu: gpxsee: Upgrade to 7.8

* gnu/packages/gps.scm (gpxsee): Update to 7.8.
[arguments]: Leave "config.h" unchanged in 'configure' phase.
Remove 'install' phase.
[home-page, synopsis, description]: Update.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: nyacc: Add 0.94.0.
Ludovic Courtès [Thu, 13 Jun 2019 07:36:42 +0000 (09:36 +0200)]
gnu: nyacc: Add 0.94.0.

* gnu/packages/mes.scm (nyacc): Rename to...
(nyacc-0.86): ... this.
(nyacc): New variable.
(mes)[propagated-inputs]: Use NYACC-0.86 instead of NYACC.

5 years agognu: gimp: Update to 2.10.12.
Nicolas Goaziou [Thu, 13 Jun 2019 10:52:55 +0000 (12:52 +0200)]
gnu: gimp: Update to 2.10.12.

* gnu/packages/gimp.scm (gimp): Update to 2.10.12.

5 years agognu: babl: Update to 0.1.66.
Nicolas Goaziou [Thu, 13 Jun 2019 10:52:40 +0000 (12:52 +0200)]
gnu: babl: Update to 0.1.66.

* gnu/packages/gimp.scm (babl): Update to 0.1.66.

5 years agognu: emacs-perspective: Update to 2.2.
LaFreniere, Joseph [Sun, 9 Jun 2019 20:11:14 +0000 (15:11 -0500)]
gnu: emacs-perspective: Update to 2.2.

* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.2.
[source]: Download using git-fetch.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
5 years agognu: gpodder: Only return #t when needed.
Efraim Flashner [Thu, 13 Jun 2019 06:35:08 +0000 (09:35 +0300)]
gnu: gpodder: Only return #t when needed.

* gnu/packages/gpodder.scm (gpodder)[arguments]: Return #t from
'do-not-run-msgmerge. Don't return #t from 'install.

5 years agognu: gpodder: Update to 3.10.9.
Pierre Langlois [Sun, 9 Jun 2019 21:24:08 +0000 (22:24 +0100)]
gnu: gpodder: Update to 3.10.9.

* gnu/packages/gpodder.scm (gpodder): Update to 3.10.9.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
5 years agognu: dstat: Add python2-six.
Tobias Geerinckx-Rice [Thu, 13 Jun 2019 00:17:48 +0000 (02:17 +0200)]
gnu: dstat: Add python2-six.

* gnu/packages/admin.scm (dstat)[inputs]: Add python2-six.
[arguments]: Add ‘wrap’ phase to make dstat find required modules.

5 years agodaemon: Replace "illegal" by "invalid" in error messages.
Ludovic Courtès [Wed, 12 Jun 2019 21:11:37 +0000 (23:11 +0200)]
daemon: Replace "illegal" by "invalid" in error messages.

* nix/libstore/build.cc (parseReferenceSpecifiers): Replace "illegal" by
"invalid".
* nix/libstore/globals.cc (Settings::pack): Likewise.
* nix/libstore/store-api.cc (checkStoreName): Likewise.

5 years agognu: Add USB_ModeSwitch.
Florian Pelz [Wed, 12 Jun 2019 12:05:44 +0000 (14:05 +0200)]
gnu: Add USB_ModeSwitch.

* gnu/packages/usb-modeswitch.scm: New file.
* gnu/packages/patches/usb-modeswitch-accept-config-arg.patch: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add package.
  (dist_patch_DATA): Add patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacsy.
Jan Nieuwenhuizen [Sun, 9 Jun 2019 16:17:08 +0000 (18:17 +0200)]
gnu: Add emacsy.

* gnu/packages/guile-xyz.scm (emacsy): New variable.

5 years agognu: GParted: Update 1.0.0.
Leo Famulari [Sun, 2 Jun 2019 19:50:17 +0000 (15:50 -0400)]
gnu: GParted: Update 1.0.0.

* gnu/packages/disk.scm (gparted): Update to 1.0.0.
[arguments]: Remove obsolete configure flag.
[inputs]: Use gtkmm@3. Add yelp-tools and itstool. Remove libxslt,
gnome-doc-utils, docbook-xml-4.2, python-2, python2-libxml2, and which.
[native-inputs]: Add lvm2.

5 years agognu: linux-libre: Update to 5.1.9.
Mark H Weaver [Wed, 12 Jun 2019 17:05:09 +0000 (13:05 -0400)]
gnu: linux-libre: Update to 5.1.9.

* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.9.
(%linux-libre-hash): Update hash.

5 years agognu: linux-libre@4.19: Update to 4.19.50.
Mark H Weaver [Wed, 12 Jun 2019 17:03:53 +0000 (13:03 -0400)]
gnu: linux-libre@4.19: Update to 4.19.50.

* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.50.
(%linux-libre-4.19-hash): Update hash.

5 years agognu: linux-libre@4.14: Update to 4.14.125.
Mark H Weaver [Wed, 12 Jun 2019 17:01:12 +0000 (13:01 -0400)]
gnu: linux-libre@4.14: Update to 4.14.125.

* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.125.
(%linux-libre-4.14-hash): Update hash.

5 years agognu: linux-libre@4.9: Update to 4.9.181.
Mark H Weaver [Wed, 12 Jun 2019 17:00:33 +0000 (13:00 -0400)]
gnu: linux-libre@4.9: Update to 4.9.181.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.181.

5 years agognu: linux-libre@4.4: Update to 4.4.181.
Mark H Weaver [Wed, 12 Jun 2019 16:59:50 +0000 (12:59 -0400)]
gnu: linux-libre@4.4: Update to 4.4.181.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.181.

5 years agodoc: Improve tarball extraction example.
Julien Lepiller [Wed, 12 Jun 2019 16:51:55 +0000 (18:51 +0200)]
doc: Improve tarball extraction example.

5 years agognu: Add python-pynvim.
Julien Lepiller [Wed, 12 Jun 2019 16:42:17 +0000 (18:42 +0200)]
gnu: Add python-pynvim.

* gnu/packages/vim.scm (python-pynvim, python2-pynvim): New variables.

5 years agoservices: Import (srfi srfi-26) from the build side.
Tobias Geerinckx-Rice [Wed, 12 Jun 2019 14:49:38 +0000 (16:49 +0200)]
services: Import (srfi srfi-26) from the build side.

See <https://lists.gnu.org/archive/html/guix-devel/2019-06/msg00119.html>.

* gnu/services/nix.scm (nix-activation): Remove (srfi srfi-26) from (host-)
imported modules.

5 years agognu: Add r-txdb-hsapiens-ucsc-hg38-knowngene.
Ricardo Wurmus [Wed, 12 Jun 2019 14:22:30 +0000 (16:22 +0200)]
gnu: Add r-txdb-hsapiens-ucsc-hg38-knowngene.

* gnu/packages/bioconductor.scm (r-txdb-hsapiens-ucsc-hg38-knowngene): New variable.

5 years agognu: ungoogled-chromium: Update to 75.0.3770.80-0.5d8abc3.
Marius Bakke [Wed, 12 Jun 2019 10:00:26 +0000 (12:00 +0200)]
gnu: ungoogled-chromium: Update to 75.0.3770.80-0.5d8abc3.

* gnu/packages/chromium.scm (%preserved-third-party-files): Update for 75.
(%chromium-version): Update to 75.0.3770.80.
(%ungoogled-revision): Update to 5d8abc38b43a62f379615a0dc972b29d9aebb4b4.
(%debian-revision): Update to debian/75.0.3770.80-1.
(%chromium-origin, %ungoogled-origin, %debian-origin): Update hashes.
(ungoogled-chromium-source): Include Debians GCC6 patches.
(ungoogled-chromium)[arguments]: Add "enable_vr=false" to #:configure-flags.

5 years agognu: chromium: Move origins into separate variables.
Marius Bakke [Tue, 11 Jun 2019 08:09:24 +0000 (10:09 +0200)]
gnu: chromium: Move origins into separate variables.

* gnu/packages/chromium.scm (%chromium-origin, %ungoogled-origin,
%debian-origin): New variables.
(ungoogled-chromium-source): Adjust accordingly.

5 years agognu: pigx-rnaseq: Update to 0.0.6.
Ricardo Wurmus [Wed, 12 Jun 2019 11:10:11 +0000 (13:10 +0200)]
gnu: pigx-rnaseq: Update to 0.0.6.

* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.6.
[inputs]: Remove bedtools.

5 years agognu: wget.scm: List inputs alphabetically.
Efraim Flashner [Wed, 12 Jun 2019 09:58:15 +0000 (12:58 +0300)]
gnu: wget.scm: List inputs alphabetically.

* gnu/packages/wget.scm: List inputs alphabetically.

5 years agognu: wget: Change default paste site.
Efraim Flashner [Wed, 12 Jun 2019 09:56:09 +0000 (12:56 +0300)]
gnu: wget: Change default paste site.

* gnu/packages/wget.scm (wgetpaste)[arguments]: Change default paste
site in custom 'remove-dead-paste-site phase.

5 years agognu: wgetpaste: Add xclip to wrapper program list.
Efraim Flashner [Wed, 12 Jun 2019 09:53:31 +0000 (12:53 +0300)]
gnu: wgetpaste: Add xclip to wrapper program list.

* gnu/packages/wget.scm (wgetpaste)[arguments]: Add xclip to list of
wrapper programs in custom 'wrap-program phase.
[inputs]: Add xclip.

5 years agognu: Add r-annotatr.
Ricardo Wurmus [Wed, 12 Jun 2019 09:02:14 +0000 (11:02 +0200)]
gnu: Add r-annotatr.

* gnu/packages/bioconductor.scm (r-annotatr): New variable.

5 years agognu: crate: Add proc-macro2 and quote.
Ivan Petkov [Tue, 16 Apr 2019 10:42:27 +0000 (03:42 -0700)]
gnu: crate: Add proc-macro2 and quote.

* gnu/packages/crates-io.scm: (rust-proc-macro2): New variable.
(rust-quote): New variable.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
5 years agognu: crate: Add unicode-xid.
Ivan Petkov [Tue, 16 Apr 2019 10:40:14 +0000 (03:40 -0700)]
gnu: crate: Add unicode-xid.

* gnu/local.mk: (GNU_SYSTEM_MODULES): Add packages/crates-io.scm.
* gnu/packages/crates-io.scm: New file, containing unicode-xid.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
5 years agoimport: crate: Define dependencies as arguments.
Ivan Petkov [Fri, 17 May 2019 07:26:07 +0000 (00:26 -0700)]
import: crate: Define dependencies as arguments.

* guix/import/crate.scm:
(crate-fetch)[input-crates]: Rename to dev-crates.
[native-input-crates]: Rename to dev-dep-crates.
[inputs]: Rename to cargo-inputs.
[native-inputs]: Rename to cargo-development-inputs.
(maybe-cargo-inputs, maybe-cargo-development-inputs, maybe-arguments): Add
them.
(make-crate-sexp)[inputs]: Rename to cargo-inputs.
[native-inputs]: Rename to cargo-development-inputs.
[maybe-native-inputs, maybe-inputs]: Replace with maybe-arguments.
* guix/import/utils.scm: (package-names->package-inputs): Make public.  Add
docstring.
* tests/crate.scm (crate->guix-package): Update the match pattern.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
5 years agodoc: Update cargo-build-system parameter docs.
Ivan Petkov [Fri, 17 May 2019 16:07:54 +0000 (09:07 -0700)]
doc: Update cargo-build-system parameter docs.

* doc/guix.texi: (Build Systems)[cargo-build-system]: Add references to
the #:rust, #:cargo-inputs, and #:cargo-development-inputs parameters.
Remove reference to installing crate sources.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
5 years agobuild-system/cargo: Don't copy source as an output.
Ivan Petkov [Fri, 17 May 2019 06:05:50 +0000 (23:05 -0700)]
build-system/cargo: Don't copy source as an output.

* guix/build-system/cargo.scm: (cargo-build)[build-expression->derivation]:
Don't add "src" output.
* guix/build/cargo-build-system.scm: (install-source): Delete it.
(%standard-phases): Delete 'install-source.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
5 years agobuild-system/cargo: Use sources from package sources.
Ivan Petkov [Fri, 17 May 2019 06:02:12 +0000 (23:02 -0700)]
build-system/cargo: Use sources from package sources.

* guix/build/cargo-build-system.scm (crate-src?): New procedure.
(configure): Use the new procedure to expand crate tarballs in the vendor
directory.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
5 years agobuild-system/cargo: Expand transitive crate sources.
Ivan Petkov [Tue, 16 Apr 2019 10:37:44 +0000 (03:37 -0700)]
build-system/cargo: Expand transitive crate sources.

* guix/build/cargo: (package-cargo-inputs): Add it.
(package-cargo-development-inputs): Add it.
(crate-closure): Add it.
(expand-crate-sources): Add it.
(lower)[private-keywords]: Add #:cargo-inputs and
[bag]: Use expand-crate-sources to augment build-inputs.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
5 years agognu: Add emacs-shroud.
Amar Singh [Sun, 21 Apr 2019 19:58:32 +0000 (01:28 +0530)]
gnu: Add emacs-shroud.

* gnu/packages/emacs-xyz.scm (emacs-shroud): New variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
5 years agoservices: Add SRFI-26 to Nix activation gexp.
Tobias Geerinckx-Rice [Tue, 11 Jun 2019 18:50:37 +0000 (20:50 +0200)]
services: Add SRFI-26 to Nix activation gexp.

Fix the following fatal error on ‘guix system reconfigure’:

Backtrace:
          18 (primitive-load "/home/nckx/.config/guix/current/bin/guix")
In guix/ui.scm:
  1620:12 17 (run-guix-command _ . _)
In ice-9/boot-9.scm:
    829:9 16 (catch _ _ #<procedure 7a7caa2d4c80 at guix/ui.scm:587:2 (key c)> _)
    829:9 15 (catch _ _ #<procedure 7a7caa2d4c98 at guix/ui.scm:710:6 (key proc format-string format-args . …> …)
In guix/scripts/system.scm:
   1325:8 14 (_)
In guix/status.scm:
    768:4 13 (call-with-status-report _ _)
In guix/scripts/system.scm:
   1181:4 12 (process-action _ _ _)
In guix/store.scm:
   623:10 11 (call-with-store _)
  1800:24 10 (run-with-store _ _ #:guile-for-build _ #:system _ #:target _)
In guix/scripts/system.scm:
   920:13  9 (_ _)
    409:8  8 (_ _)
In unknown file:
           7 (primitive-load "/gnu/store/dha7j9gcz3vgb8cy7vfvvaswwsywrrzj-activate")
In ice-9/boot-9.scm:
   260:13  6 (for-each #<procedure primitive-load (_)> _)
In unknown file:
           5 (primitive-load "/gnu/store/ql1xjxrssxm51z2bn2v6l3mlrncij84h-activate-service")
In ice-9/eval.scm:
    619:8  4 (_ #f)
   196:35  3 (_ #f)
   196:27  2 (_ #f)
   223:20  1 (proc #<directory (guile-user) 1fa4140>)
In unknown file:
           0 (%resolve-variable (7 . cut) #<directory (guile-user) 1fa4140>)

ERROR: In procedure %resolve-variable:
error: cut: unbound variable

Reported-by: Alex McGrath on #guix.
* gnu/services/nix.scm (nix-activation): Import and use (srfi srfi-26).

5 years agognu: racket: Update to 7.3.
Christopher Lemmer Webber [Sun, 9 Jun 2019 02:37:50 +0000 (22:37 -0400)]
gnu: racket: Update to 7.3.

* gnu/packages/scheme.scm (racket): Update to 7.3.
* gnu/packages/patches/racket-store-checksum-override.patch: Update for Racket
  7.3.

5 years agognu: Add r-psiplot.
Ricardo Wurmus [Tue, 11 Jun 2019 11:39:38 +0000 (13:39 +0200)]
gnu: Add r-psiplot.

* gnu/packages/bioinformatics.scm (r-psiplot): New variable.

5 years agognu: tbb: Update to 2019_U8.
Marius Bakke [Mon, 10 Jun 2019 13:32:34 +0000 (15:32 +0200)]
gnu: tbb: Update to 2019_U8.

* gnu/packages/tbb.scm (tbb): Update to 2019_U8.

5 years agognu: offlineimap: Update to 7.2.4.
Marius Bakke [Mon, 10 Jun 2019 13:20:24 +0000 (15:20 +0200)]
gnu: offlineimap: Update to 7.2.4.

* gnu/packages/mail.scm (offlineimap): Update to 7.2.4.

5 years agognu: wine-staging: Update to 4.10.
Rutger Helling [Tue, 11 Jun 2019 06:24:49 +0000 (08:24 +0200)]
gnu: wine-staging: Update to 4.10.

* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.10.
* gnu/packages/wine.scm (wine-staging): Update to 4.10.

5 years agognu: faudio: Update to 19.06.07.
Rutger Helling [Tue, 11 Jun 2019 06:21:05 +0000 (08:21 +0200)]
gnu: faudio: Update to 19.06.07.

* gnu/packages/audio.scm (faudio): Update to 19.06.07.

5 years agognu: kitty: Update to 0.14.2.
Rutger Helling [Tue, 11 Jun 2019 06:20:49 +0000 (08:20 +0200)]
gnu: kitty: Update to 0.14.2.

* gnu/packages/terminals.scm (kitty): Update to 0.14.2.

5 years agognu: grim: Update to 1.2.0.
Tobias Geerinckx-Rice [Mon, 10 Jun 2019 21:52:47 +0000 (23:52 +0200)]
gnu: grim: Update to 1.2.0.

* gnu/packages/image.scm (grim): Update to 1.2.0.

5 years agognu: slurp: Update to 1.2.0.
Tobias Geerinckx-Rice [Mon, 10 Jun 2019 21:49:11 +0000 (23:49 +0200)]
gnu: slurp: Update to 1.2.0.

* gnu/packages/image.scm (slurp): Update to 1.2.0.

5 years agopack: Fix 'guix pack -f docker'.
Ludovic Courtès [Mon, 10 Jun 2019 21:16:47 +0000 (23:16 +0200)]
pack: Fix 'guix pack -f docker'.

Regression introduced in a0f352b30f4869a7af7017b8a5011ac7602dd115.

* guix/scripts/pack.scm (docker-image): Check whether ENTRY-POINT is
true before returning (string-append #$profile ...).

5 years agoservices: slim: Update SLiM theme to 1.x.
Diego Nicola Barbato [Sat, 8 Jun 2019 07:54:20 +0000 (09:54 +0200)]
services: slim: Update SLiM theme to 1.x.

* gnu/services/xorg.scm (%default-slim-theme-name): Change to "1.x".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agoartwork: Update snapshot to 2f2fe74.
Diego Nicola Barbato [Fri, 7 Jun 2019 21:58:05 +0000 (23:58 +0200)]
artwork: Update snapshot to 2f2fe74.

* gnu/artwork.scm (%artwork-repository): Update to 2f2fe74.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agostore: 'build-things' accepts derivation/output pairs.
Ludovic Courtès [Mon, 10 Jun 2019 20:10:21 +0000 (22:10 +0200)]
store: 'build-things' accepts derivation/output pairs.

This allows callers to request the substitution of a single derivation
output.

* guix/store.scm (build-things): Accept derivation/output pairs among
THINGS.
* guix/derivations.scm (build-derivations): Likewise.
* tests/store.scm ("substitute + build-things with specific output"):
New test.
* tests/derivations.scm ("build-derivations with specific output"):
New test.
* doc/guix.texi (The Store): Adjust accordingly.

5 years agossh: Add missing import.
Ludovic Courtès [Mon, 10 Jun 2019 20:12:28 +0000 (22:12 +0200)]
ssh: Add missing import.

* guix/ssh.scm: Use (ice-9 format).

5 years agodownload: Update list of content-addressed mirrors.
Ludovic Courtès [Sun, 9 Jun 2019 20:13:19 +0000 (22:13 +0200)]
download: Update list of content-addressed mirrors.

* guix/download.scm (%content-addressed-mirrors): Change
"berlin.guixsd.org" to "ci.guix.gnu.org" and move it first.

5 years agodoc: Work around a po4a bug.
Julien Lepiller [Mon, 10 Jun 2019 16:26:49 +0000 (18:26 +0200)]
doc: Work around a po4a bug.

* doc/guix.texi: Work around a po4a bug that prevents `guix pull` from
completing.

5 years agoRevert "nls: Update 'de' translation of the manual."
Ricardo Wurmus [Mon, 10 Jun 2019 12:33:53 +0000 (14:33 +0200)]
Revert "nls: Update 'de' translation of the manual."

This reverts commit 78b0f9419fdac88d7b84314868bab1b1e8173602.

5 years agognu-maintenance: Switch to ftp.mirrorservice.org for KDE updater.
Marius Bakke [Mon, 10 Jun 2019 11:58:24 +0000 (13:58 +0200)]
gnu-maintenance: Switch to ftp.mirrorservice.org for KDE updater.

mirrors.mit.edu seems no longer available over FTP.

* guix/gnu-maintenance.scm (latest-kde-release): Change from mirrors.mit.edu
to ftp.mirrorservice.org.

5 years agognu: Add r-biosigner.
Ricardo Wurmus [Mon, 10 Jun 2019 08:58:39 +0000 (10:58 +0200)]
gnu: Add r-biosigner.

* gnu/packages/bioconductor.scm (r-biosigner): New variable.

5 years agognu: Add r-ropls.
Ricardo Wurmus [Mon, 10 Jun 2019 08:58:30 +0000 (10:58 +0200)]
gnu: Add r-ropls.

* gnu/packages/bioconductor.scm (r-ropls): New variable.

5 years agoservices: guix-publish: Configure log rotation.
Christopher Baines [Fri, 31 May 2019 17:25:48 +0000 (18:25 +0100)]
services: guix-publish: Configure log rotation.

* gnu/services/base.scm (%guix-publish-log-rotations): New variable.
(guix-publish-service-type): Extend the rottlog-service-type.

5 years agoservices: guix-publish: Log to a file.
Christopher Baines [Sat, 18 May 2019 20:58:40 +0000 (21:58 +0100)]
services: guix-publish: Log to a file.

This makes it easier to read the output, as it's recorded in a file.

* gnu/services/base.scm (guix-publish-shepherd-service): Add #:log-file to
make-forkexec-constructor.

5 years agoservices: Add 'nix-service-type'.
Oleg Pykhalov [Thu, 9 May 2019 12:13:26 +0000 (15:13 +0300)]
services: Add 'nix-service-type'.

* gnu/services/nix.scm: New file.
* gnu/local.mk: Add this.
* doc/guix.texi (Miscellaneous Services): Document this.

5 years agognu: linux-libre: Update to 5.1.8.
Mark H Weaver [Mon, 10 Jun 2019 05:52:15 +0000 (01:52 -0400)]
gnu: linux-libre: Update to 5.1.8.

* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.8.
(%linux-libre-hash): Update hash.

5 years agognu: linux-libre@4.19: Update to 4.19.49.
Mark H Weaver [Mon, 10 Jun 2019 05:51:08 +0000 (01:51 -0400)]
gnu: linux-libre@4.19: Update to 4.19.49.

* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.49.
(%linux-libre-4.19-hash): Update hash.

5 years agognu: linux-libre@4.15: Remove package.
Mark H Weaver [Mon, 10 Jun 2019 05:48:01 +0000 (01:48 -0400)]
gnu: linux-libre@4.15: Remove package.

This release series is no longer supported upstream.

* gnu/packages/linux.scm (%linux-libre-4.15-version)
(%linux-libre-4.15-hash, linux-libre-4.15)
(linux-libre-headers-4.15): Remove variables.

5 years agognu: linux-libre@4.14: Update to 4.14.124.
Mark H Weaver [Mon, 10 Jun 2019 05:45:26 +0000 (01:45 -0400)]
gnu: linux-libre@4.14: Update to 4.14.124.

* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.124.
(%linux-libre-4.14-hash): Update hash.

5 years agognu: emacs-idris-mode: Use recent git checkout.
Eric Bavier [Fri, 31 May 2019 03:11:52 +0000 (22:11 -0500)]
gnu: emacs-idris-mode: Use recent git checkout.

* gnu/packages/emacs-xyz.scm (emacs-idris-mode)[source]: Use git-fetch.
[version]: Include revision and commit.

5 years agognu: recutils: Remove emacs-minimal native input.
Jack Hill [Mon, 10 Jun 2019 03:25:20 +0000 (23:25 -0400)]
gnu: recutils: Remove emacs-minimal native input.

* gnu/packages/databases.scm (recutils)[native-inputs]: Remove emacs-minimal.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
5 years agognu: Add emacs-recutils.
Jack Hill [Mon, 10 Jun 2019 02:02:15 +0000 (22:02 -0400)]
gnu: Add emacs-recutils.

* gnu/packages/databases.scm (emacs-recutils): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
5 years agognu: Restore allegro-mesa-18.2.5-and-later.patch.
Tobias Geerinckx-Rice [Sun, 9 Jun 2019 23:25:17 +0000 (01:25 +0200)]
gnu: Restore allegro-mesa-18.2.5-and-later.patch.

Dropped in 49405aaf5c2c9cfc713c7efdccaf6d48d3c714a3, it's still in use
by the (leaf) allegro-5.0 package.

* gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch: Newish file.
* gnu/local.mk (dist_patch_DATA): Re-add it.

5 years agognu: mobile-broadband-provider-info: Update to 20190116.
Tobias Geerinckx-Rice [Sun, 9 Jun 2019 22:25:20 +0000 (00:25 +0200)]
gnu: mobile-broadband-provider-info: Update to 20190116.

* gnu/packages/gnome.scm (mobile-broadband-provider-info): Update to 20190116.

5 years agognu: gnumeric: Update to 1.12.45.
Tobias Geerinckx-Rice [Sun, 9 Jun 2019 14:16:47 +0000 (16:16 +0200)]
gnu: gnumeric: Update to 1.12.45.

* gnu/packages/gnome.scm (gnumeric): Update to 1.12.45.

5 years agognu: virtualgl: Update to 2.6.2.
Tobias Geerinckx-Rice [Sun, 9 Jun 2019 14:06:53 +0000 (16:06 +0200)]
gnu: virtualgl: Update to 2.6.2.

* gnu/packages/gl.scm (virtualgl): Update to 2.6.2.

5 years agognu: cfitsio: Update to 3.47.
Tobias Geerinckx-Rice [Sun, 9 Jun 2019 13:59:45 +0000 (15:59 +0200)]
gnu: cfitsio: Update to 3.47.

* gnu/packages/astronomy.scm (cfitsio): Update to 3.47.

5 years agognu: radeontop: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 9 Jun 2019 01:46:49 +0000 (03:46 +0200)]
gnu: radeontop: Don't use unstable tarball.

* gnu/packages/linux.scm (radeontop)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[home-page]: Move down to its conventional spot.

5 years agognu: radeontop: Update to 1.2.
Tobias Geerinckx-Rice [Sun, 9 Jun 2019 01:43:25 +0000 (03:43 +0200)]
gnu: radeontop: Update to 1.2.

* gnu/packages/linux.scm (radeontop): Update to 1.2.

5 years agodoc: Fix typos.
Tobias Geerinckx-Rice [Sun, 9 Jun 2019 01:29:59 +0000 (03:29 +0200)]
doc: Fix typos.

* doc/guix.texi (Version Control Services): Fix typos & edit surrounding
text.

5 years agognu: r-rhisat2: Update to 1.0.2.
Ricardo Wurmus [Sun, 9 Jun 2019 13:19:44 +0000 (15:19 +0200)]
gnu: r-rhisat2: Update to 1.0.2.

* gnu/packages/bioconductor.scm (r-rhisat2): Update to 1.0.2.

5 years agognu: r-aucell: Update to 1.6.1.
Ricardo Wurmus [Sun, 9 Jun 2019 13:19:40 +0000 (15:19 +0200)]
gnu: r-aucell: Update to 1.6.1.

* gnu/packages/bioconductor.scm (r-aucell): Update to 1.6.1.

5 years agognu: r-msnbase: Update to 2.10.1.
Ricardo Wurmus [Sun, 9 Jun 2019 13:19:36 +0000 (15:19 +0200)]
gnu: r-msnbase: Update to 2.10.1.

* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.10.1.

5 years agognu: r-iranges: Update to 2.18.1.
Ricardo Wurmus [Sun, 9 Jun 2019 13:19:33 +0000 (15:19 +0200)]
gnu: r-iranges: Update to 2.18.1.

* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.18.1.

5 years agognu: r-numderiv: Update to 2016.8-1.1.
Ricardo Wurmus [Sun, 9 Jun 2019 13:19:28 +0000 (15:19 +0200)]
gnu: r-numderiv: Update to 2016.8-1.1.

* gnu/packages/statistics.scm (r-numderiv): Update to 2016.8-1.1.

5 years agognu: r-quantreg: Update to 5.40.
Ricardo Wurmus [Sun, 9 Jun 2019 13:19:24 +0000 (15:19 +0200)]
gnu: r-quantreg: Update to 5.40.

* gnu/packages/statistics.scm (r-quantreg): Update to 5.40.

5 years agognu: r-fpc: Update to 2.2-2.
Ricardo Wurmus [Sun, 9 Jun 2019 13:19:19 +0000 (15:19 +0200)]
gnu: r-fpc: Update to 2.2-2.

* gnu/packages/statistics.scm (r-fpc): Update to 2.2-2.

5 years agognu: r-prabclus: Update to 2.3-1.
Ricardo Wurmus [Sun, 9 Jun 2019 13:19:13 +0000 (15:19 +0200)]
gnu: r-prabclus: Update to 2.3-1.

* gnu/packages/statistics.scm (r-prabclus): Update to 2.3-1.

5 years agognu: r-e1071: Update to 1.7-2.
Ricardo Wurmus [Sun, 9 Jun 2019 13:19:09 +0000 (15:19 +0200)]
gnu: r-e1071: Update to 1.7-2.

* gnu/packages/statistics.scm (r-e1071): Update to 1.7-2.

5 years agognu: r-xml: Update to 3.98-1.20.
Ricardo Wurmus [Sun, 9 Jun 2019 13:19:04 +0000 (15:19 +0200)]
gnu: r-xml: Update to 3.98-1.20.

* gnu/packages/statistics.scm (r-xml): Update to 3.98-1.20.

5 years agognu: r-dbplyr: Update to 1.4.1.
Ricardo Wurmus [Sun, 9 Jun 2019 13:19:00 +0000 (15:19 +0200)]
gnu: r-dbplyr: Update to 1.4.1.

* gnu/packages/statistics.scm (r-dbplyr): Update to 1.4.1.