Age | Commit message (Collapse) | Author |
|
* gnu/packages/perl-compression.scm (perl-archive-extract): Update to 0.82.
|
|
* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.091.
|
|
* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to 2.091.
|
|
* gnu/packages/perl-compression.scm (perl-compress-raw-bzip2): Update to 2.091.
|
|
Addresses <http://issues.guix.gnu.org/issue/38360>.
* gnu/packages/emulators.scm (retroarch)[source]: Add patch and snippet.
* packages/patches/retroarch-disable-online-updater.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/ocaml.scm (camlp4): Remove package.
|
|
* gnu/packages/ocaml.scm (ocaml-camomile)[native-inputs]: Remove camlp4.
|
|
* gnu/packages/ocaml.scm (ocaml-piqi): Update to 0.7.7.
|
|
* gnu/packages/ocaml.scm (ocaml-ulex): Remove deprecated package.
|
|
* gnu/packages/ocaml.scm (ocaml-piqilib): Update to 0.6.15.
[source]: Remove patch.
[native-inputs]: Remove camlp4.
[propagated-inputs]: Replace ulex with sedlex.
* gnu/packages/patches/ocaml-piqilib-Update-base64.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/ocaml.scm (ocaml-sedlex): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-gen): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-csv): Update to 2.3.
[license]: Update license.
|
|
* gnu/packages/ocaml.scm (ocaml-bisect): Remove deprecated package,
replaced by ocaml-bisect-ppx.
|
|
* gnu/packages/ocaml.scm (ocaml-batteries)[native-inputs]: Remove
ocaml-bisect and ocaml-ounit.
|
|
* gnu/packages/ocaml.scm (ocaml-bitstring): Remove unneeded dependencies
[native-inputs]: Remove camlp4 and bisect.
[propagated-inputs]: Remove camlp4.
|
|
* gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.8.1.
[native-inputs]: Remove camlp4.
|
|
* gnu/packages/ocaml.scm (lablgtk): Update to 2.18.8.
[source]: Use git-fetch.
[native-inputs]: Remove camlp4.
|
|
gnu/packages/ocaml.scm (opam)[native-inputs]: Remove camlp4.
|
|
* gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.14.
(linux-libre-5.3-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.205.
(linux-libre-4.9-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.205.
(linux-libre-4.4-pristine-source): Update hash.
|
|
* gnu/packages/nano.scm (nano): Update to 4.6.
|
|
* gnu/packages/mail.scm (perl-email-sender): Update to 1.300033.
|
|
* gnu/packages/irc.scm (limnoria): Update to 2019.11.22.
|
|
* gnu/packages/emacs-xyz.scm (emacs-rainbow-mode): Update to 1.0.2.
[source, home-page]: Use HTTPS.
|
|
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.21.
|
|
* gnu/packages/php.scm (php): Update to 7.4.0.
|
|
* gnu/packages/messaging.scm (tdlib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/patches/openmpi-psm2-priority.patch: Rename to...
* gnu/packages/patches/openmpi-mtl-priorities.patch: ... this. Add hunk
to change the priority of PSM.
* gnu/packages/mpi.scm (openmpi)[source]: Adjust accordingly.
* gnu/local.mk (dist_patch_DATA): Likewise.
|
|
* gnu/packages/xorg.scm (xterm): Update to 351.
|
|
* gnu/packages/sync.scm (rclone): Update to 1.50.2.
|
|
* gnu/packages/gnome.scm (arc-icon-theme)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/gnome.scm (moka-icon-theme)[source]: Use GIT-FETCH and
GIT-FILE-NAME, and follow upstream redirection.
|
|
* gnu/packages/gnome.scm (faba-icon-theme)[source]: Use GIT-FETCH and
GIT-FILE-NAME, and follow upstream redirection.
|
|
* gnu/packages/python-xyz.scm (python-invoke): Update to 1.3.0.
|
|
* gnu/packages/linux.scm (crda)[native-inputs]: Remove python-2.
|
|
* gnu/packages/linux.scm (iotop)[native-inputs]: Remove python-2, add
python.
[arguments]: Add phase to fix python3 compatibility.
|
|
* gnu/packages/web.scm (xinetd): Update to 2.3.15.4.
[source]: Switch to openSUSE (and Debian) maintenance fork.
Remove obsolete patches.
[native-inputs]: Add automake, autoconf, libtool, and pkg-config.
[home-page]: Update.
* gnu/packages/patches/xinetd-CVE-2013-4342.patch,
gnu/packages/patches/xinetd-fix-fd-leak.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
|
|
* gnu/packages/emulators.scm (retroarch)[arguments]:
Pass ‘--disable-builtinminiupnpc’ to ./configure.
[inputs]: Add miniupnpc.
|
|
stumpwm to wm."
This reverts commit abf43a67d5929bf279edce3e790ef1348dda32a5 as it broke "guix pull".
|
|
* gnu/local.mk: Include lisp-xyz.scm.
* gnu/packages/lisp-xyz.scm: New file.
* gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to
javascript.scm and stumpwm to wm.scm.
* gnu/packages/javascript.scm: Add uglify-js.
* gnu/packages/wm.scm: Add stumpwm.
* gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm.
* gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* gnu/packages/web.scm: Find uglify-js in javascript.scm.
* gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm.
|
|
* gnu/packages/check.scm (googletest)[native-inputs]: Remove python-2,
add python-wrapper.
|
|
* gnu/packages/patches/psm-disable-memory-stats.patch: New file.
* gnu/packages/linux.scm (psm)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/patches/psm-repro.patch: Use openSuSE's patch.
|
|
* gnu/packages/image.scm (r-jpeg): Move from here...
* gnu/packages/cran.scm (r-jpeg): ...to here.
|
|
Running tests after install is now the default in PYTHON-BUILD-SYSTEM.
* gnu/packages/python-xyz.scm (python-matplotlib)[arguments]: Replace 'check'
phase, instead of deleting and adding new phase.
|
|
This is a follow-up to commit 9e7cb2f1e16fc5b70c6c0e4187443e216767323d.
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Do not inherit
the 'fix-and-disable-failing-tests' phase.
|
|
This is a follow-up to 68c47474bc8bc633fa3b13610d4f700891067bbc.
* gnu/packages/gnome.scm (vte/gtk+-2)[build-system]: New field.
|
|
* gnu/packages/games.scm (openclonk)[description]: Be gender neutral.
|