summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: python: Fix cross-compilation.Mathieu Othacehe2020-03-10
| | | | | | | This is a follow-up of 89da127035737bdf922bc566970c5506c2e01b00. * gnu/packages/patches/python-3-search-paths.patch: Use CROSS_C_INCLUDE_PATH instead of CROSS_CPATH.
* gnu: guile3.0-guix: Fix cross-compilation.Mathieu Othacehe2020-03-10
| | | | | * gnu/packages/package-management.scm (guile3.0-guix)[native-inputs]: Remove all Guile 2.X libraries and replace them by their 3.0 counterpart.
* gnu: coreutils: Fix cross-compilation.Mathieu Othacehe2020-03-09
| | | | | | | | | | | | | | | Fix coreutils cross-compilation for aarch64 that was broken by 8.32 update. The following error occured: src/ls.c: In function 'print_dir': src/ls.c:3026:24: error: 'SYS_getdents' undeclared (first use in this function); did you mean 'SYS_getdents64'? if (syscall (SYS_getdents, dirfd (dirp), NULL, 0) == -1 ^~~~~~~~~~~~ SYS_getdents64 * gnu/packages/patches/coreutils-ls.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/base.scm (coreutils): Apply it.
* gnu: guix: Fix cross-compilation.Mathieu Othacehe2020-03-06
| | | | | * gnu/packages/package-management.scm (guix)[native-inputs]: Add all Guile libraries to fix cross-compilation.
* gnu: vpnc-scripts: Tighten substitution regex.Marius Bakke2020-03-06
| | | | | * gnu/packages/vpn.scm (vpnc-scripts)[arguments]: Do not substitute file names starting with /bin to preserve /bin/sh shebangs.
* gnu: pangox-compat: Build with pango@1.42.Marius Bakke2020-03-06
| | | | * gnu/packages/gtk.scm (pangox-compat)[inputs]: Change from PANGO to PANGO-1.42.
* gnu: pango@1.42: Do not inherit replacements from pango@1.44.Marius Bakke2020-03-06
| | | | * gnu/packages/gtk.scm (pango-1.42): Do not use PACKAGE/INHERIT.
* gexp: Default to current target.Mathieu Othacehe2020-03-06
| | | | | | | | | | | * guix/gexp.scm (lower-object): Set target argument to 'current by default and look for the current target system at bind time if needed, (gexp->file): ditto, (gexp->script): ditto, (lower-gexp): make sure lowered extensions are not cross-compiled. * tests/gexp.scm: Add cross-compilation test-cases for gexp->script and gexp->file with a target passed explicitely and with a default target.
* store: Add set-current-target procedure.Mathieu Othacehe2020-03-06
| | | | * guix/store.scm (set-current-target): New exported procedure.
* gnu: CMake: Update to 3.16.5.Marius Bakke2020-03-05
| | | | * gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.16.5.
* gnu: Remove ld-wrapper-next.Marius Bakke2020-03-05
| | | | | | | * gnu/packages/ld-wrapper-next.in: Delete file. * gnu/local.mk (MISC_DISTRO_FILES): Adjust accordingly. * gnu/packages/chromium.scm (ld-wrapper-next): Remove variable. (ungoogled-chromium)[native-inputs]: Remove LD-WRAPPER-NEXT.
* gnu: ld-wrapper: Add support for quoted arguments in response files.Marius Bakke2020-03-05
| | | | | * gnu/packages/ld-wrapper.in (expand-arguments): Add TOKENIZE procedure, and use that to parse the response file.
* gnu: ed: Update to 1.16.Marius Bakke2020-03-05
| | | | * gnu/packages/ed.scm (ed): Update to 1.16.
* gnu: bzip2: Do not retain a reference to the bootstrap bzip.Marius Bakke2020-03-05
| | | | | * gnu/packages/compression.scm (bzip2)[arguments]: Add phase 'hide-input-bzip2'.
* gnu: coreutils: Update to 8.32.Marius Bakke2020-03-05
| | | | | * gnu/packages/base.scm (coreutils): Update to 8.32. [arguments]: Remove obsolete phase.
* gnu: texlive-bin: Fix build with Poppler 0.86.Marius Bakke2020-03-05
| | | | | | * gnu/packages/patches/texlive-bin-poppler-0.86.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/tex.scm (texlive-bin)[source](patches): Add it.
* gnu: Poppler: Update to 0.86.1.Marius Bakke2020-03-05
| | | | * gnu/packages/pdf.scm (poppler): Update to 0.86.1.
* gnu: OpenBLAS: Update to 0.3.9.Marius Bakke2020-03-05
| | | | * gnu/packages/maths.scm (openblas): Update to 0.3.9.
* gnu: cURL: Update to 7.69.0.Marius Bakke2020-03-05
| | | | * gnu/packages/curl.scm (curl): Update to 7.69.0.
* gnu: fribidi: Update to 1.0.9.Marius Bakke2020-03-05
| | | | | * gnu/packages/fribidi.scm (fribidi): Update to 1.0.9. [source](uri): Adjust tarball name.
* gnu: meson: Update to 0.53.2.Marius Bakke2020-03-05
| | | | * gnu/packages/build-tools.scm (meson): Update to 0.53.2.
* gnu: glib: Update to 2.62.5.Marius Bakke2020-03-05
| | | | * gnu/packages/glib.scm (glib): Update to 2.62.5.
* gnu: Python: Update to 3.8.2.Marius Bakke2020-03-05
| | | | * gnu/packages/python.scm (python-3.8): Update to 3.8.2.
* gnu: clang-runtime: Fix build with glibc 2.31.Marius Bakke2020-03-05
| | | | | | | | | | * gnu/packages/patches/clang-runtime-3.8-libsanitizer-mode-field.patch, gnu/packages/patches/clang-runtime-3.9-libsanitizer-mode-field.patch, gnu/packages/patches/clang-runtime-9-libsanitizer-mode-field.patch: New files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/llvm.scm (clang-runtime, clang-runtime-8, clang-runtime-7, clang-runtime-6, clang-runtime-3.9.1, clang-runtime-3.8, clang-runtime-3.7): Add the respective patches.
* gnu: clang-runtime: Adjust for CPLUS_INCLUDE_PATH changes.Marius Bakke2020-03-05
| | | | | * gnu/packages/llvm.scm (clang-runtime-from-llvm)[arguments]: Add #:modules and #:phases.
* gnu: qemu-minimal: Fix build.Mathieu Othacehe2020-03-05
| | | | | | | This fixes <https://issues.guix.info/issue/36882>. * gnu/packages/virtualization.scm (qemu-minimal)[arguments]: Add a remove-glibc phase to remove glibc from C_INCLUDE_PATH.
* gnu: librsvg: Incorporate grafted changes.Marius Bakke2020-03-05
| | | | | | * gnu/packages/gnome.scm (librsvg): Update to 2.40.21. [replacement]: Remove. (librsvg/fixed): Remove variable.
* gnu: zziplib: Incorporate grafted changes.Marius Bakke2020-03-05
| | | | | | * gnu/packages/compression.scm (zziplib)[replacement]: Remove. [source](patches): New field. (zziplib/fixed): Remove variable.
* Merge branch 'master' into core-updatesMarius Bakke2020-03-04
|\
| * gnu: ceph: Update to 14.2.8.Marius Bakke2020-03-04
| | | | | | | | | | | | | | | | * gnu/packages/patches/ceph-boost-compat.patch, gnu/packages/patches/ceph-volume-respect-PATH.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/storage.scm (ceph): Update to 14.2.8. [source](patches): Remove obsolete.
| * gnu: i3-wm: Update to 4.18.Marius Bakke2020-03-04
| | | | | | | | * gnu/packages/wm.scm (i3-wm): Update to 4.18.
| * gnu: kodi: Update to 18.6.Marius Bakke2020-03-04
| | | | | | | | * gnu/packages/kodi.scm (kodi): Update to 18.6.
| * gnu: libgit2: Update to 0.99.0.Marius Bakke2020-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/libgit2-avoid-python.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/version-control.scm (libgit2): Update to 0.99.0. [source](patches): Remove 'libgit2-avoid-python.patch'. [source](snippet): Preserve bundled copy of http-parser. [arguments]: Remove "-DUSE_SHA1DC" from #:configure-flags, which is no longer optional and enabled by default. Add "-DUSE_NTLMCLIENT=OFF" and "-DREGEX_BACKEND=pcre2". Add phase 'fix-pcre2-reference'. [inputs]: Remove HTTP-PARSER. [propagated-inputs]: Add PCRE2. [native-inputs]: Remove GUILE-2.2. Add PYTHON.
| * gnu: enchant: Update to 2.2.8.Marius Bakke2020-03-04
| | | | | | | | * gnu/packages/enchant.scm (enchant): Update to 2.2.8.
| * gnu: wpebackend-fdo: Update to 1.4.2.Marius Bakke2020-03-04
| | | | | | | | * gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.4.2.
| * gnu: re2: Update to 2020-03-03.Marius Bakke2020-03-04
| | | | | | | | * gnu/packages/regex.scm (re2): Update to 2020-03-03.
| * gnu: ibus: Update to 1.5.22.Marius Bakke2020-03-04
| | | | | | | | * gnu/packages/ibus.scm (ibus): Update to 1.5.22.
| * gnu: libsoup: Update to 2.68.4.Marius Bakke2020-03-04
| | | | | | | | * gnu/packages/gnome.scm (libsoup): Update to 2.68.4.
| * gnu: appstream-glib: Update to 0.7.17.Marius Bakke2020-03-04
| | | | | | | | | | | | | | * gnu/packages/patches/appstream-glib-2020.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/glib.scm (appstream-glib): Update to 0.7.17. [source](patches): Remove.
| * gnu: gcc-8: Update to 8.4.0.Efraim Flashner2020-03-04
| | | | | | | | * gnu/packages/gcc.scm (gcc-8): Update to 8.4.0.
| * gnu: libgee: Update to 0.20.3.Efraim Flashner2020-03-04
| | | | | | | | * gnu/packages/gnome.scm (libgee): Update to 0.20.3.
| * gnu: ardour: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-04
| | | | | | | | * gnu/packages/audio.scm (ardour)[home-page]: Use HTTPS.
| * gnu: Update pypi.python.org home pages & use HTTPS.Tobias Geerinckx-Rice2020-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/check.scm (python-unittest2, python-pytest-localserver) (python-discover)[home-page]: Follow (HTTPS) redirections. * gnu/packages/fontutils.scm (python2-defcon)[home-page]: Likewise. * gnu/packages/glib.scm (python2-pygobject-2)[home-page]: Likewise. * gnu/packages/graph.scm (python-igraph)[home-page]: Likewise. * gnu/packages/graphviz.scm (xdot)[home-page]: Likewise. * gnu/packages/pdf.scm (python-poppler-qt5)[home-page]: Likewise. * gnu/packages/python-web.scm (python-zope-event, python-zope-testing) (python-zope-testrunner, python-zope-i18nmessageid, python-zope-schema) (python-zope-configuration, python-zope-proxy, python-zope-location) (python-zope-security))[home-page]: Likewise. * gnu/packages/python-xyz.scm (python-setuptools,python-six) (python2-dogtail, python2-enum, python-enum34, python-unidecode) (python-numpydoc, python-decorator, python-drmaa, python-pathlib2) (python-ly, python-msgpack, python-termcolor, python-colorama) (python-pluggy, python2-pathlib2, python-rfc3987)[home-page]: Likewise.
| * gnu: python-pyodbc: Update to 4.0.30.Tobias Geerinckx-Rice2020-03-04
| | | | | | | | * gnu/packages/databases.scm (python-pyodbc): Update to 4.0.30.
| * gnu: crispy-doom: Update to 5.7.1.Tobias Geerinckx-Rice2020-03-04
| | | | | | | | * gnu/packages/games.scm (crispy-doom): Update to 5.7.1.
| * gnu: sg3-utils: Update to 1.45.Tobias Geerinckx-Rice2020-03-04
| | | | | | | | * gnu/packages/scsi.scm (sg3-utils): Update to 1.45.
| * gnu: girara: Update to 0.3.4.Tobias Geerinckx-Rice2020-03-04
| | | | | | | | * gnu/packages/gtk.scm (girara): Update to 0.3.4.
| * gnu: zathura-pdf-poppler: Update to 0.3.0.Tobias Geerinckx-Rice2020-03-04
| | | | | | | | * gnu/packages/pdf.scm (zathura-pdf-poppler): Update to 0.3.0.
| * gnu: zathura: Update to 0.4.5.Tobias Geerinckx-Rice2020-03-04
| | | | | | | | * gnu/packages/pdf.scm (zathura): Update to 0.4.5.
| * gnu: weasyprint: Update to 51.Tobias Geerinckx-Rice2020-03-04
| | | | | | | | * gnu/packages/pdf.scm (weasyprint): Update to 51.