Commit Graph

47936 Commits (46a8b76ce7d861ff39211536b91dbef9ed7701b5)

Author SHA1 Message Date
Tobias Geerinckx-Rice 46a8b76ce7
doc: Fix typo.
* doc/guix.texi (Build Systems): Fix/spoil ‘libary’ typo/joke.
2019-09-23 20:50:59 +02:00
Tobias Geerinckx-Rice a0bd918116
gnu: sbcl-trivia.ppcre: Fix typo in description.
* gnu/packages/lisp.scm (sbcl-trivia.ppcre)[description]: Fix typo.
2019-09-23 20:50:59 +02:00
Brian Leung 4343eebfc9
gnu: emacs-ace-window: Update to 0.9.0-1.a534492.
* gnu/packages/emacs-xyz.scm (emacs-ace-window): Update to 0.9.0-1.a534492.
2019-09-23 20:00:29 +02:00
Jakob L. Kreuze 6764870498
gnu: Add screenfetch.
* gnu/packages/admin.scm (screenfetch): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-09-23 19:07:28 +03:00
Tobias Geerinckx-Rice 3b4cc5cbdb
gnu: python-m2crypto: Update to 0.35.2.
* gnu/packages/python-crypto.scm (python-m2crypto): Update to 0.35.2.
2019-09-23 17:58:33 +02:00
Tobias Geerinckx-Rice aa686627ac
gnu: python-slugify: Update to 3.0.4.
* gnu/packages/python-web.scm (python-slugify): Update to 3.0.4.
* gnu/packages/patches/python-slugify-depend-on-unidecode.patch:
Adjust accordingly.
2019-09-23 17:58:32 +02:00
Tobias Geerinckx-Rice bfe194b533
gnu: enchant: Update to 2.2.7.
* gnu/packages/enchant.scm (enchant): Update to 2.2.7.
2019-09-23 17:58:32 +02:00
Tobias Geerinckx-Rice 900ddbf53d
gnu: obs: Update to 24.0.1.
* gnu/packages/video.scm (obs): Update to 24.0.1.
[inputs]: Add qtsvg.
2019-09-23 17:58:32 +02:00
Tobias Geerinckx-Rice b928c5874a
gnu: acpid: Update to 2.0.32.
* gnu/packages/linux.scm (acpid): Update to 2.0.32.
2019-09-23 17:58:31 +02:00
Mathieu Othacehe 3dd3ac4d83
installer: Fix run-input-page calls.
This fixes 55c43108 commit that renamed input-hide-checkbox? into
input-visibility-checkbox?.

* gnu/installer/newt/partition.scm (prompt-luks-passwords): Rename
input-hide-checkbox? into input-visibility-checkbox?.
2019-09-23 13:55:50 +02:00
Rutger Helling 48c97c27db
gnu: utox: Update to 0.17.1.
* gnu/packages/messaging.scm (utox): Update to 0.17.1.
2019-09-23 13:23:10 +02:00
Rutger Helling ec3516f1e2
gnu: kitty: Update to 0.14.5.
* gnu/packages/terminals.scm (kitty): Update to 0.14.5.
2019-09-23 13:17:40 +02:00
Rutger Helling 04dc98291c
gnu: flatpak: Update to 1.4.3.
* gnu/packages/package-management.scm (flatpak): Update to 1.4.3.
2019-09-23 13:12:39 +02:00
Ludovic Courtès cb3ee1c507
doc: Explain that '--profile' expects a file name.
* doc/guix.texi (Invoking guix package): Explain that the argument to
--profile is a file name.
2019-09-23 12:26:59 +02:00
Boris A. Dekshteyn 9338cbdbe0
gnu: libomp: Fix test target.
* gnu/packages/llvm.scm (libomp)[arguments]: Change #:test-target value.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-23 12:20:31 +02:00
Ludovic Courtès 2f1a01b7cd
gnu: mit-scheme: Pass a valid tarball hash on non-x86.
Fixes this bug:

  $ guix build -nd mit-scheme -s aarch64-linux
  guix build: error: derivation `/gnu/store/…-mit-scheme-c-10.1.3.tar.gz.drv' has incorrect output `/gnu/store/…-mit-scheme-c-10.1.3.tar.gz', should be `/gnu/store/…-mit-scheme-c-10.1.3.tar.gz'

This is a followup to 7d6cfa4425.

* gnu/packages/scheme.scm (mit-scheme)[inputs]: For "source", pass a
hash of the right length in the catch-all case.
2019-09-23 12:14:39 +02:00
Ludovic Courtès b69ce8a872
deploy: Add '--verbosity' and properly interpret build log.
This is a followup to 91300526b7.

* guix/scripts/deploy.scm (show-help, %options): Add '--verbosity'.
(guix-deploy): Wrap 'with-store' in 'with-status-verbosity'.
2019-09-23 11:57:39 +02:00
Ludovic Courtès 90ca791ab0
etc: Add channel news file.
* etc/news.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
2019-09-23 11:08:09 +02:00
Ludovic Courtès dcc90d1558
Add '.guix-channel' file.
* .guix-channel: New file.
* Makefile.am (EXTRA_DIST): Add it.
2019-09-23 10:41:30 +02:00
Ludovic Courtès dabdd7d465
pull: Display news titles directly upon 'pull'.
* guix/scripts/pull.scm (display-profile-news): Return true when there's
more to display.
(display-news-entry-title): New procedure.
(display-news-entry): Use it.
(display-channel-specific-news): Return true when there's more to
display.
(display-channel-news-headlines): New procedure.
(build-and-install): Call it.  When 'display-channel-news-headlines' or
'display-profile-news' returns #t, print a hint to run "pull --news".
(display-new/upgraded-packages): Return true when there's more to display.
2019-09-23 10:38:44 +02:00
Ludovic Courtès 192ee02aeb
pull: '-l' displays channel news.
* guix/scripts/pull.scm (display-channel-news): Make 'previous' a
parameter.
(process-query)[list-generations]: Call 'display-channel-news'.
2019-09-23 10:38:44 +02:00
Ludovic Courtès 7faffdc2d5
pull: Display channel news.
* guix/scripts/pull.scm (display-news-entry)
(display-channel-specific-news): New procedures.
(display-channel-news): Call it.
(display-new/upgraded-packages): Adjust hint message.
* doc/guix.texi (Invoking guix pull): Mention it.
2019-09-23 10:38:44 +02:00
Ludovic Courtès a725504a3a
ui: Add 'current-message-language'.
* guix/ui.scm (%default-message-language): New variable.
(current-message-language): New procedure.
2019-09-23 10:38:44 +02:00
Ludovic Courtès 9719e8d37a
channels: Allow news entries to refer to a tag.
Suggested by Ricardo Wurmus <rekado@elephly.net>.

* guix/channels.scm (<channel-news-entry>)[tag]: New field.
(sexp->channel-news-entry): Accept either 'commit' or 'tag' in 'entry'
forms.
(resolve-channel-news-entry-tag): New procedure.
(channel-news-for-commit): Move 'with-repository' form one level
higher.  Call 'resolve-channel-news-entry-tag' on all the news entries.
* guix/tests/git.scm (populate-git-repository): Add clause for 'tag'.
* tests/channels.scm ("channel-news, one entry"): Create a tag and add
an entry with a tag.  Check that the tag is resolved and also visible in
the <channel-news-entry> record.
* doc/guix.texi (Channels): Mention tags in news entries.
2019-09-23 10:38:44 +02:00
Ludovic Courtès 8ba7fd3cd6
channels: Add support for a news file.
* guix/channels.scm (<channel-metadata>)[news-file]: New field.
(read-channel-metadata): Set the 'news-file' field.
(read-channel-metadata-from-source): Likewise.
(<channel-news>, <channel-news-entry>): New record types.
(sexp->channel-news-entry, read-channel-news)
(channel-news-for-commit): New procedures.
* guix/tests/git.scm (populate-git-repository): For 'add', allow
CONTENTS to be a procedure.
* tests/channels.scm ("channel-news, no news")
("channel-news, one entry"): New tests.
* doc/guix.texi (Channels): Document it.
2019-09-23 10:38:44 +02:00
Ludovic Courtès 873f6f1334
git: Add 'commit-difference'.
* guix/git.scm (commit-closure, commit-difference): New procedures.
* guix/tests/git.scm, tests/git.scm: New files.
* Makefile.am (dist_noinst_DATA): Add guix/tests/git.scm.
(SCM_TESTS): Add tests/git.scm.
2019-09-23 10:38:43 +02:00
Ludovic Courtès a78dcb3d59
git: 'update-cached-checkout' avoids network access when unnecessary.
* guix/git.scm (reference-available?): New procedure.
(update-cached-checkout): Avoid call to 'remote-fetch' when REPOSITORY
already contains REF.
2019-09-23 10:38:43 +02:00
Ludovic Courtès 961b95c985
pull: '--news' shows the list of channels added or removed.
* guix/scripts/pull.scm (display-channel, channel=?)
(display-channel-news, display-news): New procedures.
(process-query): Call 'display-news' instead of 'display-profile-news'.
2019-09-23 10:38:43 +02:00
Efraim Flashner acedaec798
gnu: wl-clipboard: Update to 2.0.0_beta2.
* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.0.0_beta2.
2019-09-23 10:21:02 +03:00
Efraim Flashner 4d70a8fe1b
gnu: gdb-8.3: Update to 8.3.1.
* gnu/packages/gdb.scm (gdb-8.3): Update to 8.3.1.
2019-09-23 10:05:59 +03:00
Efraim Flashner 23cc2793e1
gnu: datamash: Update to 1.5.
* gnu/packages/datamash.scm (datamash): Update to 1.5.
2019-09-23 09:38:50 +03:00
Brian Leung d5fcb61ea7
gnu: emacs-suggest: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-suggest): Enable tests.
2019-09-23 06:27:04 +02:00
Brian Leung 4455def416
gnu: emacs-helpful: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-helpful): Enable tests.
2019-09-23 06:19:01 +02:00
Brian Leung 48efcdafd8
gnu: emacs-ht: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-ht): Enable tests.
2019-09-23 06:15:30 +02:00
Brian Leung 97d4dab0a6
gnu: emacs-tco-el: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-tco-el): Enable tests.
2019-09-22 22:37:22 +02:00
Brian Leung 08a36df874
gnu: emacs-loop: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-loop): Enable tests.
2019-09-22 22:36:20 +02:00
Brian Leung 99b63bf820
gnu: emacs-elisp-refs: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-elisp-refs): Enable tests.
2019-09-22 22:33:10 +02:00
Brian Leung fc60a8b714
gnu: emacs-realgud: Update to 1.5.1.
* gnu/packages/emacs-xyz.scm (emacs-realgud): Update to 1.5.1.
2019-09-22 22:24:31 +02:00
Brian Leung cbf4481a59
gnu: emacs-company-lsp: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-company-lsp): Enable tests.
2019-09-22 21:32:47 +02:00
Efraim Flashner 0920b41c1d
gnu: js-datatables: Update to 1.10.19.
* gnu/packages/javascript.scm (js-datatables): Update to 1.10.19.
2019-09-22 21:20:07 +03:00
Tobias Geerinckx-Rice b5677e61bf
gnu: parallel: Update to 20190922.
* gnu/packages/parallel.scm (parallel): Update to 20190922.
2019-09-22 20:00:57 +02:00
John Soo 4cd9de6068
gnu: Add freecad.
* gnu/packages/engineering.scm (freecad): New variable.
2019-09-22 08:58:20 +02:00
John Soo 704853fb7a
gnu: Add libmedfile.
* gnu/packages/engineering.scm (libmedfile): New variable.
2019-09-22 08:47:53 +02:00
John Soo 2003e837f4
gnu: Add libarea.
* gnu/packages/engineering.scm (libarea): New variable.
2019-09-22 08:47:52 +02:00
John Soo 2895a87fbf
gnu: Add libspnav.
* gnu/packages/engineering.scm (libspnav): New variable.
2019-09-22 08:47:52 +02:00
John Soo 2ea8b51a71
gnu: Add python-pyside-2-tools.
* gnu/packages/qt.scm (python-pyside-2-tools): New variable.
2019-09-22 08:47:52 +02:00
John Soo f1c4dbfa55
gnu: Add python-pyside-2.
* gnu/packages/qt.scm (python-pyside-2): New variable.
2019-09-22 08:47:52 +02:00
John Soo 8b5107d209
gnu: Add libcxx-6
* gnu/packages/llvm.scm (libcxx-6): New variable.
2019-09-22 08:47:52 +02:00
John Soo 37a3abb1c6
gnu: Add python-shiboken-2.
* gnu/packages/qt.scm (python-shiboken-2): New variable.
2019-09-22 08:47:51 +02:00
John Soo f36617cbf1
gnu: Add coin3D.
* gnu/packages/graphics.scm (coin3D): New variable.
2019-09-22 08:47:45 +02:00