jackhill/guix/guix.git
5 years agognu: sshuttle: Patch FHS assumptions.
Tobias Geerinckx-Rice [Thu, 27 Sep 2018 21:38:36 +0000 (23:38 +0200)]
gnu: sshuttle: Patch FHS assumptions.

Reported-By: Nam Nguyen <namn@berkeley.edu>
* gnu/packages/vpn.scm (sshuttle)[arguments]: Set correct paths to 'env'
and 'sh'.

5 years agotests: Adjust services tests to new 'shepherd-service-upgrade'.
Ludovic Courtès [Thu, 27 Sep 2018 21:58:05 +0000 (23:58 +0200)]
tests: Adjust services tests to new 'shepherd-service-upgrade'.

This is a followup to 4245ddcbc9f935804c17c97872b90ec1050c2d75.

* tests/services.scm ("shepherd-service-upgrade: one unchanged, one upgraded, one new")
("shepherd-service-upgrade: service depended on is not unloaded")
("shepherd-service-upgrade: obsolete services that depend on each
other"): Adjust to changes in 'shepherd-service-upgrade'.

5 years agotests: Update (guix build store-copy) tests.
Ludovic Courtès [Thu, 27 Sep 2018 21:46:44 +0000 (23:46 +0200)]
tests: Update (guix build store-copy) tests.

This is a followup to a387b0bebb151a766ca6a454a891f2370c96703c.

* tests/gexp.scm ("gexp->derivation, store copy")
("gexp->derivation #:references-graphs"): Add (guix progress) and (guix
records) to the imported modules.

5 years agoperform-download: Optionally report a "download-progress" trace.
Ludovic Courtès [Wed, 12 Sep 2018 13:08:38 +0000 (15:08 +0200)]
perform-download: Optionally report a "download-progress" trace.

* guix/scripts/perform-download.scm (perform-download): Add
 #:print-build-trace? and pass it to 'url-fetch'.
(guix-perform-download): Define 'print-build-trace?' and pass it to
'perform-download'.
* guix/build/download.scm (ftp-fetch): Add #:print-build-trace? and
honor it.
(url-fetch): Likewise.
* nix/libstore/builtins.cc (builtinDownload): Set _NIX_OPTIONS
environment variable.

5 years agoAdd (guix status) and use it for pretty colored output.
Ludovic Courtès [Wed, 18 Jan 2017 22:21:29 +0000 (23:21 +0100)]
Add (guix status) and use it for pretty colored output.

* guix/progress.scm (progress-reporter/trace): New procedure.
(%progress-interval): New variable.
(progress-reporter/file): Use it.
* guix/scripts/build.scm (set-build-options-from-command-line): Pass
 #:print-extended-build-trace?.
(%default-options): Add 'print-extended-build-trace?'.
(guix-build): Parameterize CURRENT-TERMINAL-COLUMNS.  Use
'build-status-updater'.
* guix/scripts/environment.scm (%default-options): Add
'print-extended-build-trace?'.
(guix-environment): Wrap body in 'with-status-report'.
* guix/scripts/pack.scm (%default-options): Add 'print-build-trace?' and
'print-extended-build-trace?'.
(guix-pack): Wrap body in 'with-status-report'.
* guix/scripts/package.scm (%default-options, guix-package): Likewise.
* guix/scripts/system.scm (%default-options, guix-system): Likewise.
* guix/scripts/pull.scm (%default-options, guix-pull): Likewise.
* guix/scripts/substitute.scm (progress-report-port): Don't call STOP
when TOTAL is zero.
(process-substitution): Add #:print-build-trace? and honor it.
(guix-substitute)[print-build-trace?]: New variable.
Pass #:print-build-trace? to 'process-substitution'.
* guix/status.scm: New file.
* guix/store.scm (set-build-options): Add #:print-extended-build-trace?;
pass it into PAIRS.
(%protocol-version): Bump.
(protocol-version, nix-server-version): New procedures.
(current-store-protocol-version): New variable.
(with-store, build-things): Parameterize it.
* guix/ui.scm (build-output-port): Remove.
(colorize-string): Export.
* po/guix/POTFILES.in: Add guix/status.scm.
* tests/status.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x162.
* nix/libstore/build.cc (DerivationGoal::registerOutputs)
(SubstitutionGoal::finished): Print a "@ hash-mismatch" trace before
throwing.

5 years agoprogress: Add 'display-download-progress'.
Ludovic Courtès [Tue, 25 Sep 2018 08:30:21 +0000 (10:30 +0200)]
progress: Add 'display-download-progress'.

* guix/progress.scm (display-download-progress): New procedure.
(progress-reporter/file)[render]: Rewrite in terms of
'display-download-progress'.

5 years agognu: yoshimi: Update to 1.5.9.
Ricardo Wurmus [Thu, 27 Sep 2018 19:52:07 +0000 (21:52 +0200)]
gnu: yoshimi: Update to 1.5.9.

* gnu/packages/music.scm (yoshimi): Update to 1.5.9.

5 years agognu: emacs-ert-runner: Do not use package name in directory.
Ricardo Wurmus [Thu, 27 Sep 2018 18:02:55 +0000 (20:02 +0200)]
gnu: emacs-ert-runner: Do not use package name in directory.

* gnu/packages/emacs.scm (emacs-ert-runner)[arguments]: Use the upstream name
instead of the Guix package name in the "install-executable" phase.

This is a follow-up to commit 5c8031ff7382ec9079040d08ae5a05b4dd2352b7.

5 years agognu: eolie: Update to 0.9.38.
Ricardo Wurmus [Thu, 27 Sep 2018 17:55:49 +0000 (19:55 +0200)]
gnu: eolie: Update to 0.9.38.

* gnu/packages/gnome.scm (eolie): Update to 0.9.38.

5 years agognu: linux-libre: Update to 4.18.10.
Mark H Weaver [Thu, 27 Sep 2018 09:53:46 +0000 (05:53 -0400)]
gnu: linux-libre: Update to 4.18.10.

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

5 years agognu: linux-libre@4.14: Update to 4.14.72.
Mark H Weaver [Thu, 27 Sep 2018 09:52:52 +0000 (05:52 -0400)]
gnu: linux-libre@4.14: Update to 4.14.72.

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

5 years agognu: linux-libre@4.9: Update to 4.9.129.
Mark H Weaver [Thu, 27 Sep 2018 09:52:00 +0000 (05:52 -0400)]
gnu: linux-libre@4.9: Update to 4.9.129.

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

5 years agognu: linux-libre@4.4: Update to 4.4.158.
Mark H Weaver [Thu, 27 Sep 2018 09:51:20 +0000 (05:51 -0400)]
gnu: linux-libre@4.4: Update to 4.4.158.

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

5 years agognu: mame: Update to 0.202.
Rutger Helling [Thu, 27 Sep 2018 07:50:01 +0000 (09:50 +0200)]
gnu: mame: Update to 0.202.

* gnu/packages/emulators.scm (mame): Update to 0.202.

5 years agognu: youtube-dl: Update to 2018.09.18.
Tobias Geerinckx-Rice [Mon, 24 Sep 2018 18:33:00 +0000 (20:33 +0200)]
gnu: youtube-dl: Update to 2018.09.18.

* gnu/packages/video.scm (youtube-dl): Update to 2018.09.18.

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

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

5 years agognu: dico: Update to 2.7.
Tobias Geerinckx-Rice [Thu, 27 Sep 2018 01:47:24 +0000 (03:47 +0200)]
gnu: dico: Update to 2.7.

* gnu/packages/dico.scm (dico): Update to 2.7.
[arguments]: Work around dodgy test in 'check' phase.

5 years agognu: perl-net-dns: Update to 1.18.
Tobias Geerinckx-Rice [Mon, 24 Sep 2018 10:38:47 +0000 (12:38 +0200)]
gnu: perl-net-dns: Update to 1.18.

* gnu/packages/networking.scm (perl-net-dns): Update to 1.18.

5 years agognu: perl-catalyst-runtime: Update to 5.90119.
Tobias Geerinckx-Rice [Tue, 25 Sep 2018 21:27:44 +0000 (23:27 +0200)]
gnu: perl-catalyst-runtime: Update to 5.90119.

* gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90119.

5 years agognu: perl-crypt-openssl-rsa: Update to 0.31.
Tobias Geerinckx-Rice [Tue, 25 Sep 2018 18:58:07 +0000 (20:58 +0200)]
gnu: perl-crypt-openssl-rsa: Update to 0.31.

* gnu/packages/tls.scm (perl-crypt-openssl-rsa): Update to 0.31.

5 years agognu: enlightenment: Fix initial locale and keyboard selection.
Timo Eisenmann [Wed, 26 Sep 2018 15:01:33 +0000 (17:01 +0200)]
gnu: enlightenment: Fix initial locale and keyboard selection.

* gnu/packages/enlightenment.scm (enlightenment)[arguments]: In
'set-system-actions', set absolute file name to 'locale' and 'xorg.lst'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agoservices: virtual-terminal: Write to "default_utf8" only if necessary.
Ludovic Courtès [Wed, 26 Sep 2018 21:01:33 +0000 (23:01 +0200)]
services: virtual-terminal: Write to "default_utf8" only if necessary.

Fixes a bug in containers whereby 'virtual-terminal' would always fail
to start because writing to /sys/…/default_utf8 would fail with EROFS.

* gnu/services/base.scm (virtual-terminal-service-type): Read from
"default_utf8" before attempting to write to it.

5 years agoservices: udev: Don't attempt to read "modules.devname" from a container.
Ludovic Courtès [Wed, 26 Sep 2018 20:58:23 +0000 (22:58 +0200)]
services: udev: Don't attempt to read "modules.devname" from a container.

Fixes <https://bugs.gnu.org/32814>.
Reported by Julien Lepiller <julien@lepiller.eu>.

* gnu/services/base.scm (udev-shepherd-service)[start]: Check whether
DIRECTORY exists and skip 'make-static-device-nodes' call if it doesn't.

5 years agoservices: shepherd: Add workaround for 0.5.0 in containers.
Ludovic Courtès [Wed, 26 Sep 2018 20:52:38 +0000 (22:52 +0200)]
services: shepherd: Add workaround for 0.5.0 in containers.

* gnu/services/shepherd.scm (%containerized-shepherd-service): New service.
* gnu/system.scm (essential-services): Use it when CONTAINER? is true.

5 years agoservices: dhcp-client: Use 'read-pid-file'.
Ludovic Courtès [Wed, 26 Sep 2018 20:30:16 +0000 (22:30 +0200)]
services: dhcp-client: Use 'read-pid-file'.

* gnu/services/networking.scm (dhcp-client-service-type)[start]: Use
'read-pid-file' instead of the custom and possibly infinite loop.

5 years agognu: Remove incorrect Emacs package deprecations.
Ludovic Courtès [Wed, 26 Sep 2018 14:35:37 +0000 (16:35 +0200)]
gnu: Remove incorrect Emacs package deprecations.

This is a followup to 5c8031ff7382ec9079040d08ae5a05b4dd2352b7.  An
upgrade would wrongfully report things like:

  guix package: package 'emacs-typo' has been superseded by 'emacs-typo'
  guix package: package 'emacs-org-tree-slide' has been superseded by 'emacs-org-tree-slide'
  guix package: package 'emacs-emms' has been superseded by 'emacs-emms'

* gnu/packages/emacs.scm (flycheck, emms, typo, org-tree-slide)
(butler): Remove.
(emacs-emms-mode-line-cycle)[propagated-inputs]: Use EMACS-EMMS instead
of EMMS.

5 years agoguix system: Load all services on reconfigure, not just stopped ones.
Carlo Zancanaro [Sun, 26 Aug 2018 11:54:14 +0000 (21:54 +1000)]
guix system: Load all services on reconfigure, not just stopped ones.

This uses the 'replacement' service slot introduced in the Shepherd
version 0.5.0.

* gnu/services/shepherd.scm (shepherd-service-upgrade): Return a list of
  services that need to be restarted to complete their upgrade.
* guix/scripts/system.scm (call-with-service-upgrade-info): Rename an internal
  variable to reflect the change to shepherd-service-upgrade.
  (upgrade-shepherd-services): Call 'load-services/safe' instead of
  'load-services'.  Print a message about services that need to be
  manually restarted.
* gnu/services/herd.scm (load-services/safe): New procedure.
* doc/guix.texi (Invoking guix system): Document the new behaviour.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
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.