aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-05ui: It's 2019 now!Ludovic Courtès
* guix/ui.scm (show-version-and-exit): Change year to 2019.
2019-01-05guix build: Honor '--system' for file-like objects and gexps.Ludovic Courtès
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.
2019-01-05gexp: Lowering a <computed-file> honors SYSTEM and TARGET.Ludovic Courtès
* guix/gexp.scm (computed-file-compiler): Pass #:system and #:target to 'gexp->derivation'. * tests/gexp.scm ("lower-object, computed-file, #:system"): New test.
2019-01-04gnu: python-isodate: Update to 0.6.0.Efraim Flashner
* gnu/packages/time.scm (python-isodate): Update to 0.6.0. [native-inputs]: Add python-six. [home-page]: Update to new home-page.
2019-01-04gnu: python-tzlocal: Update to 1.5.1.Efraim Flashner
* 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.
2019-01-04gnu: python-ruamel.yaml: Update to 0.15.83.Efraim Flashner
* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.83.
2019-01-04gnu: video: Add missing copyright.Mathieu Othacehe
* gnu/packages/video.scm: Add copyright.
2019-01-04gnu: vlc: Fix typo in synopsis.Mathieu Othacehe
* gnu/packages/video.scm (vlc)[synopsis]: Fix typo.
2019-01-04gnu: kservice: Transfer patches from NixOS.Hartmut Goebel
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.
2019-01-04gnu: kpackage: Transfer patches from NixOS.Hartmut Goebel
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.
2019-01-04gnu: kinit: Use LIBRARY_PATH to search for dynamically loaded libs.Hartmut Goebel
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.
2019-01-04gnu: kinit: Use the store paths for dynamically loaded libs.Hartmut Goebel
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.
2019-01-04gnu: kio: Search 'smbd' on $PATH.Hartmut Goebel
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.
2019-01-04gnu: kdelibs4support: Add todo comment for a patch from NixOS.Hartmut Goebel
* gnu/packages/kde-frameworks.scm(kdelibs4support): Add comment.
2019-01-04gnu: kconfigwidgets: Make QDirIterator follow symlinks.Hartmut Goebel
Transfer the NixOS patch "qdiriterator-follow-symlinks" for kconfigwidgets as of 2018-02-17. * gnu/packages/kde-frameworks.scm(kconfigwidgets)<patch>: New phase.
2019-01-04gnu: kcmutils: Print plugin name when loading fails.Hartmut Goebel
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.
2019-01-04gnu: kcmutils: Make QDirIterator follow symlinks.Hartmut Goebel
Transfer the NixOS patch "kcmutils-follow-symlinks" for kcmutils as of 2018-02-17. * gnu/packages/kde-frameworks.scm(kcmutils)<patch>: New phase.
2019-01-04gnu: krunner: Blacklist another test failing with 5.49.0.Hartmut Goebel
* gnu/packages/kde-frameworks.scm(krunner)[#phases]<check-setup>: Blacklist 'testMulti'.
2019-01-04gnu: extra-cmake-modules: Fix install-path for plugins.Hartmut Goebel
The respective entry changed for kde-frameworks 5.46. * gnu/packages/kde-frameworks.scm(krunner)[#phases]<fix-lib-path>: Change substitute for QTPLUGINDIR.
2019-01-04gnu: libsecret: Update to 0.18.7.Efraim Flashner
* gnu/packages/gnome.scm (libsecret): Update to 0.18.7.
2019-01-04gnu: goffice: Update to 0.10.44.Efraim Flashner
* gnu/packages/gnome.scm (goffice): Update to 0.10.44.
2019-01-04gnu: guile-gnunet: Update to 0.0-1.d12167a.Alex Vong
* gnu/packages/gnunet.scm (guile-gnunet): Update to 0.0-1.d12167a. [version]: Use git-version. [source]: Use git-file-name.
2019-01-04gnu: libmicrohttpd: Update to 0.9.62.Alex Vong
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.62.
2019-01-04gnu: libextractor: Fix CVE-2018-{20430,20431}.Alex Vong
* 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.
2019-01-04gnu: libextractor: Update to 1.8.Alex Vong
* gnu/packages/gnunet.scm (libextractor): Update to 1.8.
2019-01-03gnu: yoshimi: Update to 1.5.10.Ricardo Wurmus
* gnu/packages/music.scm (yoshimi): Update to 1.5.10.
2019-01-03gnu: vboot-utils: Fix building on armhf-linux.Kei Kebreau
* 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.
2019-01-03gnu: gnupg: Update to 2.2.12.Efraim Flashner
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.12.
2019-01-03gnu: vlc: Add protobuf to inputs.Mathieu Othacehe
* gnu/packages/video.scm (vlc)[inputs]: Add protobuf.
2019-01-03gnu: vlc: Add libmicrodns to inputs.Mathieu Othacehe
* gnu/packages/video.scm (vlc)[inputs]: Add libmicrodns.
2019-01-03gnu: Add libmicrodns.Mathieu Othacehe
* gnu/packages/dns.scm (libmicrodns): New package.
2019-01-03gnu: xdisorg.scm: Add missing import.Efraim Flashner
* gnu/packages/xdisorg.scm: Add missing import.
2019-01-03gnu: bullet: Update to 2.88.Efraim Flashner
* 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.
2019-01-03gnu: Add wl-clipboard.Rutger Helling
* gnu/packages/xdisorg.scm (wl-clipboard): New variable.
2019-01-03gnu: emacs-magit-svn: Fix build.Danny Milosavljevic
* gnu/packages/emacs.scm (emacs-magit-svn): Replace ',name' by '"emacs-magit-svn"'.
2019-01-03import: cran: Default to 'cran repo.Ricardo Wurmus
* guix/import/cran.scm (cran-recursive-import): Default to 'cran repo.
2019-01-03import: cran: Abort if no description could be fetched.Ricardo Wurmus
* guix/import/cran.scm (cran->guix-package): Only proceed if a valid description could be fetched.
2019-01-03import: cran: Use HTTPS.Ricardo Wurmus
* guix/import/cran.scm (%cran-url): Use HTTPS.
2019-01-03import: cran: Download tarballs only once.Ricardo Wurmus
* guix/import/cran.scm (download): New procedure. (fetch-description, description->package): Use it.
2019-01-02gnu: gnucash: Fix test failure.Maxim Cournoyer
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.
2019-01-02gnu: emacs-hydra: Update to 0.14.0.Efraim Flashner
* gnu/packages/emacs.scm (emacs-hydra): Update to 0.14.0.
2019-01-02gnu: emacs-edit-indirect: Update to 0.1.5.Efraim Flashner
* gnu/packages/emacs.scm (emacs-edit-indirect): Update to 0.1.5. [source]: Use 'git-fetch'.
2019-01-02gnu: signing-party: Update to 2.7.Efraim Flashner
* gnu/packages/gnupg.scm (signing-party): Update to 2.7. [home-page]: Update to new home-page. [arguments]: All phases end with #t.
2019-01-02gnu: perl-archive-zip: Update to 1.64.Efraim Flashner
* gnu/packages/comression.scm (perl-archive-zip): Update to 1.64.
2019-01-02gnu: zstd: Update to 1.3.8.Efraim Flashner
* gnu/packages/compression.scm (zstd): Update to 1.3.8. [home-page]: Update to new home-page.
2019-01-02gnu: perl-yaml-tiny: Update to 1.73.Efraim Flashner
* gnu/packages/perl.scm (perl-yaml-tiny): Update to 1.73.
2019-01-02gnu: perl-json-maybexs: Update to 1.004000.Efraim Flashner
* gnu/packages/perl.scm (perl-json-maybexs): Update to 1.004000.
2019-01-02gnu: perl-cpanel-json-xs: Update to 4.08.Efraim Flashner
* gnu/packages/perl.scm (perl-cpanel-json-xs): Update to 4.08.
2019-01-02gnu: perl-test-mockmodule: Update to 0.170.0.Efraim Flashner
* gnu/packages/perl-check.scm (perl-test-mockmodule): Update to 0.170.0. [source]: Update source uri. [native-inputs]: Add perl-test-warnings.
2019-01-02gnu: perl-test-simple: Update to 1.302141.Efraim Flashner
* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302141.