summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
| * | | | | gnu: isync: Use openssl-1.0 to fix build.Mathieu Othacehe2019-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mail.scm (isync)[inputs]: Replace openssl by openssl-1.0 to fix the build.
| * | | | | gnu: supercollider: Fix build and update to 3.10.3.Mathieu Othacehe2019-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/supercollider-boost-1.70-build-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/audio.scm (supercollider): Update to 3.10.3 and apply the previous patch to fix build with boost-1.70. Remove outdated 'fix-build-with-boost-1.68 phase.
| * | | | | gnu: gcc: Fix mingw cross compiler.Jan Nieuwenhuizen2019-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/gcc-7-cross-mingw.patch: New file. * gnu/packages/cross-base.scm (cross-gcc-patches): Add XGCC parameter; update caller. Use it for target mingw and gcc >= 7. * gnu/local.mk (dist_patch_DATA): Add it.
| * | | | | gnu: Add ccls.Mathieu Othacehe2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cpp.scm (ccls): New variable.
| * | | | | gnu: Add locale packages for glibc 2.28.Ludovic Courtès2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (glibc-locales-2.28, glibc-utf8-locales-2.28): New variables. (glibc-locales-2.27, glibc-utf8-locales-2.27): Deprecate.
| * | | | | Merge branch 'master' into core-updatesLudovic Courtès2019-09-24
| |\ \ \ \ \
| * | | | | | gnu: perl-catalyst-view-json: Update to 0.37.Ludovic Courtès2019-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (perl-catalyst-view-json): Update to 0.37.
| * | | | | | gnu: perl-catalyst-runtime: Update to 5.90124.Ludovic Courtès2019-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90124. [propagated-inputs]: Add PERL-PERLIO-UTF8_STRICT.
| * | | | | | gnu: libsmpeg: Fix build failure with GCC 7.Ludovic Courtès2019-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (libsmpeg)[arguments]: New field.
| * | | | | | gnu: perf: Really build without '-Werror'.Ludovic Courtès2019-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until this change, it would fail to build with: In file included from /tmp/guix-build-perf-5.2.15.drv-0/linux-5.2.15/tools/include/uapi/linux/ethtool.h:19:0, from xsk.c:18: /gnu/store/…-linux-libre-headers-4.19.56/include/linux/if_ether.h:165:1: error: packed attribute is unnecessary for 'ethhdr' [-Werror=packed] * gnu/packages/linux.scm (perf)[arguments]: In 'configure' phase, remove "-Werror" from 'tools/lib/bpf/Makefile'.
| * | | | | | gnu: instantmusic: Fix build failure.Ludovic Courtès2019-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to 6bbb37a545912c6bb2513ee08587ee4fe39cc330. * gnu/packages/music.scm (instantmusic): Move 'fix-file-permissions' phase before 'install' rather than before 'check'.
| * | | | | | gnu: python-libxml2, itstool: Provide crash-free variants.Ludovic Courtès2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37468>. * gnu/packages/patches/python-libxml2-utf8.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xml.scm (python-libxml2/fixed): New variable. * gnu/packages/glib.scm (itstool/fixed): New variable. * gnu/packages/gnome.scm (gnumeric)[native-inputs]: Use ITSTOOL/FIXED instead of ITSTOOL.
| * | | | | | gnu: klick: Fix build with GCC 7.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/music.scm (klick)[arguments]: Pass -fpermissive to compiler.
| * | | | | | gnu: avr-libc: Unset CPATH to fix the build.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/avr.scm (avr-libc)[arguments]: Unset CPATH variable.
| * | | | | | gnu: avr-gcc-4.9: Build with GCC 5.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/avr.scm (avr-gcc-4.9)[native-inputs]: Add gcc-5.
| * | | | | | gnu: alsa-modular-synth: Build with GCC 5.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (alsa-modular-synth)[native-inputs]: Add gcc-5.
| * | | | | | gnu: gcc-arm-none-eabi-4.9: Build with GCC 5.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[native-inputs]: Add gcc-5.
| * | | | | | gnu: fontforge: Update to 20190801.Ludovic Courtès2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (fontforge): Update to 20190801. [source](patches): Remove. The patch served by github.com had been modified in place.
| * | | | | | gnu: android-libutils: Build with GCC 5.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/android.scm (android-libutils)[native-inputs]: Add gcc-5.
| * | | | | | gnu: perl-glib: Update to 1.3291.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/glib.scm (perl-glib): Update to 1.3291.
| * | | | | | Merge branch 'master' into core-updatesLudovic Courtès2019-09-17
| |\ \ \ \ \ \
| * | | | | | | gnu: go@1.12: Apply patch from a build phase.Ludovic Courtès2019-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to b938892551816aedd01fd32b7eb1d5e061afce32. * gnu/packages/golang.scm (go-1.12)[source]: Remove 'patches'. [arguments]: In 'pre-build' phase, invoke "patch". [native-inputs]: Add "go-skip-gc-test.patch".
| * | | | | | | gnu: go@1.12: Skip flaky GC test.Ludovic Courtès2019-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37425>. * gnu/packages/patches/go-skip-gc-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/golang.scm (go-1.12)[source]: Use it.
| * | | | | | | maint: Placate 'assert-no-store-file-names'.Ludovic Courtès2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by Vagrant Cascadian <vagrant@debian.org>. * Makefile.am (assert-no-store-file-names): Exclude "binutils-boot-2.20.1a.patch" since it contains a store file name as a comment. * gnu/packages/commencement.scm (glibc-mesboot0): Use an ellipsis instead of an actual store file name in comment.
| * | | | | | | bootstrap: mes-boot: Fix at 0.19.Jan Nieuwenhuizen2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows updating Mes without triggering a rebuild. * gnu/packages/commencement.scm (mes-boot): Fix 0.19.
| * | | | | | | gnu: icedtea-7: Patch code to enable build with newer glibc.Ricardo Wurmus2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (icedtea-7)[arguments]: Add build phase "patch-bitrot". (icedtea-8)[arguments]: Remove phase "patch-bitrot".
| * | | | | | | gnu: icedtea-6: Remove old GCC.Ricardo Wurmus2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (icedtea-6)[native-inputs]: Remove gcc-4.9.
| * | | | | | | gnu: icedtea-6: Patch required freetype version.Ricardo Wurmus2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (icedtea-6)[arguments]: Patch hardcoded version string for freetype version check.
| * | | | | | | gnu: jamvm-1-bootstrap: Use older GCC and glibc.Ricardo Wurmus2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (jamvm-1-bootstrap)[native-inputs]: Add GCC version 5 and glibc 2.28.
| * | | | | | | gnu: classpath-bootstrap: Remove call to free.Ricardo Wurmus2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/36685>. * gnu/packages/java.scm (classpath-bootstrap)[arguments]: Add build phase "remove-call-to-free" to let us build ant-bootstrap later.
| * | | | | | | Merge branch 'master' into core-updatesMark H Weaver2019-09-06
| |\ \ \ \ \ \ \
| * | | | | | | | packages: 'generate-package-cache' uses 'supported-package?'.Ludovic Courtès2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages.scm (generate-package-cache): Use 'supported-package?' instead of 'package-supported-systems'.
| * | | | | | | | gnu: hdf-eos2: Add libtirpc input.Marius Bakke2019-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (hdf-eos2)[inputs]: Add LIBTIRPC.
| * | | | | | | | gnu: hdf4: Build with libtirpc.Marius Bakke2019-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/hdf4-tirpc.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/maths.scm (hdf4)[source](patches): Use it. [inputs]: Add LIBTIRPC. [arguments]: Adjust #:configure-flags accordingly.
| * | | | | | | | Merge branch 'master' into core-updatesMark H Weaver2019-08-29
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gnu: bison-boot0: Build sequentially.Ludovic Courtès2019-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to 2c35ae82192fd6f1732b15fa41aec87aa61a1879 and b1593c1c4fd8f4fc6df4c43cab51334426e3aa76. * gnu/packages/commencement.scm (bison-boot0)[arguments]: Add #:parallel-build? and #:parallel-tests? on x86.
| * | | | | | | | | gnu: bootstrap: Update to the 20190815 bootstrap binaries.Mark H Weaver2019-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These new bootstrap binaries were built using Guix at commit 9e6256ba0f32ab12d61c914a3fed879dac881762, tagged as "bootstrap-20190815". * gnu/packages/bootstrap.scm (%bootstrap-linux-libre-headers): Update the download URL. (%bootstrap-mescc-tools, %bootstrap-mes): Update the download URL and hash.
| * | | | | | | | | gnu: bootstrap: Add ftp.gnu.org to '%bootstrap-base-urls'.Ludovic Courtès2019-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add ftp.gnu.org/gnu/guix/bootstrap.
| * | | | | | | | | Merge branch 'master' into core-updatesMark H Weaver2019-08-22
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gnu: qemu: Update to 4.1.0.Rutger Helling2019-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/local.mk: Remove qemu-CVE-2018-16872.patch and qemu-CVE-2019-6778.patch. * gnu/packages/patches/qemu-CVE-2018-16872.patch: Remove file. * gnu/packages/patches/qemu-CVE-2019-6778.patch: Remove file. * gnu/packages/virtualization.scm (qemu): Update to 4.1.0. [source]: Remove obsolete patches. [arguments]: Add phases 'prevent-network-configuration and 'disable-unusable-tests.
| * | | | | | | | | | gnu: ruby-nio4r: Update to 2.4.0.Marius Bakke2019-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-nio4r): Update to 2.4.0.
| * | | | | | | | | | gnu: sssd: Update to 1.16.4.Marius Bakke2019-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/sssd-curl-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/sssd.scm (sssd): Update to 1.16.4. [source](patches): Remove. [arguments]: Enable fixed tests.
| * | | | | | | | | | gnu: Remove leftover patch.Marius Bakke2019-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch was rendered obsolete by the preceding merge. * gnu/packages/patches/scribus-poppler-0.73.patch: Delete file.
| * | | | | | | | | | Merge branch 'master' into core-updatesMarius Bakke2019-08-13
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gnu: qca: Update to 2.2.1.Marius Bakke2019-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm (qca): Update to 2.2.1. [source](uri): Adjust to current.
| * | | | | | | | | | | gnu: emacs-cmake-mode: Do not inherit inputs and outputs from CMake.Marius Bakke2019-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cmake.scm (emacs-cmake-mode)[native-inputs, inputs, outputs]: New fields. [arguments]: End phases on #t.
| * | | | | | | | | | | gnu: dbus-c++: Fix build with GCC 7.Marius Bakke2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/dbus-c++-gcc-compat.patch, gnu/packages/patches/dbus-c++-threading-mutex.patch: New files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/glib.scm (dbus-c++)[source](patches): New field. [arguments]: End phases on #t.
| * | | | | | | | | | | gnu: Remove workarounds for <https://bugs.gnu.org/36721>.Marius Bakke2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are no longer needed since 941ef1a1e54893ca917ebbaa4b8cc14b5ce9b75c. * gnu/packages/compression.scm (innoextract)[arguments]: Remove "-DBoost_NO_BOOST_CMAKE=ON" from <#:configure-flags>. * gnu/packages/game-development.scm (openmw)[arguments]: Likewise. * gnu/packages/games.scm (supertux, colobot, leela-zero)[arguments]: Likewise. * gnu/packages/graphics.scm (openimageio)[arguments]: Likewise. * gnu/packages/ibus.scm (librime)[arguments]: Likewise.
| * | | | | | | | | | | gnu: glib: Update to 2.60.6.Marius Bakke2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/glib-keyfile-arguments.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/glib.scm (glib): Update to 2.60.6. [source](patches): Remove obsolete patch.
| * | | | | | | | | | | gnu: libice: Update to 1.0.10.Marius Bakke2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (libice): Update to 1.0.10.