Age | Commit message (Collapse) | Author |
|
* gnu/packages/moe.scm (moe): Update to 1.10.
[license]: Fix license, gpl2+.
|
|
* gnu/packages/databases.scm (recutils): Update to 1.8.
[source]: Remove snippet.
[arguments]: Remove custom 'set-bash4.4-header-location phase. Enable
parallel tests.
[inputs]: Move check ...
[native-inputs]: ... to here. Add pkg-config.
|
|
* gnu/packages/unrtf.scm (unrtf): Update to 0.21.10.
[source]: Remove patch, remove snippet.
[license]: Update to gpl3+.
* gnu/packages/patches/unrtf-CVE-2016-10091.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/code.scm (global): Update to 6.6.3.
|
|
* gnu/packages/emacs.scm (emacs-evil-multiedit): Use version tag instead of commit.
|
|
* gnu/packages/wine.scm (wine-staging)[inputs]: Add ffmpeg.
|
|
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.0-rc5.
* gnu/packages/wine.scm (wine-staging): Update to 4.0-rc5.
|
|
* gnu/packages/python.scm (python-pyicu): Update to 2.2.
|
|
* gnu/packages/python.scm (python-pysocks): Update to 1.6.8.
|
|
* gnu/packages/python.scm (python-packaging): Update to 18.0.
|
|
* gnu/packages/python.scm (python-astroid): Update to 2.1.0.
|
|
* gnu/packages/python.scm (python-imagesize): Update to 1.1.0.
|
|
* gnu/packages/python.scm (python-sphinx-alabaster-theme): Update to 0.7.12.
|
|
* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.7.2.
|
|
* gnu/packages/python-crypto.scm (python-certifi): Update to 2018.11.29.
|
|
* gnu/packages/emacs.scm (emacs-diff-hl): Update to 1.8.5.
|
|
* gnu/packages/assembly.scm (fasm): New variable.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
|
|
* guix/scripts/lint.scm (%checkers): Rename 'github-uri' to 'github-url'
to match the documentation.
|
|
* gnu/packages/image-processing.scm (nip2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/build/git.scm (git-fetch): Use 'invoke' instead of 'system*' for
"git submodule update".
|
|
This allows the fallback code in (guix git-download) to actually run.
Regression introduced in commit 329dabe13bf98b899b907b45565434c5140804f5.
Fixes <https://bugs.gnu.org/33911>.
Reported by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>.
* guix/build/git.scm (git-fetch): Guard against 'invoke-error?' and
really return #f upon failure.
|
|
* gnu/packages/aspell.scm (aspell-word-list): Update to 2018.04.16.
[arguments]: Use 'invoke'.
|
|
* gnu/packages/libreoffice.scm (hunspell): Update to 1.7.0.
[source]: Use 'git-fetch'.
|
|
* gnu/packages/video.scm (streamlink)[source]: Add patch.
* gnu/packages/patches/streamlink-update-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
* gnu/packages/iso-codes.scm (python-iso3166): Update to 0.9.
|
|
* gnu/packages/gettext.scm (po4a): Update to 0.55.
[arguments]: Add 'patch-docbook-xml phase to patch references to
docbook-xml. Update custom 'disable-failing-tests phase.
[native-inputs]: Replace docbook-xml with docbook-xml-4.1.2.
|
|
* gnu/packages/check.scm (python-scripttest)[source]: Use pypi uri.
|
|
* gnu/packages/check.scm (python-pytest-xdist): Update to 1.25.0.
[source]: Update source uri.
|
|
* gnu/packages/check.scm (python-pytest-cov): Update to 2.6.0.
|
|
* gnu/packages/check.scm (python-subunit): Update to 1.3.0.
[home-page]: Use https.
|
|
* gnu/packages/maths.scm (octave-cli)[arguments]: Fix makeinfo path
configuration in configure-makeinfo phase.
|
|
* gnu/packages/video.scm (youtube-viewer)[arguments]: Add 'install-desktop
phase.
|
|
* gnu/packages/pdf.scm (paps): New variable.
|
|
* guix/ui.scm (show-version-and-exit): Change year to 2019.
|
|
Fixes a bug whereby "guix build -f file.scm -s SYSTEM" would not honor
SYSTEM when 'file.scm' returns a gexp or a file-like object.
* guix/scripts/build.scm (options->derivations): Pass #:system to
'run-with-store' in the 'file-like?' and 'gexp?' cases.
|
|
* guix/gexp.scm (computed-file-compiler): Pass #:system and #:target to
'gexp->derivation'.
* tests/gexp.scm ("lower-object, computed-file, #:system"): New test.
|
|
* gnu/packages/time.scm (python-isodate): Update to 0.6.0.
[native-inputs]: Add python-six.
[home-page]: Update to new home-page.
|
|
* gnu/packages/time.scm (python-tzlocal): Update to 1.5.1.
[arguments]: Add custom phase to fix symlink issue in pypi release.
[native-inputs]: Add python-mock.
[license]: Update to expat.
|
|
* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.83.
|
|
* gnu/packages/video.scm: Add copyright.
|
|
* gnu/packages/video.scm (vlc)[synopsis]: Fix typo.
|
|
Transfer the NixOS patches for kservice as of 2018-02-17.
- Make QDirIterator follow symlinks.
- Normalize path, but don't resolve symlinks.
* gnu/packages/kde-frameworks.scm(kservice)<patch>: New phase.
|
|
Transfer the NixOS patches for kpackage as of 2018-02-17:
- Allow external paths.
- Make QDirIterator follow symlinks.
Decided to use a patch for one of the "allow external paths" changes since
'substitute*' seems not to be robust enough.
* gnu/packages/patches/kpackage-allow-external-paths.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde-frameworks.scm(kpackage)[source]: Use it. <patch>: New
phase.
|
|
Transfer the NixOS "kdeinit-libpath" patch for kinit as of
2018-02-17.
* gnu/packages/patches/kinit-kdeinit-libpath.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde-frameworks.scm (kinit)[source]: Use it.
|
|
Transfer the NixOS "kdeinit-extra_libs" patch for kinit as of
2018-02-17.
* gnu/packages/patches/kinit-kdeinit-extra_libs.patch: New filee.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde-frameworks.scm (kinit)[source]: Use it.
<patch-paths>: New phase.
[inputs]: Add kparts, plasma-framework.
|
|
Transfer the remaining NixOS patch for kio as of 2018-02-17.
* gnu/packages/patches/kio-search-smbd-on-PATH.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde-frameworks.scm(kio)<source>: Use it.
|
|
* gnu/packages/kde-frameworks.scm(kdelibs4support): Add comment.
|
|
Transfer the NixOS patch "qdiriterator-follow-symlinks" for kconfigwidgets as
of 2018-02-17.
* gnu/packages/kde-frameworks.scm(kconfigwidgets)<patch>: New phase.
|
|
Transfer the NixOS patch "kcmutils-debug-module-loader" for kcmutils as of
2018-02-17.
* gnu/packages/kde-frameworks.scm(kcmutils)<patch>: Add substitute for
src/kcmoduleloader.cpp.
|
|
Transfer the NixOS patch "kcmutils-follow-symlinks" for kcmutils as of
2018-02-17.
* gnu/packages/kde-frameworks.scm(kcmutils)<patch>: New phase.
|