Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-org-roam): New variable.
|
|
* gnu/packages/games.scm (blobwars): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-make-toc): Update to 0.5.
|
|
* gnu/packages/engineering.scm (volk): Update to 2.2.1.
[source]: Download using https.
[arguments]: Add phase to wrap binary in PYTHONPATH.
[native-inputs]: Remove python-2, python2-cheetah. Add python-wrapper,
python-mako.
[home-page]: Use https.
|
|
* gnu/packages/kawa.scm (kawa): Update to 3.1.1.
|
|
* gnu/packages/kawa.scm (kawa)[arguments]: Add ‘wrap-kawa’ phase to set JAVA_HOME.
|
|
* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.1.
|
|
* gnu/packages/python-xyz.scm (python-diceware): New public variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-ref): Update to
5bb9be2232db72b04754d7e4c02a3976ad422f6f.
[version]: Use `git-version'.
[propagated-inputs]: Add "emacs-htmlize". Sort alphabetically.
[description]: Expound it.
|
|
* gnu/packages/mpd.scm (mpd): Update to 0.21.22.
|
|
* gnu/packages/mail.scm (mutt): Update to 1.13.5.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.32.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.4.
(linux-libre-5.6-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.115.
(linux-libre-4.19-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.176.
(linux-libre-4.14-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.219.
(linux-libre-4.9-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.219.
(linux-libre-4.4-pristine-source): Update hash.
|
|
It fails to build on armhf-linux; see <https://bugs.gnu.org/40604>.
This reverts commit 62f7f0d636d3b3ff796263ab892ebf53263539fa.
|
|
* gnu/packages/check.scm (python-parameterized): Update to 0.7.3.
|
|
* gnu/packages/dns.scm (dnsmasq): Update to 2.81.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/lisp-xyz.scm (cl-enchant, sbcl-enchant): New variables.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200413.
|
|
* gnu/packages/password-utils.scm (keepassxc): Update to 2.5.4.
|
|
This allows us to catch "operating_002dsystem-1", for instance.
* doc/build.scm (syntax-highlighted-html)[build](anchor-id->key): Drop
"-1" & co. from ID.
|
|
* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.3,
[source]: remove snippet for Guile 3.0 that is now supported.
|
|
* gnu/packages/web.scm (http-parser): Update to 2.9.4.
|
|
* gnu/packages/batik.scm (java-xmlgraphics-commons): Update to 2.4.
|
|
* gnu/packages/linux.scm (e2fsprogs): Update to 1.45.6.
[source]: Hard-code NAME.
|
|
* gnu/packages/debian.scm (debootstrap): Update to 1.0.123.
|
|
* gnu/packages/datastructures.scm (uthash): Update to 2.1.0.
|
|
* gnu/packages/datastructures.scm (uthash)[arguments]: Install documentation to a versioned directory.
|
|
* gnu/packages/datastructures.scm (liburcu): Update to 0.12.0.
|
|
* gnu/packages/disk.scm (ndctl): Update to 68.
|
|
* gnu/packages/datastructures.scm (ssdeep)[arguments]: Pass the
‘--disable-static’ flag to configure.
|
|
* gnu/packages/datastructures.scm (ssdeep): Update to 2.14.1.
[source]: Use new home page.
|
|
* gnu/packages/datastructures.scm (ssdeep)[home-page]: Update and use
HTTPS.
|
|
* gnu/packages/diffoscope.scm (diffoscope): Update to 139.
|
|
* gnu/packages/display-managers.scm (lightdm-gtk-greeter): Update to 2.0.7.
|
|
This is a followup to da9deba13d551e316f5a99a614834efa27ddc7d1.
Last-minute modification of the 'match' pattern would lead to an error:
"multiple ellipsis patterns not allowed at same level"
* doc/build.scm (syntax-highlighted-html)[build](collect-anchors):
Add 'worthy-entry?' procedure and use it instead of the unsupported
pattern for ('dt ...).
|
|
* gnu/packages/perl (perl-attribute-util): Fix grammar.
|
|
* gnu/packages/gnome.scm (workrave): Update to 1.10.42.
|
|
locks".
* gnu/packages/xdisorg (xss-lock): Fix grammar.
|
|
* gnu/packages/xdisorg (xcape): Fix grammar.
|
|
* gnu/packages/xdisorg (scrot): Fix grammar.
|
|
* gnu/packages/statistics (r-rcppprogress): Fix grammar.
|
|
* gnu/packages/statistics (r-memoise): Fix grammar.
|
|
* gnu/packages/ocaml (ocamlify): Fix grammar.
|
|
* gnu/packages/ocaml (ocaml-mtime): Fix grammar.
|
|
This makes it easier to jump to the definition of a procedure or
variable when looking at a code snippet. There can be false-positive
because scoping rules are ignored, for example, but it should be a good
approximation.
* doc/build.scm (syntax-highlighted-html)[build](highlights->sxml*): Add
'anchors' parameter. Add clause for ('symbol text).
(syntax-highlight): Add 'anchors' parameter. Wrap body in named let and
use it in recursive calls. Pass ANCHORS to 'highlights->sxml*'.
(underscore-decode, anchor-id->key, collect-anchors, html?): New procedures.
(process-file): Add 'anchors' parameter. and honor it.
Rewrite mono-node and multi-node HTML files separately.
|
|
This allows 'doc/build.scm' to keep using '@@' for these. (This sets a
bad example, don't follow it.)
* guix/self.scm (prevent-inlining!): New macro.
<top level>: Use it for 'file-append*', 'translate-texi-manuals', and
'info-manual'.
|