jackhill/guix/guix.git
5 years agognu: shepherd: Update to 0.5.0.
Ludovic Courtès [Wed, 26 Sep 2018 13:42:15 +0000 (15:42 +0200)]
gnu: shepherd: Update to 0.5.0.

* gnu/packages/admin.scm (shepherd): Update to 0.5.0.

5 years agoFix URL in emacs-magit and emacs-groovy-modes.
Pierre Neidhardt [Tue, 25 Sep 2018 15:57:59 +0000 (17:57 +0200)]
Fix URL in emacs-magit and emacs-groovy-modes.

* gnu/packages/emacs.scm (emacs-magit)[source]: Fix URL.
* gnu/packages/emacs.scm (emacs-groovy-modes)[source]: Fix URL.

5 years agognu: linux-libre: Enable SHPC PCI Hotplug driver, now built-in only.
Mark H Weaver [Tue, 25 Sep 2018 23:31:50 +0000 (19:31 -0400)]
gnu: linux-libre: Enable SHPC PCI Hotplug driver, now built-in only.

Fixes <https://bugs.gnu.org/32840>.

* gnu/packages/aux-files/linux-libre/4.18-x86_64.conf,
gnu/packages/aux-files/linux-libre/4.18-i686.conf: Add
CONFIG_HOTPLUG_PCI_SHPC=y, plus updates made by 'make oldconfig'.

5 years agognu: icecat: Rebundle NSPR and NSS [security fix].
Mark H Weaver [Tue, 25 Sep 2018 21:13:59 +0000 (17:13 -0400)]
gnu: icecat: Rebundle NSPR and NSS [security fix].

Works around <https://bugs.gnu.org/32833>.

* gnu/packages/gnuzilla.scm (icecat)[source]: In snippet, don't remove NSS.
[inputs]: Remove 'nspr' and 'nss'.
[arguments]: Remove --with-system-{nspr,nss} from configure flags.

5 years agognu: icecat: Unbundle libevent, libogg, and libvorbis.
Mark H Weaver [Mon, 24 Sep 2018 04:10:37 +0000 (00:10 -0400)]
gnu: icecat: Unbundle libevent, libogg, and libvorbis.

* gnu/packages/patches/icecat-use-system-media-libs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/patches/icecat-avoid-bundled-libraries.patch: Add
another hunk to enable removal of libevent.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patch.  In the snippet, add
libevent, libogg, libvorbis, and libtremor to the list of bundled libraries to
remove.  Add a comment regarding theora.  Remove comments regarding unbundling
cairo, which is no longer supported.
[inputs]: Add libevent, libogg, and libvorbis.
[arguments]: Add --with-system-{libevent,ogg,vorbis} to configure flags.
Add custom bootstrap phase.  Add comments.

5 years agognu: icecat: Unbundle graphite2 and harfbuzz.
Mark H Weaver [Sun, 23 Sep 2018 08:46:59 +0000 (04:46 -0400)]
gnu: icecat: Unbundle graphite2 and harfbuzz.

* gnu/packages/patches/icecat-use-system-graphite2+harfbuzz.patch: New file.
* gnu/packages/patches/icecat-use-system-graphite2.patch,
gnu/packages/patches/icecat-use-system-harfbuzz.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add new patch.  Delete
bundled graphite2 and harfbuzz in snippet.
[inputs]: Add graphite2 and harfbuzz.
[arguments]: Add --with-system-{graphite2,harfbuzz} to configure flags.

5 years agoservices: Add Varnish service.
Marius Bakke [Sun, 26 Aug 2018 21:33:48 +0000 (23:33 +0200)]
services: Add Varnish service.

* gnu/services/web.scm (<varnish-configuration>): New record type.
(%varnish-accounts, %varnish-service-type): New variables.
(varnish-shepherd-service): New procedure.
* gnu/tests/web.scm (%varnish-vcl, %varnish-os): New variables.
(%test-varnish): New test.
* doc/guix.texi (Web Services): Document it.

5 years agognu: varnish: Use absolute file name of "rm".
Marius Bakke [Sun, 26 Aug 2018 21:31:10 +0000 (23:31 +0200)]
gnu: varnish: Use absolute file name of "rm".

* gnu/packages/web.scm (varnish)[arguments]: Rename 'patch-bin-sh-phase to
'use-absolute-file-names and add substitution.

5 years agognu: Add Node LTS.
Marius Bakke [Sun, 23 Sep 2018 11:12:23 +0000 (13:12 +0200)]
gnu: Add Node LTS.

* gnu/packages/node.scm (node)[arguments]: Adjust 'patch-files' phase to
ignore missing files.
(node-lts): New public variable.

5 years agognu: node: Delete expired tests.
Marius Bakke [Mon, 24 Sep 2018 12:43:53 +0000 (14:43 +0200)]
gnu: node: Delete expired tests.

* gnu/packages/node.scm (node)[arguments]: Delete tests for which the TLS
certificates have expired.

5 years agognu: webkitgtk: Remove obsolete phase.
Marius Bakke [Thu, 20 Sep 2018 14:56:15 +0000 (16:56 +0200)]
gnu: webkitgtk: Remove obsolete phase.

* gnu/packages/webkit.scm (webkitgtk)[arguments]: Remove #:phases.
(webkitgtk-2.22)[arguments]: Don't reference removed phase.

5 years agognu: gspell: Update to 1.8.1.
Marius Bakke [Tue, 28 Aug 2018 03:49:30 +0000 (05:49 +0200)]
gnu: gspell: Update to 1.8.1.

* gnu/packages/gnome.scm (gspell): Update to 1.8.1.
[propagated-inputs]: Change ENCHANT-1.6 to ENCHANT.

5 years agognu: enchant: Update to 2.2.3.
Marius Bakke [Tue, 28 Aug 2018 02:03:23 +0000 (04:03 +0200)]
gnu: enchant: Update to 2.2.3.

* gnu/packages/enchant.scm (enchant): Update to 2.2.3.
[arguments]: Add "--enable-relocatable" to #:configure-flags.
[native-inputs]: Add UNITTEST-CPP.
(enchant-1.6): New public variable.
* gnu/packages/fcitx.scm (fcitx)[inputs]: Change ENCHANT to ENCHANT-1.6.
* gnu/packages/gnome.scm (gspell): Likewise.
* gnu/packages/mate.scm (pluma): Likewise.
* gnu/packages/gtk.scm (gtkspell3)[propagated-inputs]: Likewise.
[inputs]: Remove duplicate ENCHANT.

5 years agognu: enchant: Propagate Glib.
Marius Bakke [Tue, 28 Aug 2018 15:15:00 +0000 (17:15 +0200)]
gnu: enchant: Propagate Glib.

* gnu/packages/enchant.scm (enchant)[inputs]: Move GLIB ...
[propagated-inputs]: ... here.  New field.

5 years agognu: enchant: Don't build libenchant.a.
Marius Bakke [Tue, 28 Aug 2018 01:47:45 +0000 (03:47 +0200)]
gnu: enchant: Don't build libenchant.a.

* gnu/packages/enchant.scm (enchant)[arguments]: Add #:configure-flags.

5 years agognu: enchant: Update home page.
Marius Bakke [Tue, 28 Aug 2018 00:07:56 +0000 (02:07 +0200)]
gnu: enchant: Update home page.

* gnu/packages/enchant.scm (enchant)[home-page]: Set to URL mentioned on the
legacy home page.

5 years agogit-download: Don't assume the working directory is the parent of ".git".
Marius Bakke [Sat, 15 Sep 2018 09:53:40 +0000 (11:53 +0200)]
git-download: Don't assume the working directory is the parent of ".git".

This makes it do the right thing w.r.t. git worktrees.

* guix/git-download.scm (git-file-list): Use REPOSITORY-WORKING-DIRECTORY to
locate checkout.  Rename from "top" to "workdir".

5 years agopull: Try harder to use the host's X.509 certificates.
Ludovic Courtès [Tue, 25 Sep 2018 16:44:38 +0000 (18:44 +0200)]
pull: Try harder to use the host's X.509 certificates.

* guix/scripts/pull.scm (honor-x509-certificates): Use commonly-found
certificate bundles.

5 years agosubstitute: Progress port really closes underlying port.
Ludovic Courtès [Tue, 25 Sep 2018 10:28:55 +0000 (12:28 +0200)]
substitute: Progress port really closes underlying port.

* guix/scripts/substitute.scm (progress-report-port): Use 'close-port'
instead of 'close-connection'.  Move 'stop' call first.

5 years agoprogress: 'progress-reporter-report!' takes any number of arguments.
Ludovic Courtès [Tue, 25 Sep 2018 08:22:59 +0000 (10:22 +0200)]
progress: 'progress-reporter-report!' takes any number of arguments.

* guix/progress.scm (progress-reporter-report!): Accept an arbitrary
number of arguments and pass them to REPORT.

5 years agognupg: Change default keyserver.
Ludovic Courtès [Mon, 24 Sep 2018 12:16:13 +0000 (14:16 +0200)]
gnupg: Change default keyserver.

* guix/gnupg.scm (%openpgp-key-server): Change default to
"pool.sks-keyservers.net".

5 years agognu: diffoscope: Update to 102.
Ludovic Courtès [Mon, 24 Sep 2018 12:08:40 +0000 (14:08 +0200)]
gnu: diffoscope: Update to 102.

* gnu/packages/package-management.scm (diffoscope): Update to 102.

5 years agognu: Add guile-next.
Ludovic Courtès [Mon, 24 Sep 2018 11:59:35 +0000 (13:59 +0200)]
gnu: Add guile-next.

* gnu/packages/guile.scm (guile-next): Rewrite to refer to Guile 3.0.

5 years agognu: python-wsgiproxy2: Update to 0.4.5.
Tobias Geerinckx-Rice [Tue, 25 Sep 2018 01:38:24 +0000 (03:38 +0200)]
gnu: python-wsgiproxy2: Update to 0.4.5.

* gnu/packages/python-web.scm (python-wsgiproxy2): Update to 0.4.5.

5 years agognu: python-pexpect: Use INVOKE.
Tobias Geerinckx-Rice [Tue, 25 Sep 2018 08:14:58 +0000 (10:14 +0200)]
gnu: python-pexpect: Use INVOKE.

* gnu/packages/python.scm (python-pexpect)[arguments]: Substitute INVOKE
for SYSTEM*.

5 years agognu: 389-ds-base: Fix build.
Tobias Geerinckx-Rice [Tue, 25 Sep 2018 09:39:12 +0000 (11:39 +0200)]
gnu: 389-ds-base: Fix build.

* gnu/packages/openldap.scm (389-ds-base)[inputs]: Add openssl.

5 years agognu: python-nose-timer: Update to 0.7.3.
Tobias Geerinckx-Rice [Mon, 24 Sep 2018 11:52:11 +0000 (13:52 +0200)]
gnu: python-nose-timer: Update to 0.7.3.

* gnu/packages/check.scm (python-nose-timer): Update to 0.7.3.

5 years agognu: python-flask-login: Update to 0.4.1.
Tobias Geerinckx-Rice [Tue, 25 Sep 2018 08:19:13 +0000 (10:19 +0200)]
gnu: python-flask-login: Update to 0.4.1.

* gnu/packages/python-web.scm (python-flask-login): Update to 0.4.1.
[arguments]: Run the test suite.
[propagated-inputs]: Add python-flask.
[native-inputs]: Add test dependencies.

5 years agognu: Add python-semantic-version.
Tobias Geerinckx-Rice [Tue, 25 Sep 2018 08:13:01 +0000 (10:13 +0200)]
gnu: Add python-semantic-version.

* gnu/packages/python.scm (python-semantic-version)
(python2-semantic-version): New public variables.

5 years agognu: python-flask-login: Don't use unstable tarball.
Tobias Geerinckx-Rice [Tue, 25 Sep 2018 01:44:19 +0000 (03:44 +0200)]
gnu: python-flask-login: Don't use unstable tarball.

* gnu/packages/python-web.scm (python-flask-login)[source]:
Use GIT-FETCH and GIT-FILE-NAME.

5 years agognu: ibus: Update to 1.5.19.
Ricardo Wurmus [Tue, 25 Sep 2018 09:20:32 +0000 (11:20 +0200)]
gnu: ibus: Update to 1.5.19.

* gnu/packages/ibus.scm (ibus): Update to 1.5.19.
[arguments]: Add configure flags to disable Python 2 support while building
Python 3 bindings; adjust make flags; add phase prepare-ucd-dir.
[inputs]: Replace python2-pygobject with python-pygobject; replace python-2
with python.
[native-inputs]: Add unicode files.

5 years agognu: qjackctl: Update to 0.5.4.
Ricardo Wurmus [Tue, 25 Sep 2018 06:18:03 +0000 (08:18 +0200)]
gnu: qjackctl: Update to 0.5.4.

* gnu/packages/audio.scm (qjackctl): Update to 0.5.4.

5 years agognu: octave: Add a search path for CURLOPT_CAPATH.
Kei Kebreau [Mon, 17 Sep 2018 02:17:06 +0000 (22:17 -0400)]
gnu: octave: Add a search path for CURLOPT_CAPATH.

* gnu/packages/maths.scm (octave)[native-search-paths]: New field.

5 years agognu: Add gandi.cli.
Tobias Geerinckx-Rice [Wed, 19 Sep 2018 20:23:59 +0000 (22:23 +0200)]
gnu: Add gandi.cli.

* gnu/packages/networking.scm (gandi.cli): New public variable.

5 years agognu: rename: Update to 1.00.
Tobias Geerinckx-Rice [Mon, 24 Sep 2018 11:11:24 +0000 (13:11 +0200)]
gnu: rename: Update to 1.00.

* gnu/packages/admin.scm (rename): Update to 1.00.
[arguments]: Wrap executable to find its own library.

5 years agognu: lxterminal: Update to 0.3.2.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 23:37:35 +0000 (01:37 +0200)]
gnu: lxterminal: Update to 0.3.2.

* gnu/packages/lxde.scm (lxterminal): Update to 0.3.2.

5 years agognu: gloox: Update to 1.0.21.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 23:35:17 +0000 (01:35 +0200)]
gnu: gloox: Update to 1.0.21.

* gnu/packages/messaging.scm (gloox): Update to 1.0.21.

5 years agognu: libmesode: Update to 0.9.2.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 23:12:00 +0000 (01:12 +0200)]
gnu: libmesode: Update to 0.9.2.

* gnu/packages/messaging.scm (libmesode): Update to 0.9.2.

5 years agognu: libmesode: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 23:08:09 +0000 (01:08 +0200)]
gnu: libmesode: Don't use unstable tarball.

* gnu/packages/messaging.scm (libmesode)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml-ssl: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 22:54:39 +0000 (00:54 +0200)]
gnu: ocaml-ssl: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml-ssl)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: eolie: Update to 0.9.37.
Ricardo Wurmus [Mon, 24 Sep 2018 14:21:11 +0000 (16:21 +0200)]
gnu: eolie: Update to 0.9.37.

* gnu/packages/gnome.scm (eolie): Update to 0.9.37.
[source]: Fetch from gitlab.
[build-system]: Use meson-build-system.
[arguments]: Remove custom phases; set #:glib-or-gtk?.
[native-inputs]: Remove meson-for-build and ninja; add glib:bin.
[inputs]: Add python-pyfxa and python-pycrypto.

5 years agognu: Add python-pyfxa.
Ricardo Wurmus [Mon, 24 Sep 2018 14:20:51 +0000 (16:20 +0200)]
gnu: Add python-pyfxa.

* gnu/packages/python-web.scm (python-pyfxa): New variable.

5 years agognu: Add python-pybrowserid.
Ricardo Wurmus [Mon, 24 Sep 2018 14:20:42 +0000 (16:20 +0200)]
gnu: Add python-pybrowserid.

* gnu/packages/python-web.scm (python-pybrowserid): New variable.

5 years agognu: Add python-hawkauthlib.
Ricardo Wurmus [Mon, 24 Sep 2018 14:20:32 +0000 (16:20 +0200)]
gnu: Add python-hawkauthlib.

* gnu/packages/python-web.scm (python-hawkauthlib): New variable.

5 years agognu: Add python-grequests.
Ricardo Wurmus [Mon, 24 Sep 2018 14:20:19 +0000 (16:20 +0200)]
gnu: Add python-grequests.

* gnu/packages/python-web.scm (python-grequests): New variable.

5 years agognu: m17n-lib: Update to 1.8.0.
Arun Isaac [Mon, 24 Sep 2018 12:16:47 +0000 (17:46 +0530)]
gnu: m17n-lib: Update to 1.8.0.

* gnu/packages/emacs.scm (m17n-lib): Update to 1.8.0.

5 years agognu: m17n-db: Update to 1.8.0.
Arun Isaac [Mon, 24 Sep 2018 12:16:18 +0000 (17:46 +0530)]
gnu: m17n-db: Update to 1.8.0.

* gnu/packages/emacs.scm (m17n-db): Update to 1.8.0.

5 years agognu: Add r-bseqsc.
Ricardo Wurmus [Mon, 24 Sep 2018 11:24:13 +0000 (13:24 +0200)]
gnu: Add r-bseqsc.

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

5 years agognu: Add r-cssam.
Ricardo Wurmus [Mon, 24 Sep 2018 11:23:44 +0000 (13:23 +0200)]
gnu: Add r-cssam.

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

5 years agognu: Add r-xbioc.
Ricardo Wurmus [Mon, 24 Sep 2018 11:23:32 +0000 (13:23 +0200)]
gnu: Add r-xbioc.

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

5 years agognu: Prefix all Emacs packages with "emacs-".
Pierre Neidhardt [Mon, 17 Sep 2018 16:31:33 +0000 (18:31 +0200)]
gnu: Prefix all Emacs packages with "emacs-".

* gnu/packages/emacs.scm: Prefix all Emacs packages with "emacs-".
This is to enforce consistency and so that `emacs-packages?' can reliably
detect Emacs packages based on the "emacs-" prefix.

5 years agognu: python-networkx: Use HTTPS home page.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 22:15:18 +0000 (00:15 +0200)]
gnu: python-networkx: Use HTTPS home page.

* gnu/packages/python.scm (python-networkx)[home-page]: Use HTTPS.

5 years agognu: python-networkx: Update to 2.2.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 22:12:59 +0000 (00:12 +0200)]
gnu: python-networkx: Update to 2.2.

* gnu/packages/python.scm (python-networkx): Update to 2.2.

5 years agognu: python-decorator: Update to 4.3.0.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 21:58:51 +0000 (23:58 +0200)]
gnu: python-decorator: Update to 4.3.0.

* gnu/packages/python.scm (python-decorator): Update to 4.3.0.
[arguments]: Run the test suite.

5 years agognu: python-marshmallow: Update to 3.0.0b14.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 18:10:13 +0000 (20:10 +0200)]
gnu: python-marshmallow: Update to 3.0.0b14.

* gnu/packages/python.scm (python-marshmallow): Update to 3.0.0b14.

5 years agognu: libiptcdata: Update to 1.0.5.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 13:41:01 +0000 (15:41 +0200)]
gnu: libiptcdata: Update to 1.0.5.

* gnu/packages/image.scm (libiptcdata): Update to 1.0.5.
[home-page]: Follow Debian's maintained upstream.

5 years agognu: virtualgl: Update to 2.6.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 13:06:12 +0000 (15:06 +0200)]
gnu: virtualgl: Update to 2.6.

* gnu/packages/gl.scm (virtualgl): Update to 2.6.
[inputs]: Add libxtst.

5 years agognu: parallel: Update to 20180922.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 12:58:06 +0000 (14:58 +0200)]
gnu: parallel: Update to 20180922.

* gnu/packages/parallel.scm (parallel): Update to 20180922.

5 years agognu: workrave: Use Guix's built-in bootstrap phase.
Tobias Geerinckx-Rice [Fri, 21 Sep 2018 18:24:51 +0000 (20:24 +0200)]
gnu: workrave: Use Guix's built-in bootstrap phase.

* gnu/packages/gnome.scm (workrave)[arguments]: Remove
'autoconf' phase.

5 years agognu: python-gitdb: Update to 2.0.4.
Tobias Geerinckx-Rice [Fri, 21 Sep 2018 19:31:52 +0000 (21:31 +0200)]
gnu: python-gitdb: Update to 2.0.4.

* gnu/packages/version-control.scm (python-gitdb): Update to 2.0.4.
[arguments]: Replace AND with equivalent but more 'accurate' BEGIN.

5 years agognu: nano: Update to 3.1.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 22:29:46 +0000 (00:29 +0200)]
gnu: nano: Update to 3.1.

* gnu/packages/nano.scm (nano): Update to 3.1.

5 years agognu: fping: Use HTTPS home page.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 22:23:58 +0000 (00:23 +0200)]
gnu: fping: Use HTTPS home page.

* gnu/packages/networking.scm (fping)[home-page]: Use HTTPS.

5 years agognu: fping: Update to 4.1.
Tobias Geerinckx-Rice [Sun, 23 Sep 2018 22:23:19 +0000 (00:23 +0200)]
gnu: fping: Update to 4.1.

* gnu/packages/networking.scm (fping): Update to 4.1.

5 years agovm: Use "cache=loose" for all 9p mounts.
Ludovic Courtès [Sun, 23 Sep 2018 21:31:52 +0000 (23:31 +0200)]
vm: Use "cache=loose" for all 9p mounts.

This significantly improves read throughput when running things like
"guix hash -r ...".

* gnu/system/vm.scm (%linux-vm-file-systems): Add 'flags' for "store".
Add "cache=loose" to every file system.

5 years agovm: Disable deduplication for 'guix system vm-image'.
Ludovic Courtès [Sun, 23 Sep 2018 21:29:31 +0000 (23:29 +0200)]
vm: Disable deduplication for 'guix system vm-image'.

* gnu/system/vm.scm (qemu-image): Pass #:deduplicate? #f to
'root-partition-initializer'.

5 years agodatabase: Register each store item only once.
Ludovic Courtès [Sun, 23 Sep 2018 21:11:30 +0000 (23:11 +0200)]
database: Register each store item only once.

Fixes <https://bugs.gnu.org/32600>.
Reported by Leo Famulari.

* guix/store/database.scm (register-items): Check whether TO-REGISTER is
in DB by calling 'path-id',  and skip the reset-timestamps,
registration, and deduplication phases when it is.

5 years agodatabase: 'register-items' shows a progress bar.
Ludovic Courtès [Sun, 23 Sep 2018 20:51:51 +0000 (22:51 +0200)]
database: 'register-items' shows a progress bar.

* guix/store/database.scm (register-items): Add #:log-port.  Use
'progress-reporter/bar' to show a progress report.
(register-path): Pass #:log-port to 'register-items'.

5 years agostore-copy: Display a progress bar when copying store items.
Ludovic Courtès [Sun, 23 Sep 2018 20:24:07 +0000 (22:24 +0200)]
store-copy: Display a progress bar when copying store items.

* guix/build/store-copy.scm (populate-store): Add #:log-port parameter.
Use 'progress-reporter/bar' to report progress.

5 years agoserialization: Remove redundancy in 'write-file'.
Ludovic Courtès [Sun, 23 Sep 2018 20:11:35 +0000 (22:11 +0200)]
serialization: Remove redundancy in 'write-file'.

* guix/serialization.scm (write-file): Remove redundant 'member' call.

5 years agosystem: Mention '--skip-checks' in initrd diagnostics.
Ludovic Courtès [Sun, 23 Sep 2018 20:10:50 +0000 (22:10 +0200)]
system: Mention '--skip-checks' in initrd diagnostics.

* gnu/system/mapped-devices.scm (check-device-initrd-modules): Add note
about '--skip-checks'.

5 years agognu: Add emacs-synosaurus.
Pierre Neidhardt [Sun, 23 Sep 2018 15:19:56 +0000 (17:19 +0200)]
gnu: Add emacs-synosaurus.

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

5 years agognu: xpra: Update to 2.3.4.
Rutger Helling [Sun, 23 Sep 2018 11:13:50 +0000 (13:13 +0200)]
gnu: xpra: Update to 2.3.4.

* gnu/packages/xorg.scm (xpra): Update to 2.3.4.

5 years agognu: eolie: Use webkitgtk-2.22.
Mark H Weaver [Sat, 22 Sep 2018 23:25:36 +0000 (19:25 -0400)]
gnu: eolie: Use webkitgtk-2.22.

* gnu/packages/gnome.scm (eolie)[native-inputs]: Add gcc-7:lib.
[inputs]: Replace webkitgtk with webkitgtk-2.22.
[arguments]: Add "gcc:lib" to the list of libraries to add to
LD_LIBRARY_PATH.  Use invoke.

5 years agognu: epiphany: Use webkitgtk-2.22.
Mark H Weaver [Sat, 22 Sep 2018 23:21:16 +0000 (19:21 -0400)]
gnu: epiphany: Use webkitgtk-2.22.

* gnu/packages/gnome.scm (epiphany)[native-inputs]: Add gcc-7.
[inputs]: Replace webkitgtk with webkitgtk-2.22.

5 years agognu: webkitgtk: Add version 2.22.2.
Mark H Weaver [Sat, 22 Sep 2018 23:17:29 +0000 (19:17 -0400)]
gnu: webkitgtk: Add version 2.22.2.

* gnu/packages/webkit.scm (webkitgtk-2.22): New variable.

5 years agognu: Add Go 1.11.
Katherine Cox-Buday [Wed, 19 Sep 2018 02:52:58 +0000 (21:52 -0500)]
gnu: Add Go 1.11.

* gnu/packages/golang.scm (go-1.11): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
5 years agognu: icecat: Add fixes from upstream mozilla-esr60 [security fixes].
Mark H Weaver [Sat, 22 Sep 2018 08:47:54 +0000 (04:47 -0400)]
gnu: icecat: Add fixes from upstream mozilla-esr60 [security fixes].

Includes fixes for CVE-2018-12383 and CVE-2018-12385.

* gnu/packages/patches/icecat-CVE-2018-12383.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/patches/icecat-avoid-bundled-libraries.patch: Adapt to apply
cleanly to IceCat 60.
* gnu/packages/gnuzilla.scm (mozilla-patch): Update to fetch from
mozilla-esr60.
(icecat): Add selected changesets from upstream mozilla-esr60.

5 years agoRevert 'gnu: rust: Remove unused "ar" setting.'.
Danny Milosavljevic [Sat, 22 Sep 2018 08:07:50 +0000 (10:07 +0200)]
Revert 'gnu: rust: Remove unused "ar" setting.'.

Some versions of Rust do need it and others complain about it.
For now, revert the removal entirely.

This reverts commit ec944a1de97c8a523d6e1089b8c4430424297f93.

5 years agognu: hmmer: Update to 3.2.1.
Ben Woodcroft [Fri, 21 Sep 2018 22:19:09 +0000 (08:19 +1000)]
gnu: hmmer: Update to 3.2.1.

* gnu/packages/bioinformatics.scm (hmmer): Update to 3.2.1.
[origin]: Remove patch.
[license]: Change to BSD-3.
[supported-systems]: New field.
* gnu/packages/patches/hmmer-remove-cpu-specificity.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

5 years agognu: snap: Update to 4.2.1.4.
Nicolas Goaziou [Fri, 21 Sep 2018 20:22:09 +0000 (22:22 +0200)]
gnu: snap: Update to 4.2.1.4.

* gnu/packages/education.scm (snap): Update to 4.2.1.4.

5 years agognu: emacs-org: Update to 9.1.14.
Nicolas Goaziou [Fri, 21 Sep 2018 19:55:28 +0000 (21:55 +0200)]
gnu: emacs-org: Update to 9.1.14.

* gnu/packages/emacs.scm (emacs-org): Update to 9.1.14.

5 years agognu: workrave: Update to 1.10.21.
Tobias Geerinckx-Rice [Fri, 21 Sep 2018 18:22:51 +0000 (20:22 +0200)]
gnu: workrave: Update to 1.10.21.

* gnu/packages/gnome.scm (workrave): Update to 1.10.21.
[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-password-store: Update to 1.7.3.
Tobias Geerinckx-Rice [Fri, 21 Sep 2018 18:13:14 +0000 (20:13 +0200)]
gnu: emacs-password-store: Update to 1.7.3.

* gnu/packages/emacs.scm (emacs-password-store): Update to 1.7.3.

5 years agognu: filezilla: Update to 3.37.1.
Tobias Geerinckx-Rice [Fri, 21 Sep 2018 15:13:13 +0000 (17:13 +0200)]
gnu: filezilla: Update to 3.37.1.

* gnu/packages/ftp.scm (filezilla): Update to 3.37.1.

5 years agognu: wxwidgets: Update to 3.0.4.
Tobias Geerinckx-Rice [Fri, 21 Sep 2018 15:12:36 +0000 (17:12 +0200)]
gnu: wxwidgets: Update to 3.0.4.

* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.0.4.

5 years agognu: python-pyparsing: Update to 2.2.1.
Tobias Geerinckx-Rice [Fri, 21 Sep 2018 12:26:30 +0000 (14:26 +0200)]
gnu: python-pyparsing: Update to 2.2.1.

* gnu/packages/python.scm (python-pyparsing): Update to 2.2.1.
[source]: Use PYPI-URI.

5 years agognu: rust: Remove unused "ar" setting.
Danny Milosavljevic [Fri, 21 Sep 2018 13:42:56 +0000 (15:42 +0200)]
gnu: rust: Remove unused "ar" setting.

* gnu/packages/rust.scm (rust-1.20)[arguments]<#:phases>[configure]: Remove
unused "ar" setting.

5 years agodoc: Add section about inferiors.
Ludovic Courtès [Fri, 21 Sep 2018 15:03:52 +0000 (17:03 +0200)]
doc: Add section about inferiors.

* doc/guix.texi (Inferiors): New node.
(Channels): Add xref to "Inferiors".

5 years agoinferior: Add 'inferior-for-channels'.
Ludovic Courtès [Tue, 18 Sep 2018 11:30:48 +0000 (13:30 +0200)]
inferior: Add 'inferior-for-channels'.

* guix/inferior.scm (%inferior-cache-directory): New variable.
(inferior-for-channels): New procedure.

5 years agochannels: Add 'channel-instances->derivation'.
Ludovic Courtès [Tue, 18 Sep 2018 10:08:05 +0000 (12:08 +0200)]
channels: Add 'channel-instances->derivation'.

* guix/channels.scm (channel-instances->derivation): New procedure.
(latest-channel-derivation): Use it.
(channel-instance-derivations): Make private.

5 years agoprofiles: 'packages->manifest' now accepts inferior packages.
Ludovic Courtès [Tue, 18 Sep 2018 08:21:28 +0000 (10:21 +0200)]
profiles: 'packages->manifest' now accepts inferior packages.

* guix/profiles.scm (packages->manifest)[inferiors-loaded?]: New
variable.
[inferior->entry]: New procedure.
Accept inferior packages when INFERIORS-LOADED? is true.
* tests/guix-package.sh: Add test using a manifest with an inferior.
* tests/inferior.scm ("packages->manifest"): New test.

5 years agoinferior: Add 'inferior-package->manifest-entry'.
Ludovic Courtès [Tue, 18 Sep 2018 07:56:34 +0000 (09:56 +0200)]
inferior: Add 'inferior-package->manifest-entry'.

* guix/inferior.scm (inferior-package->manifest-entry): New procedure.
* tests/inferior.scm (manifest-entry->list): New procedure.
("inferior-package->manifest-entry"): New test.

5 years agoinferior: Add 'inferior-package-search-paths' & co.
Ludovic Courtès [Mon, 17 Sep 2018 08:04:15 +0000 (10:04 +0200)]
inferior: Add 'inferior-package-search-paths' & co.

* guix/inferior.scm (%inferior-package-search-paths)
(inferior-package-native-search-paths)
(inferior-package-search-paths)
(inferior-package-transitive-native-search-paths): New procedures.
* tests/inferior.scm ("inferior-package-search-paths"): New test.

5 years agoinferior: Add 'inferior-package-inputs' & co.
Ludovic Courtès [Mon, 17 Sep 2018 07:55:31 +0000 (09:55 +0200)]
inferior: Add 'inferior-package-inputs' & co.

* guix/inferior.scm (open-inferior): Use (ice-9 match).
(inferior-package-input-field, inferior-package-inputs):
(inferior-package-native-inputs)
(inferior-package-propagated-inputs)
(inferior-package-transitive-propagated-inputs): New procedures.
* tests/inferior.scm ("inferior-package-inputs"): New test.

inputs fixlet

5 years agoinferior: Add 'lookup-inferior-packages'.
Ludovic Courtès [Sat, 15 Sep 2018 12:50:14 +0000 (14:50 +0200)]
inferior: Add 'lookup-inferior-packages'.

* guix/inferior.scm (<inferior>)[packages, table]: New fields.
(open-inferior): Initialize these new fields.
(inferior-packages): Rename to...
(%inferior-packages): ... this.
(inferior-packages): New procedure; force the promise.
(%inferior-package-table, lookup-inferior-packages): New procedures.
* tests/inferior.scm ("lookup-inferior-packages")
("lookup-inferior-packages and eq?-ness"): New tests.

5 years agoinferior: Add 'inferior-package-derivation'.
Ludovic Courtès [Fri, 14 Sep 2018 15:30:06 +0000 (17:30 +0200)]
inferior: Add 'inferior-package-derivation'.

* guix/inferior.scm (read-inferior-response)
(send-inferior-request): New procedures.
(inferior-eval): Rewrite in terms of these.
(proxy, inferior-package-derivation, inferior-package->derivation)
(package-compiler): New procedures.
* tests/inferior.scm ("inferior-package-derivation"): New test.

5 years agognu: Add r-pore.
pimi [Tue, 11 Sep 2018 14:54:32 +0000 (16:54 +0200)]
gnu: Add r-pore.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: hdf5-parallel-openmpi: Really enable parallel build.
Paul Garlick [Thu, 20 Sep 2018 17:59:57 +0000 (18:59 +0100)]
gnu: hdf5-parallel-openmpi: Really enable parallel build.

This fix ensures that the H5_HAVE_PARALLEL identifier is correctly set
in the file H5pubconf.h.

* gnu/packages/maths.scm (hdf5-parallel-openmpi)[arguments]: Add
the "--enable-parallel" flag to the list of configure flags.  Remove
the incompatible "--enable-cxx" flag.  Add 'mpi-setup' phase.

Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
5 years agognu: hdf5: Allow for absence of utility script.
Paul Garlick [Thu, 20 Sep 2018 17:59:56 +0000 (18:59 +0100)]
gnu: hdf5: Allow for absence of utility script.

* gnu/packages/maths.scm (hdf5)[arguments]: Add condition to 'split'
phase to check for existence of h5fc script.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: rust: Remove unused "localstatedir" setting.
Danny Milosavljevic [Fri, 21 Sep 2018 13:21:24 +0000 (15:21 +0200)]
gnu: rust: Remove unused "localstatedir" setting.

* gnu/packages/rust.scm (rust-1.20)[arguments]<#:phases>[configure]: Remove
unused "localstatedir" setting.