| Commit message (Collapse) | Author | Age |
|
|
|
| |
* 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.
|
|
|
|
|
| |
* gnu/packages/kde-frameworks.scm(krunner)[#phases]<check-setup>:
Blacklist 'testMulti'.
|
|
|
|
|
|
|
| |
The respective entry changed for kde-frameworks 5.46.
* gnu/packages/kde-frameworks.scm(krunner)[#phases]<fix-lib-path>:
Change substitute for QTPLUGINDIR.
|
|
|
|
| |
* gnu/packages/gnome.scm (libsecret): Update to 0.18.7.
|
|
|
|
| |
* gnu/packages/gnome.scm (goffice): Update to 0.10.44.
|
|
|
|
|
|
| |
* gnu/packages/gnunet.scm (guile-gnunet): Update to 0.0-1.d12167a.
[version]: Use git-version.
[source]: Use git-file-name.
|
|
|
|
| |
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.62.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/libextractor-CVE-2018-20430.patch,
gnu/packages/patches/libextractor-CVE-2018-20431.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/gnunet.scm (libextractor)[source]: Use them.
|
|
|
|
| |
* gnu/packages/gnunet.scm (libextractor): Update to 1.8.
|
|
|
|
| |
* gnu/packages/music.scm (yoshimi): Update to 1.5.10.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/bootloaders.scm (vboot-utils)[source]: Add patches.
[arguments]: Conditionally add "HOST_ARCH=arm" to #:make-flags.
* gnu/packages/patches/vboot-utils-fix-format-load-address.patch,
gnu/packages/patches/vboot-utils-fix-tests-show-contents.patch,
gnu/packages/patches/vboot-utils-skip-test-workbuf.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
|
|
|
|
| |
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.12.
|
|
|
|
| |
* gnu/packages/video.scm (vlc)[inputs]: Add protobuf.
|
|
|
|
| |
* gnu/packages/video.scm (vlc)[inputs]: Add libmicrodns.
|
|
|
|
| |
* gnu/packages/dns.scm (libmicrodns): New package.
|