| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/jbig2dec-ignore-testtest.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/image.scm (jbig2dec): Update to 0.18.
[source](uri): Adjust for Ghostscript 9.51.
[source](patches): Remove.
[arguments]: Add #:phases.
[native-inputs]: Add AUTOCONF, AUTOMAKE, LIBTOOL and PYTHON-WRAPPER.
|
|
|
|
| |
* gnu/packages/pcre.scm (pcre): Update to 8.44.
|
|
|
|
| |
* gnu/packages/fontutils.scm (libuninameslist): Update to 20200313.
|
|
|
|
| |
* gnu/packages/icu4c.scm (icu4c): Update to 66.1.
|
|
|
|
| |
* gnu/packages/libevent.scm (libuv): Update to 1.35.0.
|
|
|
|
| |
* gnu/packages/curl.scm (curl): Update to 7.69.1.
|
|
|
|
| |
* gnu/packages/adns.scm (c-ares): Update to 1.16.0.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/fifengine-swig-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/games.scm (fifengine)[source](patches): New field.
[arguments]: Remove hard coded Python version from #:configure-flags.
|
|
|
|
|
| |
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Change
from PYTHON-2 to PYTHON-WRAPPER.
|
|
|
|
| |
* gnu/packages/games.scm (wesnoth)[arguments]: Remove #:phases.
|
|
|
|
|
|
| |
* gnu/packages/linux.scm (libcap)[supported-systems]: Remove the Hurd.
* gnu/packages/base.scm (coreutils)[inputs]: Include libcap only for supported
systems. Fixes building on the Hurd.
|
|
|
|
|
| |
* gnu/packages/graphics.scm (blender)[arguments]: Remove 'm' suffix from
python directories.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (salmon)[arguments]: Append Eigen headers to
C_INCLUDE_PATH instead of CPATH.
|
|
|
|
| |
* gnu/packages/openldap.scm (openldap)[inputs]: Remove ICU4C.
|
|
|
|
| |
* gnu/packages/jemalloc.scm (jemalloc)[outputs]: New field.
|
|
|
|
|
|
|
|
| |
This fixes a regression introduces in 717c433c46e8e9fc77b796e485092e2cccee336a
where ncurses would needlessly depend on binutils on runtime.
* gnu/packages/ncurses.scm (ncurses)[arguments]: Add "cf_cv_ld_searchpath" in
#:configure-flags.
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/guile-finalization-crash.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/guile.scm (guile-2.2)[source](patches): Remove
'guile-finalization-crash.patch'.
(guile-2.2.7): Remove variable.
(guile-2.2/bug-fix): Point to GUILE-2.2.
* gnu/packages/admin.scm (shepherd)[native-inputs, inputs]: Use GUILE-2.2
instead of GUILE-2.2.7.
|
|\ |
|
| |
| |
| |
| |
| | |
* gnu/packages/version-control.scm (mercurial)[arguments]: Add phase
'patch-tests'. Do not remove patched tests in the 'check' phase.
|
| |
| |
| |
| | |
* gnu/packages/package-management.scm (guix): Update to 0984481.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Includes fixes for CVE-2019-20503, CVE-2020-6805, CVE-2020-6806,
CVE-2020-6807, CVE-2020-6811, CVE-2020-6812, and CVE-2020-6814.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/guile.scm (guile-3.0): Update to 3.0.1 with
"guile-3.0-crash.patch".
* gnu/packages/patches/guile-3.0-crash.patch: New file.
* gnu/local.mk (dist_patch_DATA): Use it.
|
| |
| |
| |
| | |
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.18.
|
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-ppcor): New variable.
|
| |
| |
| |
| | |
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.4.
|
| |
| |
| |
| | |
* gnu/packages/finance.scm (monero): Update to 0.15.0.5.
|
| |
| |
| |
| | |
* gnu/packages/games.scm (mars)[home-page]: Use working domain & HTTPS.
|
| |
| |
| |
| | |
* gnu/packages/game-development.scm (ode)[home-page]: Use HTTPS.
|
| |
| |
| |
| | |
* gnu/packages/wm.scm (xmobar)[home-page]: Use HTTPS.
|
| |
| |
| |
| | |
* gnu/packages/version-control.scm (gitolite)[home-page]: Use HTTPS.
|
| |
| |
| |
| | |
* gnu/packages/fonts.scm (font-dosis)[source, home-page]: Use snapshots.
|
| |
| |
| |
| |
| | |
* gnu/packages/python-xyz.scm (python-virtualenv)[inputs]: Make…
[propagated-inputs]: …this.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200309.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes <https://bugs.gnu.org/25201>
* gnu/packages/telephone.scm (mumble)[arguments]: Add phase to disable
statistic gathering by default.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-sparselda)[home-page]: Use HTTPS.
|
| |
| |
| |
| |
| |
| | |
Well, it currently redirects back to HTTP…
* gnu/packages/statistics.scm (r-spams)[home-page]: Use ‘HTTPS’.
|
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-fda)[home-page]: Use HTTPS.
|
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-mcmc)[home-page]: Use HTTPS.
|
| |
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-varselrf)[home-page]: Follow (HTTPS)
redirection.
|
| |
| |
| |
| |
| | |
* gnu/packages/statistics.scm (r-knitr)[home-page]: Follow (HTTPS)
redirection.
|
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-ouch)[home-page]: Use HTTPS.
|
| |
| |
| |
| | |
* gnu/packages/freedesktop.scm (libinput): Add a warning comment.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/wireservice.scm (csvkit): Update to 1.0.5.
[source]: Remove upstreamed patch.
* gnu/packages/patches/csvkit-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
| |
| |
| |
| | |
* gnu/packages/slang.scm (slang)[home-page]: Use HTTPS.
|
| |
| |
| |
| | |
* gnu/packages/web.scm (polipo)[home-page]: Use HTTPS.
|
| |
| |
| |
| | |
* gnu/packages/networking.scm (iperf)[home-page]: Use HTTPS.
|
| |
| |
| |
| | |
* gnu/packages/xdisorg.scm (xdotool)[home-page]: Use HTTPS.
|
| |
| |
| |
| |
| | |
* gnu/packages/mail.scm (compface)[home-page]: Follow (HTTPS)
redirection.
|
| |
| |
| |
| | |
* gnu/packages/mail.scm (compface)[source]: Hard-code NAME.
|
| |
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-shinydashboard, r-shinythemes, r-dt)
[home-page]: Use HTTPS.
|