Age | Commit message (Expand) | Author |
2019-01-05 | gnu: streamlink: Fix build....* 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.
| Efraim Flashner |
2019-01-05 | gnu: python-iso3166: Update to 0.9....* gnu/packages/iso-codes.scm (python-iso3166): Update to 0.9.
| Efraim Flashner |
2019-01-05 | gnu: po4a: Update to 0.55....* 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.
| Efraim Flashner |
2019-01-05 | gnu: python-scripttest: Use pypi uri....* gnu/packages/check.scm (python-scripttest)[source]: Use pypi uri.
| Efraim Flashner |
2019-01-05 | gnu: python-pytest-xdist: Update to 1.25.0....* gnu/packages/check.scm (python-pytest-xdist): Update to 1.25.0.
[source]: Update source uri.
| Efraim Flashner |
2019-01-05 | gnu: python-pytest-cov: Update to 2.6.0....* gnu/packages/check.scm (python-pytest-cov): Update to 2.6.0.
| Efraim Flashner |
2019-01-05 | gnu: python-subunit: Update to 1.3.0....* gnu/packages/check.scm (python-subunit): Update to 1.3.0.
[home-page]: Use https.
| Efraim Flashner |
2019-01-05 | gnu: octave: Fix makeinfo path configuration....* gnu/packages/maths.scm (octave-cli)[arguments]: Fix makeinfo path
configuration in configure-makeinfo phase.
| Arun Isaac |
2019-01-05 | gnu: youtube-viewer: Install desktop file....* gnu/packages/video.scm (youtube-viewer)[arguments]: Add 'install-desktop
phase.
| Eric Bavier |
2019-01-05 | gnu: Add paps....* gnu/packages/pdf.scm (paps): New variable.
| Ricardo Wurmus |
2019-01-05 | ui: It's 2019 now!...* guix/ui.scm (show-version-and-exit): Change year to 2019.
| Ludovic Courtès |
2019-01-05 | guix build: Honor '--system' for file-like objects and gexps....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.
| Ludovic Courtès |
2019-01-05 | gexp: Lowering a <computed-file> honors SYSTEM and TARGET....* guix/gexp.scm (computed-file-compiler): Pass #:system and #:target to
'gexp->derivation'.
* tests/gexp.scm ("lower-object, computed-file, #:system"): New test.
| Ludovic Courtès |
2019-01-04 | gnu: python-isodate: Update to 0.6.0....* gnu/packages/time.scm (python-isodate): Update to 0.6.0.
[native-inputs]: Add python-six.
[home-page]: Update to new home-page.
| Efraim Flashner |
2019-01-04 | gnu: python-tzlocal: Update to 1.5.1....* 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.
| Efraim Flashner |
2019-01-04 | gnu: python-ruamel.yaml: Update to 0.15.83....* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.83.
| Efraim Flashner |
2019-01-04 | gnu: video: Add missing copyright....* gnu/packages/video.scm: Add copyright.
| Mathieu Othacehe |
2019-01-04 | gnu: vlc: Fix typo in synopsis....* gnu/packages/video.scm (vlc)[synopsis]: Fix typo.
| Mathieu Othacehe |
2019-01-04 | gnu: kservice: Transfer patches from NixOS....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.
| Hartmut Goebel |
2019-01-04 | gnu: kpackage: Transfer patches from NixOS....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.
| Hartmut Goebel |
2019-01-04 | gnu: kinit: Use LIBRARY_PATH to search for dynamically loaded libs....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.
| Hartmut Goebel |
2019-01-04 | gnu: kinit: Use the store paths for dynamically loaded libs....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.
| Hartmut Goebel |
2019-01-04 | gnu: kio: Search 'smbd' on $PATH....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.
| Hartmut Goebel |
2019-01-04 | gnu: kdelibs4support: Add todo comment for a patch from NixOS....* gnu/packages/kde-frameworks.scm(kdelibs4support): Add comment.
| Hartmut Goebel |
2019-01-04 | gnu: kconfigwidgets: Make QDirIterator follow symlinks....Transfer the NixOS patch "qdiriterator-follow-symlinks" for kconfigwidgets as
of 2018-02-17.
* gnu/packages/kde-frameworks.scm(kconfigwidgets)<patch>: New phase.
| Hartmut Goebel |
2019-01-04 | gnu: kcmutils: Print plugin name when loading fails....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.
| Hartmut Goebel |
2019-01-04 | gnu: kcmutils: Make QDirIterator follow symlinks....Transfer the NixOS patch "kcmutils-follow-symlinks" for kcmutils as of
2018-02-17.
* gnu/packages/kde-frameworks.scm(kcmutils)<patch>: New phase.
| Hartmut Goebel |
2019-01-04 | gnu: krunner: Blacklist another test failing with 5.49.0....* gnu/packages/kde-frameworks.scm(krunner)[#phases]<check-setup>:
Blacklist 'testMulti'.
| Hartmut Goebel |
2019-01-04 | gnu: extra-cmake-modules: Fix install-path for plugins....The respective entry changed for kde-frameworks 5.46.
* gnu/packages/kde-frameworks.scm(krunner)[#phases]<fix-lib-path>:
Change substitute for QTPLUGINDIR.
| Hartmut Goebel |
2019-01-04 | gnu: libsecret: Update to 0.18.7....* gnu/packages/gnome.scm (libsecret): Update to 0.18.7.
| Efraim Flashner |
2019-01-04 | gnu: goffice: Update to 0.10.44....* gnu/packages/gnome.scm (goffice): Update to 0.10.44.
| Efraim Flashner |
2019-01-04 | gnu: guile-gnunet: Update to 0.0-1.d12167a....* gnu/packages/gnunet.scm (guile-gnunet): Update to 0.0-1.d12167a.
[version]: Use git-version.
[source]: Use git-file-name.
| Alex Vong |
2019-01-04 | gnu: libmicrohttpd: Update to 0.9.62....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.62.
| Alex Vong |
2019-01-04 | gnu: libextractor: Fix CVE-2018-{20430,20431}....* 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.
| Alex Vong |
2019-01-04 | gnu: libextractor: Update to 1.8....* gnu/packages/gnunet.scm (libextractor): Update to 1.8.
| Alex Vong |
2019-01-03 | gnu: yoshimi: Update to 1.5.10....* gnu/packages/music.scm (yoshimi): Update to 1.5.10.
| Ricardo Wurmus |
2019-01-03 | gnu: vboot-utils: Fix building on armhf-linux....* 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.
| Kei Kebreau |
2019-01-03 | gnu: gnupg: Update to 2.2.12....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.12.
| Efraim Flashner |
2019-01-03 | gnu: vlc: Add protobuf to inputs....* gnu/packages/video.scm (vlc)[inputs]: Add protobuf.
| Mathieu Othacehe |
2019-01-03 | gnu: vlc: Add libmicrodns to inputs....* gnu/packages/video.scm (vlc)[inputs]: Add libmicrodns.
| Mathieu Othacehe |
2019-01-03 | gnu: Add libmicrodns....* gnu/packages/dns.scm (libmicrodns): New package.
| Mathieu Othacehe |
2019-01-03 | gnu: xdisorg.scm: Add missing import....* gnu/packages/xdisorg.scm: Add missing import.
| Efraim Flashner |
2019-01-03 | gnu: bullet: Update to 2.88....* gnu/packages/game-development.scm (bullet): Update to 2.88.
[source]: Use 'git-fetch'. Add snippet to remove bundled binaries and
libraries.
[arguments]: Add configure-flags to prevent building demos. Add custom
'remove-failing-tests phase to skip tests which fail after removing
bundled code.
| Efraim Flashner |
2019-01-03 | gnu: Add wl-clipboard....* gnu/packages/xdisorg.scm (wl-clipboard): New variable.
| Rutger Helling |
2019-01-03 | gnu: emacs-magit-svn: Fix build....* gnu/packages/emacs.scm (emacs-magit-svn): Replace ',name' by
'"emacs-magit-svn"'.
| Danny Milosavljevic |
2019-01-03 | import: cran: Default to 'cran repo....* guix/import/cran.scm (cran-recursive-import): Default to 'cran repo.
| Ricardo Wurmus |
2019-01-03 | import: cran: Abort if no description could be fetched....* guix/import/cran.scm (cran->guix-package): Only proceed if a valid
description could be fetched.
| Ricardo Wurmus |
2019-01-03 | import: cran: Use HTTPS....* guix/import/cran.scm (%cran-url): Use HTTPS.
| Ricardo Wurmus |
2019-01-03 | import: cran: Download tarballs only once....* guix/import/cran.scm (download): New procedure.
(fetch-description, description->package): Use it.
| Ricardo Wurmus |
2019-01-02 | gnu: gnucash: Fix test failure....Fixes issue #32057 (see: https://issues.guix.info/issue/32057).
* gnu/packages/patches/gnucash-fix-test-transaction-failure.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gnucash.scm (gnucash): Use it.
| Maxim Cournoyer |