summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | gnu: artanis: Use guile2.2-readline.Marius Bakke2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/guile-xyz.scm (artanis)[propagated-inputs]: Change from GUILE-READLINE to GUILE2.2-READLINE.
| * | | | | gnu: vdirsyncer: Fix building man page.Efraim Flashner2020-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dav.scm (vdirsyncer)[arguments]: Add custom phase to patch function retrieving the version string.
| * | | | | gnu: Add netdde.Ricardo Wurmus2020-04-26
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/hurd.scm (netdde): New variable.
| * | | | | gnu: Add dde-sources.Ricardo Wurmus2020-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/hurd.scm (dde-sources): New variable. (hurd)[native-inputs]: Add it.
| * | | | | gnu: hurd: Build DDE libraries.Ricardo Wurmus2020-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/hurd.scm (hurd)[native-inputs]: Add "dde-sources". [inputs]: Add libpciaccess. [arguments]: Add phase "prepare-dde".
| * | | | | gnu: guix: Update to 569c55bee2.Jan (janneke) Nieuwenhuizen2020-04-26
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-1.569c55bee2.
| * | | | | gnu: guix: Cross-build fix: override compressors.Jan (janneke) Nieuwenhuizen2020-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/package-management.scm (guix)[arguments]: When cross-compiling, add `fixup-compressors' stage. [inputs]: When cross-compiling, add `xz'.
| * | | | | gnu: guix: Cross-build workaround: Run native guile for version.Jan (janneke) Nieuwenhuizen2020-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to take some care here, the native guile is not necessarily always the same version as the host guile. * gnu/packages/package-management.scm (guix)[arguments]: Do not attempt to run host guile for getting effective-version; resort to native guile.
| * | | | | gnu: guix: Do not copy bootstrap-guile when cross-compiling.Jan (janneke) Nieuwenhuizen2020-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/package-management.scm (guix)[arguments]: When cross-compiling, skip copy-bootstrap-guile phase; needed for tests only.
| * | | | | Merge branch 'master' into core-updatesMarius Bakke2020-04-26
| |\ \ \ \ \
| * | | | | | tests: Add 'guile-final' to the installation test GC roots.Marius Bakke2020-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/tests/install.scm (run-install): Add GUILE-FINAL to OPERATING-SYSTEM-WITH-GC-ROOTS.
| * | | | | | services: shepherd: Cross-compilation fix.Jan (janneke) Nieuwenhuizen2020-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/40839>. Reported by Jan (janneke) Nieuwenhuizen <janneke@gnu.org> Fix suggested by Mathieu Othacehe <m.othacehe@gmail.com> However, <https://bugs.gnu.org/29296> still applies; %current-target-system may not be bound. * gnu/services/shepherd.scm (scm->go): Use `with-target' when cross-compiling.
| * | | | | | gnu: python-geventhttpclient: Disable test that fails with Python 3.8.Marius Bakke2020-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-geventhttpclient)[arguments]: In the check phase, add pytest flag to filter broken test. While at it, don't reorder the phase, as it now runs after install by default.
| * | | | | | gnu: python-aiohttp: Disable tests that fail with Python 3.8.Marius Bakke2020-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-aiohttp)[arguments]: Delete failing tests.
| * | | | | | gnu: font-gnu-freefont: Build with an older version of FontForge.Marius Bakke2020-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/40819>. Reported by Jack Hill <jackhill@jackhill.us>. * gnu/packages/fontutils.scm (fontforge-20190801): New public variable. * gnu/packages/fonts.scm (font-gnu-freefont)[native-inputs]: Change from inherited FontForge variant to FONTFORGE-20190801.
| * | | | | | gnu: emacs-guix: Add support for Guile 3.0.Marius Bakke2020-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-guix)[source](modules, snippet): New fields.
| * | | | | | Merge branch 'master' into core-updatesMarius Bakke2020-04-24
| |\ \ \ \ \ \
| * | | | | | | news: Add entry for the glibc 2.31 upgrade.Marius Bakke2020-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/news.scm: Add entry for a33eac038a811603c8b9ed106ae405a5f80a0e9d.
| * | | | | | | gnu: Remove obsolete glibc-locales packages.Marius Bakke2020-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (glibc-utf8-locales-2.27, glibc-locales-2.27): Remove variables.
| * | | | | | | gnu: Update glibc locale compatibility packages for 2.29.Marius Bakke2020-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (glibc-locales-2.28, glibc-utf8-locales-2.28): Rename to ... (glibc-locales-2.29, glibc-utf8-locales-2.29): ... this. Update to 2.29.
| * | | | | | | gnu: GCC@8: Remove obsolete patch.Marius Bakke2020-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is no longer required since the update to 8.4.0 in 60ce496ad8. * gnu/packages/patches/gcc-8-libsanitizer-mode-size.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gcc.scm (gcc-8)[source](patches): Remove it.
| * | | | | | | gnu: shepherd: Remove obsolete patch.Marius Bakke2020-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/shepherd-hurd.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/admin.scm (shepherd)[source](patches): Remove.
| * | | | | | | Merge branch 'master' into core-updatesMarius Bakke2020-04-23
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/news.scm gnu/local.mk gnu/packages/bootloaders.scm gnu/packages/linphone.scm gnu/packages/linux.scm gnu/packages/tls.scm gnu/system.scm
| * | | | | | | | gnu: texinfo: Cross-build fix.Jan (janneke) Nieuwenhuizen2020-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/texinfo.scm (texinfo)[inputs]: Add perl. This makes the host texi2any (makeinfo) refer to the correct perl. To avoid triggering a rebuild, do this while cross-compiling only.
| * | | | | | | | gnu: automake: Support cross-build.Jan (janneke) Nieuwenhuizen2020-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automake does not cross-built properly: it lacks the concept of <tool>-for-build. It runs the host `autoconf' during build. * gnu/packages/autotools.scm (automake)[inputs]: Add autoconf, bash-minimal and perl. To avoid triggering a rebuild, do this while cross-compiling only. [arguments]: When cross-building, add `patch-non-shebang-references' phase to substitute autoconf and perl.
| * | | | | | | | gnu: autoconf: Support cross-build.Jan (janneke) Nieuwenhuizen2020-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autoconf does not cross-built properly: it lacks the concept of <tool>-for-build. It runs the host `autom4te' (a perl script) during build. * gnu/packages/autotools.scm (autoconf)[inputs]: Add bash-minimal, perl, and m4. To avoid triggering a rebuild, do this while cross-compiling only. [arguments]: When cross-building, add `patch-non-shebang-references' phase to substitute the host bash, m4 and perl.
| * | | | | | | | gnu: qt@4: Hide the default GCC from CPLUS_INCLUDE_PATH.Marius Bakke2020-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qt-4)[native-inputs]: Distinguish GCC-5. [arguments]: Add phase to hide the default GCC from CPLUS_INCLUDE_PATH to fix conflicting headers.
| * | | | | | | | gnu: python-jedi: Fix test failure with Python 3.8.Marius Bakke2020-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-jedi)[arguments]: Add phase 'adjust-test-for-python-3.8'.
| * | | | | | | | gnu: python-pyrsistent: Fix build with Pytest 5.Marius Bakke2020-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pyrsistent)[arguments]: New field.
| * | | | | | | | gnu: GNOME: Only include Eye of GNOME on x86_64-linux.Marius Bakke2020-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Conditionally add EOG.
| * | | | | | | | gnu: tar: Disable troublesome tests on the Hurd.Jan (janneke) Nieuwenhuizen2020-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sparse03.at test apparently freezes the Hurd; messages on the console: 165: listing sparse files bigger than 2^33 ext2fs: device:hd0s1: warning: bit already cleared for block 245780 ext2fs: device:hd0s1: warning: bit already cleared for block 245781 ext2fs: device:hd0s1: warning: bit already cleared for block 245782 ... ext2fs: BUG: unexpected fault on disk image ... err 0xa ext2fs: disk-pager.c:98: fault_handler: Assertion 'err' failed. the other tests just fail. * gnu/packages/base.scm (tar)[arguments]: When compiling for the Hurd, skip `sparse' and failing tests.
| * | | | | | | | gnu: coreutils: Mark three more tests XFAIL on the Hurd.Jan (janneke) Nieuwenhuizen2020-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (coreutils)[arguments]: Add three more failing tests.
| * | | | | | | | gnu: cmake: Remove "libuv" dependency for the Hurd.Jan (janneke) Nieuwenhuizen2020-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cmake.scm (cmake-bootstrap)[inputs]: When compiling for the Hurd, remove "libuv".
| * | | | | | | | gnu: tls: Remove datefudge and disable tests on the Hurd.Jan (janneke) Nieuwenhuizen2020-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/tls.scm (gnutls)[arguments]: When compiling for the Hurd, disable tests. [native-inputs]: When compiling for the Hurd, do not include datefudge.
| * | | | | | | | gnu: perl: Actually produce a host perl when cross-compiling.Jan (janneke) Nieuwenhuizen2020-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/perl-cross.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/perl.scm (perl)[native-inputs]: When cross-compiling, add `perl-cross' input and perl-cross.patch. [arguments]: When cross-compiling, use them to produce binary for host.
| * | | | | | | | gnu: linphoneqt: Add the missing ring sound files.Maxim Cournoyer2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linphone.scm (linphoneqt)[phases]: Add an 'extend-shared-resources phase.
| * | | | | | | | Merge branch 'master' into core-updatesMarius Bakke2020-04-19
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gnu: git: Fix for cross-compiling to the Hurd.Jan (janneke) Nieuwenhuizen2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (git)[arguments]: When cross-compiling, fix `config.mak.uname' kludge to use the host system configuration.
| * | | | | | | | | gnu: git: Resurrect cross-compilation.Jan (janneke) Nieuwenhuizen2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (git-cross-configure-flags): Add missing "ac_cv_iconv_omits_bom" flag. (git)[arguments]: Avoid modify-PATH stage when cross-compiling as it depends on non-present "bash-for-tests".
| * | | | | | | | | gnu: commencement: Build fix for python-boot0 on the Hurd.Jan (janneke) Nieuwenhuizen2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unlike during a non-chroot'ed build on Debian/Hurd, there is no /usr/include. * gnu/packages/commencement.scm (python-boot0)[arguments]: When building on the Hurd, add `fix-regen' stage to correct a reference to "/usr".
| * | | | | | | | | gnu: python: Build fix for the Hurd.Jan (janneke) Nieuwenhuizen2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-2.7)[arguments]: Add `fix-regen' stage to correct a reference to "/usr". (python-3.8): Remove build fix for 2.x..3.5.9 that breaks on 3.8.2.
| * | | | | | | | | gnu: boost-static: Adjust for Python 3 migration in Boost.Marius Bakke2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/boost.scm (boost-static)[arguments]: Adjust libboost_python27.a file name to take the Python 3 counterpart in the provide_libboost_python phase.
| * | | | | | | | | installer: Add GC root for Guile 3.0.Marius Bakke2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/system/install.scm (%installation-services)[gc-root-service-type]: Add GC root for GUILE-3.0 instead of GUILE-2.2.
| * | | | | | | | | gnu: gdm: Update patch for GDM 3.34.Kei Kebreau2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/gdm-default-session.patch: Update patch for new version of GDM.
| * | | | | | | | | gnu: libical: Enable introspection and Vala bindings.Kei Kebreau2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/calendar.scm (libical)[arguments]: Enable introspection and Vala bindings. [native-inputs]: Add gobject-introspection and vala. (cherry picked from commit 1538791f2003620ff3436cba316a594931a5ab72)
| * | | | | | | | | gnu: gnome-maps: Update to 3.34.2.Kei Kebreau2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (gnome-maps): Update to 3.34.2. (cherry picked from commit 08c5ffd3c283cd479602540cce4e0d40be4f4187)
| * | | | | | | | | gnu: cheese: Update to 3.34.0.Kei Kebreau2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (cheese): Update to 3.34.0. [build-system]: Use meson-build-system. [arguments]: Set #:glib-or-gtk? flag. Adjust 'skip-gtk-update-icon-cache' phase and run it after the 'unpack' phase. [native-inputs]: Add docbook-xsl, gtk-doc, and libxslt. (cherry picked from commit e96f871c3603da785e31a3c130ae1d1a64827a93)
| * | | | | | | | | gnu: orca: Update to 3.34.1.Kei Kebreau2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (orca): Update to 3.34.1. (cherry picked from commit f6342be942f03c8e63f6fbe863597c0e5f8ffc83)
| * | | | | | | | | gnu: gnome-shell-extensions: Update to 3.34.2.Kei Kebreau2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.34.2. (cherry picked from commit c7587d3ef346554468475202c4ec436ad4ef3b65)
| * | | | | | | | | gnu: gnome-tweaks: Update to 3.34.0.Kei Kebreau2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-tweaks): Update to 3.34.0. [arguments]: Add phase to skip gtk-update-icon-cache. [native-inputs]: Remove gtk+:bin. [inputs]: Add libhandy. (cherry picked from commit 097da4b45a2e7d39d586e4a36973b1eaea9df9e8)