| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/guile-xyx (guile-persist)[synopsis]: Fix spelling of
"Persistence".
|
|
|
|
|
| |
* gnu/packages/lisp (sbcl-cl-hooks)[description]: Fix spelling of
"possibilities".
|
|
|
|
|
| |
* gnu/packages/python-crypto (python-py-bcrypt)[description]: Fix spelling of
"parametrised".
|
|
|
|
|
| |
* gnu/packages/sphinx (python-sphinxcontrib-htmlhelp)[synopsis]: Fix spelling
of "extension".
|
|
|
|
|
| |
* gnu/packages/syncthing (go-github-com-audriusbutkevicius-pfilter)
[synopsis]: Fix spelling of "multiple".
|
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile-email): Update to 0.2.1.
[arguments]: Remove patch-module-dir phase.
|
|
|
|
|
| |
* gnu/packages/telephony (bctoolbox)[description]: Fix plurality of
"software".
|
|
|
|
| |
* gnu/packages/text-editors (fe)[description]: Fix spelling of "menus".
|
|
|
|
|
| |
* gnu/packages/xml (perl-xml-xpathengine)[description]: Fix spelling of
"mimic".
|
|
|
|
| |
* guix/build/ruby-build-system: Fix spelling of "invocation".
|
|
|
|
| |
* guix/import/stackage: Fix spelling of "version".
|
|
|
|
|
|
| |
* gnu/packages/python-web.scm (python-html2text): Update to 2019.8.11.
[arguments]: Use a custom 'check phase.
[home-page]: Update home-page.
|
|
|
|
| |
* guix/inferior: Fix spelling of "specifications".
|
|
|
|
| |
* guix/lint: Fix spelling of "mentioning".
|
|
|
|
| |
* guix/scripts/container/exec (show-help): Fix spelling of COMMAND.
|
|
|
|
| |
* doc/guix.texi (Build Systems): Fix/spoil ‘libary’ typo/joke.
|
|
|
|
| |
* gnu/packages/lisp.scm (sbcl-trivia.ppcre)[description]: Fix typo.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-ace-window): Update to 0.9.0-1.a534492.
|
|
|
|
|
|
| |
* gnu/packages/admin.scm (screenfetch): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
| |
* gnu/packages/python-crypto.scm (python-m2crypto): Update to 0.35.2.
|
|
|
|
|
|
| |
* gnu/packages/python-web.scm (python-slugify): Update to 3.0.4.
* gnu/packages/patches/python-slugify-depend-on-unidecode.patch:
Adjust accordingly.
|
|
|
|
| |
* gnu/packages/enchant.scm (enchant): Update to 2.2.7.
|
|
|
|
|
| |
* gnu/packages/video.scm (obs): Update to 24.0.1.
[inputs]: Add qtsvg.
|
|
|
|
| |
* gnu/packages/linux.scm (acpid): Update to 2.0.32.
|
|
|
|
|
|
|
|
| |
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/packages/messaging.scm (utox): Update to 0.17.1.
|
|
|
|
| |
* gnu/packages/terminals.scm (kitty): Update to 0.14.5.
|
|
|
|
| |
* gnu/packages/package-management.scm (flatpak): Update to 1.4.3.
|
|
|
|
|
| |
* doc/guix.texi (Invoking guix package): Explain that the argument to
--profile is a file name.
|
|
|
|
|
|
| |
* gnu/packages/llvm.scm (libomp)[arguments]: Change #:test-target value.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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/news.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
|
|
|
|
|
| |
* .guix-channel: New file.
* Makefile.am (EXTRA_DIST): Add it.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* guix/scripts/pull.scm (display-channel-news): Make 'previous' a
parameter.
(process-query)[list-generations]: Call '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.
|
|
|
|
|
| |
* guix/ui.scm (%default-message-language): New variable.
(current-message-language): New procedure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* guix/git.scm (reference-available?): New procedure.
(update-cached-checkout): Avoid call to 'remote-fetch' when REPOSITORY
already contains REF.
|
|
|
|
|
|
| |
* 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/packages/xdisorg.scm (wl-clipboard): Update to 2.0.0_beta2.
|
|
|
|
| |
* gnu/packages/gdb.scm (gdb-8.3): Update to 8.3.1.
|
|
|
|
| |
* gnu/packages/datamash.scm (datamash): Update to 1.5.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-suggest): Enable tests.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-helpful): Enable tests.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-ht): Enable tests.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-tco-el): Enable tests.
|