summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* installer: Fix run-input-page calls.Mathieu Othacehe2019-09-23
| | | | | | | | 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?.
* gnu: utox: Update to 0.17.1.Rutger Helling2019-09-23
| | | | * gnu/packages/messaging.scm (utox): Update to 0.17.1.
* gnu: kitty: Update to 0.14.5.Rutger Helling2019-09-23
| | | | * gnu/packages/terminals.scm (kitty): Update to 0.14.5.
* gnu: flatpak: Update to 1.4.3.Rutger Helling2019-09-23
| | | | * gnu/packages/package-management.scm (flatpak): Update to 1.4.3.
* doc: Explain that '--profile' expects a file name.Ludovic Courtès2019-09-23
| | | | | * doc/guix.texi (Invoking guix package): Explain that the argument to --profile is a file name.
* gnu: libomp: Fix test target.Boris A. Dekshteyn2019-09-23
| | | | | | * gnu/packages/llvm.scm (libomp)[arguments]: Change #:test-target value. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mit-scheme: Pass a valid tarball hash on non-x86.Ludovic Courtès2019-09-23
| | | | | | | | | | | | 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 7d6cfa442539e8fda0c145bf7a774c13e4fdc83c. * gnu/packages/scheme.scm (mit-scheme)[inputs]: For "source", pass a hash of the right length in the catch-all case.
* deploy: Add '--verbosity' and properly interpret build log.Ludovic Courtès2019-09-23
| | | | | | | This is a followup to 91300526b7d9d775bd98a700ed3758420ef9eac6. * guix/scripts/deploy.scm (show-help, %options): Add '--verbosity'. (guix-deploy): Wrap 'with-store' in 'with-status-verbosity'.
* etc: Add channel news file.Ludovic Courtès2019-09-23
| | | | | * etc/news.scm: New file. * Makefile.am (EXTRA_DIST): Add it.
* Add '.guix-channel' file.Ludovic Courtès2019-09-23
| | | | | * .guix-channel: New file. * Makefile.am (EXTRA_DIST): Add it.
* pull: Display news titles directly upon 'pull'.Ludovic Courtès2019-09-23
| | | | | | | | | | | | | * 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.
* pull: '-l' displays channel news.Ludovic Courtès2019-09-23
| | | | | | * guix/scripts/pull.scm (display-channel-news): Make 'previous' a parameter. (process-query)[list-generations]: Call 'display-channel-news'.
* pull: Display channel news.Ludovic Courtès2019-09-23
| | | | | | | | * 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.
* ui: Add 'current-message-language'.Ludovic Courtès2019-09-23
| | | | | * guix/ui.scm (%default-message-language): New variable. (current-message-language): New procedure.
* channels: Allow news entries to refer to a tag.Ludovic Courtès2019-09-23
| | | | | | | | | | | | | | | | 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.
* channels: Add support for a news file.Ludovic Courtès2019-09-23
| | | | | | | | | | | | | | * 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.
* git: Add 'commit-difference'.Ludovic Courtès2019-09-23
| | | | | | | * 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.
* git: 'update-cached-checkout' avoids network access when unnecessary.Ludovic Courtès2019-09-23
| | | | | | * guix/git.scm (reference-available?): New procedure. (update-cached-checkout): Avoid call to 'remote-fetch' when REPOSITORY already contains REF.
* pull: '--news' shows the list of channels added or removed.Ludovic Courtès2019-09-23
| | | | | | * guix/scripts/pull.scm (display-channel, channel=?) (display-channel-news, display-news): New procedures. (process-query): Call 'display-news' instead of 'display-profile-news'.
* gnu: wl-clipboard: Update to 2.0.0_beta2.Efraim Flashner2019-09-23
| | | | * gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.0.0_beta2.
* gnu: gdb-8.3: Update to 8.3.1.Efraim Flashner2019-09-23
| | | | * gnu/packages/gdb.scm (gdb-8.3): Update to 8.3.1.
* gnu: datamash: Update to 1.5.Efraim Flashner2019-09-23
| | | | * gnu/packages/datamash.scm (datamash): Update to 1.5.
* gnu: emacs-suggest: Enable tests.Brian Leung2019-09-23
| | | | * gnu/packages/emacs-xyz.scm (emacs-suggest): Enable tests.
* gnu: emacs-helpful: Enable tests.Brian Leung2019-09-23
| | | | * gnu/packages/emacs-xyz.scm (emacs-helpful): Enable tests.
* gnu: emacs-ht: Enable tests.Brian Leung2019-09-23
| | | | * gnu/packages/emacs-xyz.scm (emacs-ht): Enable tests.
* gnu: emacs-tco-el: Enable tests.Brian Leung2019-09-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-tco-el): Enable tests.
* gnu: emacs-loop: Enable tests.Brian Leung2019-09-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-loop): Enable tests.
* gnu: emacs-elisp-refs: Enable tests.Brian Leung2019-09-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-elisp-refs): Enable tests.
* gnu: emacs-realgud: Update to 1.5.1.Brian Leung2019-09-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-realgud): Update to 1.5.1.
* gnu: emacs-company-lsp: Enable tests.Brian Leung2019-09-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-company-lsp): Enable tests.
* gnu: js-datatables: Update to 1.10.19.Efraim Flashner2019-09-22
| | | | * gnu/packages/javascript.scm (js-datatables): Update to 1.10.19.
* gnu: parallel: Update to 20190922.Tobias Geerinckx-Rice2019-09-22
| | | | * gnu/packages/parallel.scm (parallel): Update to 20190922.
* gnu: Add freecad.John Soo2019-09-22
| | | | * gnu/packages/engineering.scm (freecad): New variable.
* gnu: Add libmedfile.John Soo2019-09-22
| | | | * gnu/packages/engineering.scm (libmedfile): New variable.
* gnu: Add libarea.John Soo2019-09-22
| | | | * gnu/packages/engineering.scm (libarea): New variable.
* gnu: Add libspnav.John Soo2019-09-22
| | | | * gnu/packages/engineering.scm (libspnav): New variable.
* gnu: Add python-pyside-2-tools.John Soo2019-09-22
| | | | * gnu/packages/qt.scm (python-pyside-2-tools): New variable.
* gnu: Add python-pyside-2.John Soo2019-09-22
| | | | * gnu/packages/qt.scm (python-pyside-2): New variable.
* gnu: Add libcxx-6John Soo2019-09-22
| | | | * gnu/packages/llvm.scm (libcxx-6): New variable.
* gnu: Add python-shiboken-2.John Soo2019-09-22
| | | | * gnu/packages/qt.scm (python-shiboken-2): New variable.
* gnu: Add coin3D.John Soo2019-09-22
| | | | * gnu/packages/graphics.scm (coin3D): New variable.
* gnu: emacs-company-lua: Update to 0.1-2.29f6819.Brian Leung2019-09-22
| | | | | * gnu/packages/emacs-xyz.scm (emacs-company-lua): Update to 0.1-2.29f6819. [arguments]: Include extra directory.
* gnu: emacs-crux: Update to 0.3.0-2.308f17d.Brian Leung2019-09-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-crux): Update to 0.3.0-2.308f17d.
* gnu: emacs-lispy: Update included files.Brian Leung2019-09-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-lispy): Update included files.
* gnu: diffoscope: Adjust native-inputs for architecture limitations.Vagrant Cascadian2019-09-21
| | | | | | * gnu/packages/diffoscope (diffoscope)[native-inputs]: Only add ghc on x86_64-linux and i686-linux. Only add openjdk and enjarify on x86_64-linux.
* gnu: mutt: Update to 1.12.2.Tobias Geerinckx-Rice2019-09-21
| | | | * gnu/packages/mail.scm (mutt): Update to 1.12.2.
* gnu: emacs-attrap: Update to 1.0-2.18cd1f7.Brian Leung2019-09-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-attrap): Update to 1.0-2.18cd1f7.
* gnu: emacs-github-review: Enable tests.Brian Leung2019-09-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-github-review): Enable tests.
* gnu: emacs-elfeed: Update to 3.2.0.Brian Leung2019-09-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.2.0.
* gnu: libgnomekbd: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-21
| | | | * gnu/packages/gnome.scm (libgnomekbd)[source]: Hard-code NAME.