Commit graph

49662 commits

Author SHA1 Message Date
Mark H Weaver b84d7ac06e
gnu: linux-libre@4.9: Update to 4.9.197.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.197.
(linux-libre-4.9-pristine-source): Update hash.
2019-10-18 07:53:08 -04:00
Mark H Weaver 6f11d1b54e
gnu: linux-libre@4.4: Update to 4.4.197.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.197.
(linux-libre-4.4-pristine-source): Update hash.
2019-10-18 07:53:06 -04:00
Pierre Neidhardt 6c16f1a5b3
gnu: lisp: Add most missing source package for Common Lisp libraries.
* gnu/packages/lisp.scm (cl-parse-js, cl-parse-number, cl-iterate, cl-uglify,
  cl-cffi, cl-sqlite, cl-cffi-gtk, cl-webkit, cl-iolib, cl-ieee-floats,
  cl-xml, cl-reexport, cl-dexador, cl-cookie, cl-lisp-namespace,
  cl-trivial-cltl2, cl-introspect-environment, cl-type-i, cl-optima,
  cl-fare-quasiquote, cl-trivia, cl-mk-string-metrics, cl-str, cl-xmlspam):
  New variables.
2019-10-18 12:46:25 +02:00
Ludovic Courtès a870f20fd8
news: Add CVE ID.
* etc/news.scm: Add CVE ID for insecure permissions entry.
2019-10-18 12:02:52 +02:00
Ludovic Courtès d7fcd9c565
lint: Comment out 'cve' checker.
* guix/lint.scm (%network-dependent-checkers): Comment out 'cve' checker.
2019-10-18 12:02:52 +02:00
Tonton b080b6d937
gnu: Add batctl.
* gnu/packages/networking.scm (batctl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-18 12:02:52 +02:00
Boris A. Dekshteyn ad8aaf47f5
gnu: Add FontManager.
* gnu/packages/fontutils.scm (fontmanager): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-18 12:02:52 +02:00
Ludovic Courtès e6ea74d86c
pull: Call 'ensure-default-profile' after 'set-build-options'.
This is a followup to 81c580c866.

* guix/scripts/pull.scm (guix-pull): Move 'ensure-default-profile' call after
'set-build-options-from-command-line' call.  This ensures that the
'profiles/per-user/$USER' directory is created before
'ensure-default-profile' is called when 'GUIX_DAEMON_SOCKET' points to a
remote TCP daemon.
2019-10-18 12:02:52 +02:00
Guillaume Le Vaillant 63729d9277
gnu: Add ecl-dexador.
* gnu/packages/lisp.scm (ecl-dexador): New variable.
2019-10-18 11:09:44 +02:00
Guillaume Le Vaillant 85a898536c
gnu: Add ecl-trivial-mimes.
* gnu/packages/lisp.scm (ecl-trivial-mimes): New variable.
2019-10-18 11:09:44 +02:00
Guillaume Le Vaillant 55af9fe0f4
gnu: sbcl-trivial-mimes: Fix 'fix-paths' phase.
* gnu/packages/lisp.scm (sbcl-trivial-mimes)[arguments]: Use '(%lisp-type)'
  instead of hard coded 'sbcl' in 'fix-paths' phase.
2019-10-18 11:09:44 +02:00
Guillaume Le Vaillant 5cace974a4
build-system/asdf: Fix package transform.
* guix/build-system/asdf.scm (package-with-build-system):
  [find-input-package]: New function.
  [rewrite]: Use it.
2019-10-18 11:09:44 +02:00
Guillaume Le Vaillant f733862cc9
gnu: Add arrows.
* gnu/packages/lisp.scm (cl-arrows, sbcl-arrows, ecl-arrows): New variables.
2019-10-18 10:55:52 +02:00
Guillaume Le Vaillant 3de2031097
gnu: cl+ssl: Update to 0.0.0-1.141ae91.
* gnu/packages/lisp.scm (sbcl-cl+ssl): Update to 0.0.0-1.141ae91.
  [inputs]: Add alexandria and trivial-features.
2019-10-18 10:52:12 +02:00
Florian Pelz 99190575a0
Fix documentation of delete_after in the getmail service.
* doc/guix.texi (Getmail service): Remove the word `not'.
* gnu/services/getmail.scm (getmail-options-configuration): Ditto.
2019-10-18 07:53:55 +00:00
Brian Leung d133bdbcaf
gnu: emacs-helm-sly: Fix hash.
* gnu/packages/emacs-xyz.scm (emacs-helm-sly): Fix hash.
2019-10-18 00:26:21 -07:00
Joseph LaFreniere fec41bceb8
gnu: Add emacs-minibuffer-line.
* gnu/packages/emacs-xyz.scm (emacs-minibuffer-line): New variable.
2019-10-18 07:15:15 +02:00
Danny Milosavljevic 919c5e1b43
gnu: sunxi-tools: Adapt to cross-compiler toolchain changes.
* gnu/packages/admin.scm (sunxi-tools)[arguments]<#:phases>[set-environment-up]:
Adapt to cross-compiler toolchain changes.
2019-10-18 01:52:11 +02:00
Julien Lepiller 9fbd0b1769
gnu: neovim: Remove unneeded reference.
gnu/packages/vim.scm (neovim)[arguments]: Add a phase to remove a
reference to the compiler.
2019-10-17 21:12:38 +02:00
Leo Famulari bf67988070
gnu: Exim: Update to 4.92.3 [fixes CVE-2019-16928].
* gnu/packages/mail.scm (exim): Update to 4.92.3.
2019-10-17 15:05:48 -04:00
Christopher Baines 92807b6f57
doc: Remove 'maintainers' field from package documentation.
The field itself was removed in 154f1f0937.

* doc/guix.texi (package Reference): Remove 'maintainers' field.
2019-10-17 19:14:03 +01:00
Tanguy Le Carrour bfaa061718
gnu: Add minisign.
* gnu/packages/crypto.scm (minisign): New public variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-10-17 17:30:58 +02:00
Ludovic Courtès 5fdf373701
gnu: ucx: Build verbosely.
* gnu/packages/fabric-management.scm (ucx)[arguments]: Add #:make-flags.
2019-10-17 14:50:13 +02:00
Ludovic Courtès ba95233f84
gnu: ucx: Disable optimizations specific to the build machine.
* gnu/packages/fabric-management.scm (ucx)[arguments]: Replace
"--enable-optimizations" with "--disable-optimizations".
2019-10-17 14:50:13 +02:00
Pierre Neidhardt 0cfdc7506b
gnu: Add emacs-helm-sly.
* gnu/packages/emacs-xyz.scm (emacs-helm-sly): New variable.
2019-10-17 12:02:44 +02:00
Pierre Neidhardt 7d66e87a5d
gnu: emacs-evil-collection: Update to 20191017.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20191017.
2019-10-17 11:53:43 +02:00
Pierre Neidhardt 1635670c50
gnu: emacs-sly: Update to 20191016.
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20191016.
2019-10-17 11:52:04 +02:00
Tobias Geerinckx-Rice 0230b92fde
gnu: emacs-nhexl-mode: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-nhexl-mode): Update to 1.4.
2019-10-17 07:11:35 +02:00
Tobias Geerinckx-Rice 99791c53cb
gnu: r-covr: Update to 3.3.2.
* gnu/packages/cran.scm (r-covr): Update to 3.3.2.
2019-10-17 07:11:34 +02:00
Tobias Geerinckx-Rice 2c19c5d86e
gnu: linux-libre@5.3: Update to 5.3.6.
* gnu/packages/linux.scm (deblob-scripts-5.3)
(linux-libre-5.3-version, linux-libre-5.3-pristine-sources):
Update to 5.3.6.
2019-10-17 07:11:34 +02:00
Tobias Geerinckx-Rice c478870b7f
gnu: linux-libre@5.2: Update to 5.2.21.
* gnu/packages/linux.scm (deblob-scripts-5.2)
(linux-libre-5.2-version, linux-libre-5.2-pristine-sources):
Update to 5.2.21.
2019-10-17 07:11:34 +02:00
Tobias Geerinckx-Rice e4d8d19470
gnu: linux-libre@4.19: Update to 4.19.79.
* gnu/packages/linux.scm (deblob-scripts-4.19)
(linux-libre-4.19-version, linux-libre-4.19-pristine-sources):
Update to 4.19.79.
2019-10-17 07:11:34 +02:00
Tobias Geerinckx-Rice 4f7dd07e58
gnu: linux-libre@4.14: Update to 4.14.149.
* gnu/packages/linux.scm (deblob-scripts-4.14)
(linux-libre-4.14-version, linux-libre-4.14-pristine-sources):
Update to 4.14.149.
2019-10-17 07:11:34 +02:00
Tobias Geerinckx-Rice c21d5141c2
gnu: linux-libre@4.9: Update to 4.9.196.
* gnu/packages/linux.scm (deblob-scripts-4.9)
(linux-libre-4.9-version, linux-libre-4.9-pristine-sources):
Update to 4.9.196.
2019-10-17 07:11:34 +02:00
Tobias Geerinckx-Rice 19f219fef1
gnu: linux-libre@4.4: Update to 4.4.196.
* gnu/packages/linux.scm (deblob-scripts-4.4)
(linux-libre-4.4-version, linux-libre-4.4-pristine-sources):
Update to 4.4.196.
2019-10-17 07:11:33 +02:00
Florian Pelz d0d900090f
news: Fix 'de' translation.
* etc/news.scm: Add new 'de' translation.
2019-10-17 03:21:28 +00:00
Vagrant Cascadian c3704ecaa5
gnu: diffoscope: Update to 126.
* gnu/packages/diffoscope (diffoscope): Update to 126.
  [arguments]: Remove add-known-tools phase, merged upstream.
2019-10-16 18:23:26 -07:00
Tobias Geerinckx-Rice 837b3c5d69
gnu: python-genshi: Update to 0.7.2.
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.2.
2019-10-17 03:04:18 +02:00
Tobias Geerinckx-Rice a75c97ac08
gnu: kitty: Update to 0.14.6.
* gnu/packages/terminals.scm (kitty): Update to 0.14.6.
2019-10-17 02:47:19 +02:00
Tobias Geerinckx-Rice c0fb663e19
gnu: telegram-purple: Update to 1.4.2.
* gnu/packages/messaging.scm (telegram-purple): Update to 1.4.2.
2019-10-17 02:47:19 +02:00
Tobias Geerinckx-Rice b66f2211b9
gnu: tiled: Update to 1.2.5.
* gnu/packages/game-development.scm (tiled): Update to 1.2.5.
2019-10-17 02:47:19 +02:00
Tobias Geerinckx-Rice ce756b97ec
gnu: r-bayesm: Update to 3.1-4.
* gnu/packages/cran.scm (r-bayesm): Update to 3.1-4.
2019-10-17 02:31:58 +02:00
Brian Leung 321ef7c5b3
gnu: emacs-ivy: Update to 0.13.0.
* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.13.0.
2019-10-17 01:27:38 +02:00
Tobias Geerinckx-Rice 7ecdcf516e
news: Fix ‘nl’ translation typo.
* etc/news.scm: Fix typo.
2019-10-16 23:42:25 +02:00
Tobias Geerinckx-Rice eb80a3008f
gnu: python-unidecode: Update to 1.1.1.
* gnu/packages/python-xyz.scm (python-unidecode): Update to 1.1.1.
2019-10-16 23:41:21 +02:00
Tobias Geerinckx-Rice 749e38d762
gnu: python-pygithub: Update to 1.43.8.
* gnu/packages/python-xyz.scm (python-pygithub): Update to 1.43.8.
2019-10-16 23:41:21 +02:00
Ludovic Courtès e63b31443b
gnu: guix: Update to f63e493.
* gnu/packages/package-management.scm (guix): Update to f63e493.
2019-10-16 23:37:00 +02:00
Florian Pelz f63e49342b
news: Add 'de' translation.
* etc/news.scm: Add new 'de' translation.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-16 23:06:05 +02:00
Julien Lepiller 64b151bee3
news: Add 'fr' translation.
* etc/news.scm: Add 'fr' translation.
2019-10-16 23:06:05 +02:00
Tobias Geerinckx-Rice f0df84607b
news: Add 'nl' translation.
* etc/news.scm: Add 'nl' translation.
2019-10-16 23:06:01 +02:00