Commit Graph

33559 Commits (d212b9d4d0c42643d4e11965b8bf5649dcb24175)

Author SHA1 Message Date
Oleg Pykhalov ffc3fcade3
git: Call 'url-cache-directory' outside 'update-cached-checkout'.
* guix/git.scm (update-cached-checkout): Call 'url-cache-directory' in
'cache-directory' key argument.
(latest-repository-commit): Call 'url-cache-directory'.
2018-07-13 16:24:48 +03:00
Danny Milosavljevic e29067d22e
import: hackage: Fix typo.
* guix/import/cabal.scm (cabal-custom-setuo-name): Rename to...
(cabal-custom-setup-name): ...this.
2018-07-13 15:23:40 +02:00
Julien Lepiller e3ebfe6ca0
gnu: bind: Update to 9.12.2.
* gnu/packages/dns.scm (bind): Update to 9.12.2.
* gnu/packages/patches/bind-CVE-2018-5738.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-07-13 15:01:08 +02:00
Julien Lepiller d4b8fa5d3a
gnu: hunspell-dict-fr: Update to 6.2.
* gnu/packages/libreoffice.scm (dicollecte-french-dictionary): Update to 6.2.
2018-07-13 14:16:07 +02:00
Arun Isaac 9286c29504
etc: snippets: Add guix-commit-message-use-https-home-page.
* etc/snippets/text-mode/guix-commit-message-use-https-home-page: New file.
* doc/contributing.texi (The Perfect Setup): Document new snippet.
2018-07-13 12:45:11 +05:30
Arun Isaac 202befb4ae
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.
2018-07-13 09:27:31 +05:30
Leo Famulari b11844034d
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.
2018-07-12 18:51:22 -04:00
Marius Bakke 49b6dc2b4e
Merge branch 'staging' 2018-07-13 00:25:45 +02:00
Marius Bakke 7519dc95c7
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.
2018-07-13 00:12:35 +02:00
Tim Gesthuizen 9866825961
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>
2018-07-13 00:09:26 +02:00
Vasile Dumitrascu f6a9b345a7
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>
2018-07-13 00:08:56 +02:00
Vasile Dumitrascu 2eee7ee3ec
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>
2018-07-13 00:08:55 +02:00
Vasile Dumitrascu 105a362578
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>
2018-07-13 00:08:55 +02:00
Rouby Pierre-Antoine d2c5e91278
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>
2018-07-13 00:08:55 +02:00
Rouby Pierre-Antoine abd47216b7
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>
2018-07-13 00:08:55 +02:00
Rouby Pierre-Antoine d850e7a0b7
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>
2018-07-13 00:08:55 +02:00
Rouby Pierre-Antoine af132bcc00
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>
2018-07-13 00:08:55 +02:00
Rouby Pierre-Antoine 01bcc94c2f
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>
2018-07-13 00:08:55 +02:00
Ludovic Courtès 147c5aa5d4
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'.
2018-07-13 00:08:55 +02:00
Ludovic Courtès 701383081a
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.
2018-07-13 00:08:54 +02:00
Jelle Licht 814bb81668
gnu: emacs-helm-bibtex: Add emacs-ivy to inputs.
* gnu/packages/emacs.scm (emacs-helm-bibtex)[inputs]: Add emacs-ivy.
2018-07-12 21:34:25 +02:00
Jelle Licht 161fbe4a3d
gnu: emacs-biblio: Add emacs-dash to inputs.
* gnu/packages/emacs.scm (emacs-biblio)[inputs]: Add emacs-dash.
2018-07-12 21:34:13 +02:00
Danny Milosavljevic e39a44f340
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.
2018-07-12 20:35:04 +02:00
Leo Famulari fd115bee31
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.
2018-07-12 14:17:07 -04:00
Arun Isaac e81c952a4d
gnu: Add quaternion.
* gnu/packages/messaging.scm (quaternion): New variable.
2018-07-12 23:20:03 +05:30
Arun Isaac 9a3da9859b
gnu: Add libqmatrixclient.
* gnu/packages/messaging.scm (libqmatrixclient): New variable.
2018-07-12 23:19:57 +05:30
Marius Bakke f42846b2ea
gnu: psmisc: Update to 23.1.
* gnu/packages/linux.scm (psmisc): Update to 23.1.
[source](uri): Use XZ-compressed tarball.
2018-07-12 17:21:17 +02:00
Marius Bakke 8801d7fc72
gnu: unbound: Update to 1.7.3.
* gnu/packages/dns.scm (unbound): Update to 1.7.3.
2018-07-12 17:21:17 +02:00
Marius Bakke d5019f9ca7
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.
2018-07-12 17:21:17 +02:00
Marius Bakke fa25b268dc
gnu: iso-codes: Update home page.
* gnu/packages/iso-codes.scm (iso-codes)[home-page]: Change to salsa.debian.org.
2018-07-12 17:21:17 +02:00
Marius Bakke 483374378b
gnu: oniguruma: Update to 6.8.2.
* gnu/packages/textutils.scm (oniguruma): Update to 6.8.2.
2018-07-12 17:21:17 +02:00
Marius Bakke 6f6f9ef0ce
gnu: lsof: Return #t from all phases.
* gnu/packages/lsof.scm (lsof)[arguments]: Return #t from phases.
2018-07-12 17:21:16 +02:00
Marius Bakke b9ffa82b96
gnu: lsof: Update to 4.91.
* gnu/packages/lsof.scm (lsof): Update to 4.91.
2018-07-12 17:21:16 +02:00
Marius Bakke 2c3434150b
gnu: xf86-input-libinput: Update to 0.28.0.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.28.0.
2018-07-12 17:21:16 +02:00
Marius Bakke 041f84edf3
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.
2018-07-12 17:21:16 +02:00
Marius Bakke b7a2d2d9a9
gnu: tdb: Update to 1.3.16.
* gnu/packages/databases.scm (tdb): Update to 1.3.16.
2018-07-12 17:21:16 +02:00
Marius Bakke e4bdd199c0
gnu: tevent: Update to 0.9.37.
* gnu/packages/samba.scm (tevent): Update to 0.9.37.
2018-07-12 17:21:16 +02:00
Marius Bakke f9e1cdb87a
gnu: talloc: Update to 2.1.14.
* gnu/packages/samba.scm (talloc): Update to 2.1.14.
2018-07-12 17:21:16 +02:00
Marius Bakke 250276a202
gnu: python-pyyaml: Update to 3.13.
* gnu/packages/python.scm (python-pyyaml): Update to 3.13.
2018-07-12 17:21:15 +02:00
Marius Bakke 316ece170c
gnu: appstream-glib: Update to 0.7.10.
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.10.
2018-07-12 17:21:15 +02:00
Marius Bakke 804863196c
gnu: libzip: Update to 1.5.1.
* gnu/packages/compression.scm (libzip): Update to 1.5.1.
[build-system]: Switch to CMAKE-BUILD-SYSTEM.
2018-07-12 17:21:15 +02:00
Marius Bakke 69b8820e7b
gnu: rng-tools: Update to 6.3.
* gnu/packages/linux.scm (rng-tools): Update to 6.3.
2018-07-12 17:21:15 +02:00
Marius Bakke 03229b36e0
gnu: openh264: Update to 1.8.0.
* gnu/packages/video.scm (openh264): Update to 1.8.0.
[source](uri): Use release tarball.
2018-07-12 17:21:15 +02:00
Marius Bakke 9b76037e2c
gnu: xapian: Update to 1.4.6 [fixes CVE-2018-0499].
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.6.
2018-07-12 17:21:14 +02:00
Leo Famulari 6adc6b091e
gnu: GnuPG: Update to 2.2.9.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.9.
2018-07-12 11:11:10 -04:00
Danny Milosavljevic ecba50bb79
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.
2018-07-12 09:06:48 +02:00
Danny Milosavljevic 314b63e0b4
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.
2018-07-12 09:06:48 +02:00
Jan Nieuwenhuizen e8e1f295f1
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.
2018-07-12 06:22:04 +02:00
Jan Nieuwenhuizen f3a422511f
store: Add `binary-file'.
* guix/store.scm (binary-file): New function.
* doc/guix.texi (The Store Monad): Describe binary-file.
2018-07-12 06:22:04 +02:00
Danny Milosavljevic 66413378e8
gnu: Add ghc-xdg-basedir.
* gnu/packages/haskell.scm (ghc-xdg-basedir): New variable.
2018-07-11 22:24:33 +02:00