jackhill/guix/guix.git
5 years agoetc: snippets: Add new build systems to package snippet.
Arun Isaac [Wed, 4 Jul 2018 18:05:39 +0000 (23:35 +0530)]
etc: snippets: Add new build systems to package snippet.

* etc/snippets/scheme-mode/guix-package: Add android-ndk-build-system and
scons-build-system as possibilities for the build-system field.

5 years agognu: curl: Update replacement to 7.61.0 [fixes CVE-2018-0500].
Leo Famulari [Thu, 12 Jul 2018 14:33:21 +0000 (10:33 -0400)]
gnu: curl: Update replacement to 7.61.0 [fixes CVE-2018-0500].

* gnu/packages/curl.scm (curl)[replacement]: Update to 7.61.0.
(curl-7.60.0): Replace with ...
(curl-7.61.0): ... new variable.

5 years agoMerge branch 'staging'
Marius Bakke [Thu, 12 Jul 2018 22:25:45 +0000 (00:25 +0200)]
Merge branch 'staging'

5 years agognu: xapian: Fix notmuch test failure.
Marius Bakke [Thu, 12 Jul 2018 17:54:48 +0000 (19:54 +0200)]
gnu: xapian: Fix notmuch test failure.

* gnu/packages/patches/xapian-revert-5489fb2f8.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/search.scm (xapian)[source](patches): Use it.

5 years agognu: emacs-biblio: Add missing dependencies.
Tim Gesthuizen [Thu, 12 Jul 2018 15:08:48 +0000 (17:08 +0200)]
gnu: emacs-biblio: Add missing dependencies.

* gnu/packages/emacs.scm (emacs-biblio)[propagated-inputs]: Add emacs-seq,
  emacs-dash and emacs-let-alist.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: faba-icon-theme: Switch to meson-build-system.
Vasile Dumitrascu [Tue, 10 Jul 2018 23:27:32 +0000 (01:27 +0200)]
gnu: faba-icon-theme: Switch to meson-build-system.

* gnu/packages/gnome.scm (faba-icon-theme):
[build-system]: Switch to meson-build-system.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: faba-icon-theme: Update to 4.3.
Vasile Dumitrascu [Tue, 10 Jul 2018 23:26:26 +0000 (01:26 +0200)]
gnu: faba-icon-theme: Update to 4.3.

* gnu/packages/gnome.scm (faba-icon-theme) Update to 4.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: moka-icon-theme: Update to 5.4.0.
Vasile Dumitrascu [Tue, 10 Jul 2018 23:34:41 +0000 (01:34 +0200)]
gnu: moka-icon-theme: Update to 5.4.0.

* gnu/packages/gnome.scm (moka-icon-theme): Update to 5.4.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add go-gopkg-in-yaml-v2.
Rouby Pierre-Antoine [Tue, 10 Jul 2018 16:06:09 +0000 (18:06 +0200)]
gnu: Add go-gopkg-in-yaml-v2.

* gnu/packages/golang.scm (go-gopkg-in-yaml-v2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add go-gopkg-in-check-v1.
Rouby Pierre-Antoine [Tue, 10 Jul 2018 16:06:08 +0000 (18:06 +0200)]
gnu: Add go-gopkg-in-check-v1.

* gnu/packages/golang.scm (go-gopkg-in-check-v1): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add go-github-com-gorhill-cronexpr.
Rouby Pierre-Antoine [Tue, 10 Jul 2018 16:06:07 +0000 (18:06 +0200)]
gnu: Add go-github-com-gorhill-cronexpr.

* gnu/packages/golang.scm (go-github-com-gorhill-cronexpr): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add go-github-com-docker-machine.
Rouby Pierre-Antoine [Tue, 10 Jul 2018 16:06:06 +0000 (18:06 +0200)]
gnu: Add go-github-com-docker-machine.

* gnu/packages/golang.scm (go-github-com-docker-machine): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add go-github-com-docker-go-connections.
Rouby Pierre-Antoine [Tue, 10 Jul 2018 16:02:28 +0000 (18:02 +0200)]
gnu: Add go-github-com-docker-go-connections.

* gnu/packages/golang.scm (go-github-com-docker-go-connections): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agoservices: mcron: Add 'schedule' action.
Ludovic Courtès [Wed, 11 Jul 2018 21:40:57 +0000 (23:40 +0200)]
services: mcron: Add 'schedule' action.

Inspired by
<https://lists.gnu.org/archive/html/help-guix/2018-07/msg00035.html>.

* gnu/services/mcron.scm (shepherd-schedule-action): New procedure.
(mcron-shepherd-services): Add 'actions' field.
* gnu/tests/base.scm (run-mcron-test)["schedule action"]: New test.
* doc/guix.texi (Scheduled Job Execution): Mention 'herd schedule'.

5 years agoservices: shepherd: Support custom actions.
Ludovic Courtès [Wed, 11 Jul 2018 21:17:37 +0000 (23:17 +0200)]
services: shepherd: Support custom actions.

* gnu/services/shepherd.scm (<shepherd-service>)[actions]: New field.
(<shepherd-action>): New record type.
(shepherd-service-file): Pass #:actions to 'make'.
* doc/guix.texi (Shepherd Services): Document custom actions.

5 years agognu: emacs-helm-bibtex: Add emacs-ivy to inputs.
Jelle Licht [Thu, 12 Jul 2018 18:39:41 +0000 (20:39 +0200)]
gnu: emacs-helm-bibtex: Add emacs-ivy to inputs.

* gnu/packages/emacs.scm (emacs-helm-bibtex)[inputs]: Add emacs-ivy.

5 years agognu: emacs-biblio: Add emacs-dash to inputs.
Jelle Licht [Sun, 6 May 2018 13:27:07 +0000 (15:27 +0200)]
gnu: emacs-biblio: Add emacs-dash to inputs.

* gnu/packages/emacs.scm (emacs-biblio)[inputs]: Add emacs-dash.

5 years agoimport: hackage: Evaluate "-any" and "-none" version comparison operators.
Danny Milosavljevic [Thu, 12 Jul 2018 12:17:08 +0000 (14:17 +0200)]
import: hackage: Evaluate "-any" and "-none" version comparison operators.

* guix/import/cabal.scm (eval-cabal): Modify.
* tests/hackage.scm (test-cabal-4): New variable and test.
(test-cabal-5): New variable and test.
(test-cabal-6): New variable and test.

5 years agognu: Syncthing: Fix a crash bug.
Leo Famulari [Thu, 12 Jul 2018 15:23:24 +0000 (11:23 -0400)]
gnu: Syncthing: Fix a crash bug.

* gnu/packages/patches/syncthing-fix-crash.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/syncthing.scm (syncthing)[source]: Use it.

5 years agognu: Add quaternion.
Arun Isaac [Wed, 4 Jul 2018 17:24:55 +0000 (22:54 +0530)]
gnu: Add quaternion.

* gnu/packages/messaging.scm (quaternion): New variable.

5 years agognu: Add libqmatrixclient.
Arun Isaac [Wed, 4 Jul 2018 17:24:09 +0000 (22:54 +0530)]
gnu: Add libqmatrixclient.

* gnu/packages/messaging.scm (libqmatrixclient): New variable.

5 years agognu: psmisc: Update to 23.1.
Marius Bakke [Thu, 12 Jul 2018 15:12:01 +0000 (17:12 +0200)]
gnu: psmisc: Update to 23.1.

* gnu/packages/linux.scm (psmisc): Update to 23.1.
[source](uri): Use XZ-compressed tarball.

5 years agognu: unbound: Update to 1.7.3.
Marius Bakke [Thu, 12 Jul 2018 15:05:16 +0000 (17:05 +0200)]
gnu: unbound: Update to 1.7.3.

* gnu/packages/dns.scm (unbound): Update to 1.7.3.

5 years agognu: php: Build with an older oniguruma.
Marius Bakke [Thu, 12 Jul 2018 14:59:56 +0000 (16:59 +0200)]
gnu: php: Build with an older oniguruma.

* gnu/packages/textutils.scm (oniguruma-5): New public variable.
* gnu/packages/php.scm (php)[inputs]: Change ONIGURUMA to ONIGURUMA-5.

5 years agognu: iso-codes: Update home page.
Marius Bakke [Thu, 12 Jul 2018 14:53:20 +0000 (16:53 +0200)]
gnu: iso-codes: Update home page.

* gnu/packages/iso-codes.scm (iso-codes)[home-page]: Change to salsa.debian.org.

5 years agognu: oniguruma: Update to 6.8.2.
Marius Bakke [Thu, 12 Jul 2018 14:48:55 +0000 (16:48 +0200)]
gnu: oniguruma: Update to 6.8.2.

* gnu/packages/textutils.scm (oniguruma): Update to 6.8.2.

5 years agognu: lsof: Return #t from all phases.
Marius Bakke [Thu, 12 Jul 2018 14:38:20 +0000 (16:38 +0200)]
gnu: lsof: Return #t from all phases.

* gnu/packages/lsof.scm (lsof)[arguments]: Return #t from phases.

5 years agognu: lsof: Update to 4.91.
Marius Bakke [Thu, 12 Jul 2018 14:36:07 +0000 (16:36 +0200)]
gnu: lsof: Update to 4.91.

* gnu/packages/lsof.scm (lsof): Update to 4.91.

5 years agognu: xf86-input-libinput: Update to 0.28.0.
Marius Bakke [Thu, 12 Jul 2018 14:33:00 +0000 (16:33 +0200)]
gnu: xf86-input-libinput: Update to 0.28.0.

* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.28.0.

5 years agognu: ldb: Downgrade to 1.3.3.
Marius Bakke [Thu, 12 Jul 2018 14:29:33 +0000 (16:29 +0200)]
gnu: ldb: Downgrade to 1.3.3.

LDB 1.4 and above does not support Samba < 4.9; see
<https://bugzilla.samba.org/show_bug.cgi?id=13519>.

* gnu/packages/samba.scm (ldb): Downgrade to 1.3.3.
[inputs]: Remove LMDB.
[arguments]: Remove #:tests.

5 years agognu: tdb: Update to 1.3.16.
Marius Bakke [Thu, 12 Jul 2018 14:18:44 +0000 (16:18 +0200)]
gnu: tdb: Update to 1.3.16.

* gnu/packages/databases.scm (tdb): Update to 1.3.16.

5 years agognu: tevent: Update to 0.9.37.
Marius Bakke [Thu, 12 Jul 2018 14:15:49 +0000 (16:15 +0200)]
gnu: tevent: Update to 0.9.37.

* gnu/packages/samba.scm (tevent): Update to 0.9.37.

5 years agognu: talloc: Update to 2.1.14.
Marius Bakke [Thu, 12 Jul 2018 14:15:29 +0000 (16:15 +0200)]
gnu: talloc: Update to 2.1.14.

* gnu/packages/samba.scm (talloc): Update to 2.1.14.

5 years agognu: python-pyyaml: Update to 3.13.
Marius Bakke [Thu, 12 Jul 2018 14:06:28 +0000 (16:06 +0200)]
gnu: python-pyyaml: Update to 3.13.

* gnu/packages/python.scm (python-pyyaml): Update to 3.13.

5 years agognu: appstream-glib: Update to 0.7.10.
Marius Bakke [Thu, 12 Jul 2018 14:02:59 +0000 (16:02 +0200)]
gnu: appstream-glib: Update to 0.7.10.

* gnu/packages/glib.scm (appstream-glib): Update to 0.7.10.

5 years agognu: libzip: Update to 1.5.1.
Marius Bakke [Thu, 12 Jul 2018 13:52:19 +0000 (15:52 +0200)]
gnu: libzip: Update to 1.5.1.

* gnu/packages/compression.scm (libzip): Update to 1.5.1.
[build-system]: Switch to CMAKE-BUILD-SYSTEM.

5 years agognu: rng-tools: Update to 6.3.
Marius Bakke [Thu, 12 Jul 2018 13:45:14 +0000 (15:45 +0200)]
gnu: rng-tools: Update to 6.3.

* gnu/packages/linux.scm (rng-tools): Update to 6.3.

5 years agognu: openh264: Update to 1.8.0.
Marius Bakke [Thu, 12 Jul 2018 13:42:26 +0000 (15:42 +0200)]
gnu: openh264: Update to 1.8.0.

* gnu/packages/video.scm (openh264): Update to 1.8.0.
[source](uri): Use release tarball.

5 years agognu: xapian: Update to 1.4.6 [fixes CVE-2018-0499].
Marius Bakke [Thu, 12 Jul 2018 13:37:50 +0000 (15:37 +0200)]
gnu: xapian: Update to 1.4.6 [fixes CVE-2018-0499].

* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.6.

5 years agognu: GnuPG: Update to 2.2.9.
Leo Famulari [Thu, 12 Jul 2018 14:55:04 +0000 (10:55 -0400)]
gnu: GnuPG: Update to 2.2.9.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.9.

5 years agoimport: hackage: Support "-any" and "-none" version comparison operators.
Danny Milosavljevic [Wed, 11 Jul 2018 15:07:01 +0000 (17:07 +0200)]
import: hackage: Support "-any" and "-none" version comparison operators.

* guix/import/cabal.scm (make-cabal-parser): Modify.
(is-any): New variable.
(is-none): New variable.
(lex-any): New procedure.
(lex-none): New procedure.
(lex-word): Modify.
(eval-cabal): Modify.

5 years agoimport: hackage: Support "custom-setup" field.
Danny Milosavljevic [Wed, 11 Jul 2018 09:02:51 +0000 (11:02 +0200)]
import: hackage: Support "custom-setup" field.

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

* guix/import/cabal.scm (make-cabal-parser): Modify.
(is-custom-setup): New variable.
(lex-custom-setup): New procedure.
(is-id): Modify.
(lex-version): Modify.
(<cabal-custom-setup>): New record type.
(eval-cabal): Modify.
(dependencies): Add parameter.

5 years agogexp: Allow bytevector as content of `plain-file'.
Jan Nieuwenhuizen [Tue, 10 Jul 2018 17:06:32 +0000 (19:06 +0200)]
gexp: Allow bytevector as content of `plain-file'.

This allows for using a package source directly from git, doing something like

    (define (command->bytevector command)
      (let ((port (apply open-pipe* OPEN_READ command)))
        (let ((output (get-bytevector-all port)))
          (close-port port)
          output)))

    (define-public hello-git
      (package
        (name "hello")
        (version "git")
        (source (let* ((commit "stable-2.0")
                       (content (command->bytevector
                                 `("git" "archive" "--format" "tar" "--prefix"
                                   ,(string-append commit "/") ,commit)))
                       (file-name (string-append "hello-" commit)))
                  (plain-file file-name content)))
        ...
        ))

* guix/gexp.scm (<plain-file>): Also allow bytevector content.
(plain-file-compiler): Handle bytevector content.
* doc/guix.texi (G-Expressions): Describe plain-file now also taking
bytevectors.

5 years agostore: Add `binary-file'.
Jan Nieuwenhuizen [Tue, 10 Jul 2018 17:00:48 +0000 (19:00 +0200)]
store: Add `binary-file'.

* guix/store.scm (binary-file): New function.
* doc/guix.texi (The Store Monad): Describe binary-file.

5 years agognu: Add ghc-xdg-basedir.
Danny Milosavljevic [Wed, 11 Jul 2018 15:04:56 +0000 (17:04 +0200)]
gnu: Add ghc-xdg-basedir.

* gnu/packages/haskell.scm (ghc-xdg-basedir): New variable.

5 years agognu: Add ghc-regex-tdfa-text.
Danny Milosavljevic [Wed, 11 Jul 2018 15:03:16 +0000 (17:03 +0200)]
gnu: Add ghc-regex-tdfa-text.

* gnu/packages/haskell.scm (ghc-regex-tdfa-text): New variable.

5 years agognu: u-boot-tools: Simplify build.
Danny Milosavljevic [Wed, 11 Jul 2018 15:05:53 +0000 (17:05 +0200)]
gnu: u-boot-tools: Simplify build.

* gnu/packages/bootloaders.scm (u-boot-tools)[arguments]<#:phases>[build]:
Modify.

5 years agognu: u-boot-tools: Install "sunxi-spl-image-builder".
Danny Milosavljevic [Wed, 11 Jul 2018 14:10:36 +0000 (16:10 +0200)]
gnu: u-boot-tools: Install "sunxi-spl-image-builder".

* gnu/packages/bootloaders.scm (u-boot-tools)[arguments]<#:phases>[build]:
Build sunxi-spl-image-builder.
(u-boot-tools)[arguments]<#:phases>[install]: Install sunxi-spl-image-builder.

5 years agognu: make-u-boot-package: Return #t from "install" phase.
Danny Milosavljevic [Wed, 11 Jul 2018 13:56:41 +0000 (15:56 +0200)]
gnu: make-u-boot-package: Return #t from "install" phase.

* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]<#:phases>
[install]: Return #t.

5 years agognu: msmtp: Update to 1.6.8.
Efraim Flashner [Wed, 11 Jul 2018 19:08:55 +0000 (22:08 +0300)]
gnu: msmtp: Update to 1.6.8.

* gnu/packages/mail.scm (msmtp): Update to 1.6.8.
[source]: Update to new source location.
[home-page]: Update to new home-page.

5 years agognu: btrfs-progs: Update home-page.
Efraim Flashner [Wed, 11 Jul 2018 19:04:12 +0000 (22:04 +0300)]
gnu: btrfs-progs: Update home-page.

* gnu/packages/linux.scm (btrfs-progs)[home-page]: Update to redirected
home-page.

5 years agognu: Add emacs-fold-dwim.
Ludovic Courtès [Wed, 11 Jul 2018 14:06:31 +0000 (16:06 +0200)]
gnu: Add emacs-fold-dwim.

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

5 years agognu: Add emacs-recent-addresses.
Ludovic Courtès [Wed, 11 Jul 2018 13:51:20 +0000 (15:51 +0200)]
gnu: Add emacs-recent-addresses.

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

5 years agognu-maintenance: Get GNU metadata from rec files.
Ludovic Courtès [Wed, 11 Jul 2018 12:28:23 +0000 (14:28 +0200)]
gnu-maintenance: Get GNU metadata from rec files.

Suggested by Mike Gerwitz <mtg@gnu.org>.

* guix/gnu-maintenance.scm (%package-list-url): Use the .rec file.
(%package-description-url): Likewise.
(official-gnu-packages)[read-records]: Skip record descriptors.
Rename fields to use underscores instead of hyphens.

5 years agognu: gzochi: Update to 0.12.
Julian Graham [Thu, 5 Jul 2018 15:06:02 +0000 (11:06 -0400)]
gnu: gzochi: Update to 0.12.

* gnu/packages/game-development.scm (gzochi): Update to 0.12.

5 years agoimport: gem: Add recursive import.
Oleg Pykhalov [Tue, 3 Jul 2018 20:28:42 +0000 (23:28 +0300)]
import: gem: Add recursive import.

* doc/guix.texi (Invoking guix import): Document gem recursive import.
* guix/import/gem.scm (gem->guix-package): Return package and dependencies
values.
(gem-recursive-import): New procedure.
* guix/scripts/import/gem.scm (show-help, %options): Add recursive option.
(guix-import-gem): Use 'gem-recursive-import'.
* tests/gem.scm (test-json): Rename to 'test-foo-json'.
("gem->guix-package"): Use 'test-foo-json'.
(test-bar-json, test-bundler-json): New variables.
("gem-recursive-import"): New test.

5 years agobuild-system/haskell: Make phases fail on error.
Danny Milosavljevic [Wed, 11 Jul 2018 00:32:58 +0000 (02:32 +0200)]
build-system/haskell: Make phases fail on error.

* guix/build/haskell-build-system.scm (configure): Make it fail on error.
(run-setuphs): Make it fail on error.

5 years agobuild: Add missing patches to the distribution.
Ludovic Courtès [Tue, 10 Jul 2018 22:59:14 +0000 (00:59 +0200)]
build: Add missing patches to the distribution.

Reported by jonsger.

* gnu/local.mk (dist_patch_DATA): Add
perl-text-markdown-discount-unbundle.patch and
racket-fix-xform-issue.patch.

5 years agoui: Fix typo.
Ludovic Courtès [Tue, 10 Jul 2018 22:53:04 +0000 (00:53 +0200)]
ui: Fix typo.

* guix/ui.scm (display-profile-content-diff): Fix typo in docstring.

5 years agoprofiles: Introduce 'profile-search-paths' and use it.
Ludovic Courtès [Mon, 9 Jul 2018 11:22:29 +0000 (13:22 +0200)]
profiles: Introduce 'profile-search-paths' and use it.

* guix/profiles.scm (profile-search-paths): New procedure.
* guix/scripts/environment.scm (evaluate-search-paths): Remove.
(create-environment): Replace 'paths' with 'manifest'.  Use
'profile-search-paths' instead of 'evaluate-search-paths'.
(show-search-paths): Likewise.
(launch-environment): Replace 'paths' with 'manifest'.  Make 'pure?' a
keyword parameter.
(launch-environment/fork, launch-environment/container): Likewise.
(guix-environment): Remove 'paths' variable.  Adjust callers of the
above procedures accordingly.

5 years agoenvironment: Simplify code by using manifests internally.
Ludovic Courtès [Mon, 9 Jul 2018 11:00:46 +0000 (13:00 +0200)]
environment: Simplify code by using manifests internally.

* guix/scripts/environment.scm (strip-input-name)
(package+propagated-inputs, package-or-package+output?)
(compact): Remove.
(inputs->profile-derivation): Rename to...
(manifest->derivation): ... this.  Replace 'inputs' parameter with
'manifest'.
(input->manifest-entry): New procedure.
(package-environment-inputs): Rewrite to return a list of manifest
entries.
(options/resolve-packages): Rewrite to return a manifest.
(guix-environment): Remove 'inputs'.  Define 'paths' in terms of
'manifest-search-paths'.

5 years agoprofiles: Factorize 'manifest-search-paths'.
Ludovic Courtès [Mon, 9 Jul 2018 08:44:36 +0000 (10:44 +0200)]
profiles: Factorize 'manifest-search-paths'.

* guix/profiles.scm (manifest-search-paths): New procedure.
(profile-derivation)[builder]: Use it.
* guix/build/profiles.scm (build-etc/profile): Remove $PATH.

5 years agognu: fc-host-tools: Fix internal invocations.
Danny Milosavljevic [Tue, 10 Jul 2018 18:47:47 +0000 (20:47 +0200)]
gnu: fc-host-tools: Fix internal invocations.

* gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases>
[patch-installation-paths]: Modify.

5 years agognu: fc-host-tools: Update description.
Danny Milosavljevic [Tue, 10 Jul 2018 18:41:26 +0000 (20:41 +0200)]
gnu: fc-host-tools: Update description.

* gnu/packages/embedded.scm (fc-host-tools)[description]: Modify.

5 years agognu: Add patches.
Danny Milosavljevic [Tue, 10 Jul 2018 16:00:19 +0000 (18:00 +0200)]
gnu: Add patches.

* gnu/local.mk (dist_patch_DATA): Add 'rust-bootstrap-stage0-test.patch',
'rust-coresimd-doctest.patch'.

5 years agognu: libyajl: Actually run test suite.
Efraim Flashner [Tue, 10 Jul 2018 19:16:14 +0000 (22:16 +0300)]
gnu: libyajl: Actually run test suite.

* gnu/packages/web.scm (libyajl)[arguments]: Patch shebang in test suite.

5 years agognu: u-boot: Update to 2018.07.
Vagrant Cascadian [Tue, 10 Jul 2018 00:26:54 +0000 (17:26 -0700)]
gnu: u-boot: Update to 2018.07.

--=-=-=
Content-Type: text/plain

The attached patch updates u-boot to 2018.07, which required adding
native-inputs of "bison" and "flex".

live well,
  vagrant

From 74a9561ac07592a5ae15b723d0f2ac7fc05c463c Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Tue, 10 Jul 2018 00:12:05 +0000
Subject: [PATCH] gnu: u-boot: Update to 2018.07.

* gnu/packages/bootloaders.scm (u-boot): Update to 2018.07.
  (u-boot)[native-inputs]: Add "bison" and "flex".

5 years agognu: rust: Update to 1.27.0.
Nikolai Merinov [Sat, 30 Jun 2018 09:34:49 +0000 (14:34 +0500)]
gnu: rust: Update to 1.27.0.

* gnu/packages/rust.scm (rust): Rename to...
(rust-1.26): ...this.
(rust): New variable.
* gnu/packages/patches/rust-bootstrap-stage0-test.patch: New file.

5 years agognu: rust: Support build with glibc-2.27; update to 1.26.2.
Nikolai Merinov [Wed, 4 Jul 2018 14:27:11 +0000 (16:27 +0200)]
gnu: rust: Support build with glibc-2.27; update to 1.26.2.

* gnu/packages/rust.scm (rust-source): Add "patches" argument.
(rust-bootstrapped-package): Add "patches" argument.
(rust-1.19)[arguments]<#:phases>[patch-tests]: Modify.
[arguments]<#:phases>[patch-aarch64-test]: New phase.
[arguments]<#:phases>[use-readelf-for-tests]: New phase.
[arguments]<#:phases>[remove-unsupported-tests]: New phase.
(rust-1.23): Disable "run-pass/out-of-stack.rs" test.
(rust-1.24)[arguments]<#:phases>[patch-aarch64-test]: Replace.
(rust-1.25)[inputs]: Switch to LLVM 6.0.
(rust-1.25)[arguments]<#:phases>[enable-codegen-tests]: New variable.
(rust): New variable.
* gnu/packages/patches/rust-coresimd-doctest.patch: New file.

5 years agognu: lua: Update to 5.3.5.
Marius Bakke [Tue, 10 Jul 2018 12:13:40 +0000 (14:13 +0200)]
gnu: lua: Update to 5.3.5.

* gnu/packages/lua.scm (lua): Update to 5.3.5.

5 years agoguix: Add opam importer.
Julien Lepiller [Wed, 6 Jun 2018 17:14:39 +0000 (19:14 +0200)]
guix: Add opam importer.

* guix/scripts/import.scm (importers): Add opam.
* guix/scripts/import/opam.scm: New file.
* guix/import/opam.scm: New file.
* tests/opam.scm: New file.
* Makefile.am: Add them.
* doc/guix.texi (Invoking guix import): Document it.

5 years agognu: wine-staging: Update to 3.12.
Rutger Helling [Tue, 10 Jul 2018 06:09:27 +0000 (08:09 +0200)]
gnu: wine-staging: Update to 3.12.

* gnu/packages/wine.scm (wine-staging): Update to 3.12.

5 years agognu: wine-staging-patchset-data: Update to 3.12.
Rutger Helling [Tue, 10 Jul 2018 06:08:36 +0000 (08:08 +0200)]
gnu: wine-staging-patchset-data: Update to 3.12.

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

5 years agognu: vte-ng: Update to 0.52.2.a.
Marius Bakke [Mon, 9 Jul 2018 21:26:53 +0000 (23:26 +0200)]
gnu: vte-ng: Update to 0.52.2.a.

* gnu/packages/gnome.scm (vte-ng): Update to 0.52.2.a.
[arguments]: Remove #:configure-flags.

5 years agognu: vte-ng: Use "invoke".
Marius Bakke [Mon, 9 Jul 2018 21:23:40 +0000 (23:23 +0200)]
gnu: vte-ng: Use "invoke".

* gnu/packages/gnome.scm (vte-ng)[arguments]: Call INVOKE instead of SYSTEM*.

5 years agognu: libgit2: Update to 0.26.5 [fixes CVE-2018-10887 and CVE-2018-10888].
Marius Bakke [Mon, 9 Jul 2018 21:20:08 +0000 (23:20 +0200)]
gnu: libgit2: Update to 0.26.5 [fixes CVE-2018-10887 and CVE-2018-10888].

* gnu/packages/version-control.scm (libgit2): Update to 0.26.5.

5 years agognu: gnome-dictionary: Fix install phase.
Marius Bakke [Mon, 9 Jul 2018 21:00:29 +0000 (23:00 +0200)]
gnu: gnome-dictionary: Fix install phase.

* gnu/packages/gnome.scm (gnome-dictionary)[arguments]: Add phase to prevent
post-install script from running.

5 years agognu: openmw: Update to a checkout version.
Alex Kost [Thu, 5 Jul 2018 18:47:24 +0000 (21:47 +0300)]
gnu: openmw: Update to a checkout version.

* gnu/packages/game-development.scm (openmw): Update to the latest
commit to fix the build.

5 years agognu: openscenegraph: Update to 3.6.2.
Alex Kost [Thu, 5 Jul 2018 11:18:42 +0000 (14:18 +0300)]
gnu: openscenegraph: Update to 3.6.2.

* gnu/packages/graphics.scm (openscenegraph): Update to 3.6.2.
[source]: Use the new url and 'git-fetch' method.
[properties]: Add 'upstream-name'.
[native-inputs]: Add 'pkg-config'.
[inputs]: Add 'libxrandr'.
* gnu/packages/patches/openscenegraph-ffmpeg3.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

5 years agognu: dunst: Add svg support.
Alex Kost [Thu, 5 Jul 2018 10:58:37 +0000 (13:58 +0300)]
gnu: dunst: Add svg support.

* gnu/packages/dunst.scm (dunst)[inputs]: Use 'gdk-pixbuf+svg' instead
of 'gdk-pixbuf'.

5 years agognu: Add emacs-tide.
Mathieu Lirzin [Sun, 8 Jul 2018 16:56:12 +0000 (18:56 +0200)]
gnu: Add emacs-tide.

* gnu/packges/emacs.scm (emacs-tide): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacs-typescript-mode.
Mathieu Lirzin [Sun, 8 Jul 2018 16:56:11 +0000 (18:56 +0200)]
gnu: Add emacs-typescript-mode.

* gnu/packges/emacs.scm (emacs-typescript-mode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacs-nodejs-repl.
Mathieu Lirzin [Sun, 8 Jul 2018 16:56:10 +0000 (18:56 +0200)]
gnu: Add emacs-nodejs-repl.

* gnu/packges/emacs.scm (emacs-nodejs-repl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agodoc: Use https://alpha.gnu.org instead of FTP.
Ludovic Courtès [Mon, 9 Jul 2018 14:48:27 +0000 (16:48 +0200)]
doc: Use https://alpha.gnu.org instead of FTP.

* doc/guix.texi (Binary Installation)
(USB Stick and DVD Installation, Running GuixSD in a VM): Use
"https://alpha.gnu.org" instead of the now deprecated FTP URLs.

5 years agodoc: Fix FTP link in documentation.
EuAndreh [Sun, 8 Jul 2018 04:34:28 +0000 (01:34 -0300)]
doc: Fix FTP link in documentation.

The current incorrect link at: https://www.gnu.org/software/guix/manual/en/guix.html#Running-GuixSD-in-a-VM.

I looked for other instances of this mistake in the docs, but I could't
find any.

* doc/guix.texi: fix link to GuixSD VM image in FTP server.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agodoc: Fix syntax error and remove trailing whitespace.
Ricardo Wurmus [Mon, 9 Jul 2018 11:30:32 +0000 (13:30 +0200)]
doc: Fix syntax error and remove trailing whitespace.

This is a follow-up to commit a33652ee336ae9a5d2ab5fd54bf2397caec42a0e.

* doc/guix.texi (Prometheus Node Exporter Service): Remove trailing whitespace
and change "defvr" to "defvar".

5 years agognu: macs: Update to 2.1.1.20160309.
Ricardo Wurmus [Fri, 6 Jul 2018 12:23:22 +0000 (14:23 +0200)]
gnu: macs: Update to 2.1.1.20160309.

* gnu/packages/bioinformatics.scm (macs): Update to 2.1.1.20160309.

5 years agoservices: Add prometheus-node-exporter-service-type.
Gábor Boskovits [Mon, 18 Jun 2018 10:43:42 +0000 (12:43 +0200)]
services: Add prometheus-node-exporter-service-type.

* gnu/services/monitoring.scm (prometheus-node-exporter-service-type):
New variable.
(<prometheus-node-exporter-configuration>): New record type.
(prometheus-node-exporter-shepherd-service): New procedure.
* gnu/doc/guix.texi (Monitoring Services): Document it.
* gnu/tests/monitoring.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add test module.

5 years agognu: linux-libre: Update to 4.17.5.
Mark H Weaver [Mon, 9 Jul 2018 00:43:19 +0000 (20:43 -0400)]
gnu: linux-libre: Update to 4.17.5.

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

5 years agognu: linux-libre@4.14: Update to 4.14.54.
Mark H Weaver [Mon, 9 Jul 2018 00:42:11 +0000 (20:42 -0400)]
gnu: linux-libre@4.14: Update to 4.14.54.

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

5 years agoMerge branch 'master' into staging
Marius Bakke [Sun, 8 Jul 2018 21:58:22 +0000 (23:58 +0200)]
Merge branch 'master' into staging

5 years agognu: imagemagick: Update to 6.9.10-5.
Marius Bakke [Sun, 8 Jul 2018 21:23:01 +0000 (23:23 +0200)]
gnu: imagemagick: Update to 6.9.10-5.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-5.

5 years agognu: ffmpeg@3.4: Update to 3.4.3.
Marius Bakke [Sun, 8 Jul 2018 20:57:42 +0000 (22:57 +0200)]
gnu: ffmpeg@3.4: Update to 3.4.3.

* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.3.

5 years agognu: libxscrnsaver: Update to 1.2.3.
Tobias Geerinckx-Rice [Sun, 8 Jul 2018 20:15:40 +0000 (22:15 +0200)]
gnu: libxscrnsaver: Update to 1.2.3.

* gnu/packages/xorg.scm (libxscrnsaver): Update to 1.2.3.

5 years agognu: gimp: Update to 2.10.4.
Tobias Geerinckx-Rice [Sun, 8 Jul 2018 17:28:31 +0000 (19:28 +0200)]
gnu: gimp: Update to 2.10.4.

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

5 years agognu: gegl: Update to 0.4.4.
Tobias Geerinckx-Rice [Sun, 8 Jul 2018 17:28:16 +0000 (19:28 +0200)]
gnu: gegl: Update to 0.4.4.

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

5 years agognu: babl: Update to 0.1.52.
Tobias Geerinckx-Rice [Sun, 8 Jul 2018 17:28:04 +0000 (19:28 +0200)]
gnu: babl: Update to 0.1.52.

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

5 years agognu: python-graphviz: Update to 0.8.4.
Tobias Geerinckx-Rice [Sun, 8 Jul 2018 17:42:14 +0000 (19:42 +0200)]
gnu: python-graphviz: Update to 0.8.4.

* gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.4.

5 years agognu: xf86-video-r128: Fix FTBFS with xorg-server >= 1.20.
Marius Bakke [Sun, 8 Jul 2018 17:06:14 +0000 (19:06 +0200)]
gnu: xf86-video-r128: Fix FTBFS with xorg-server >= 1.20.

* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.10.2-0.c4c878d.
[source]: Use GIT-FETCH.
[arguments]: Add 'prevent-configure' phase.
[native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL.

5 years agognu: xf86-video-savage: Fix FTBFS with xorg-server >= 1.20.
Marius Bakke [Sun, 8 Jul 2018 16:33:07 +0000 (18:33 +0200)]
gnu: xf86-video-savage: Fix FTBFS with xorg-server >= 1.20.

* gnu/packages/patches/xf86-video-savage-xorg-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/xorg.scm (xf86-video-savage)[source](patches): Use it.