summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: boost: Add upstream patch.Marius Bakke2020-01-11
| | | | | | | * gnu/packages/boost.scm (version-with-underscores, boost-patch): New procedures. (boost)[source](uri): Remove LET binding for VERSION-WITH-UNDERSCORES. [source](patches): New field.
* gnu: vigra: Fix 'vigra-config' executable.Marius Bakke2020-01-11
| | | | | | | | | This fixes a regression introduced in a82e6faa8b993d1f3b47a8bd22c4509f7cae7ec1 where 'vigra-config' would lack a usable shebang because no 'python' executable was available. * gnu/packages/image.scm (vigra)[inputs]: Change from PYTHON to PYTHON-WRAPPER.
* Revert "gnu: network-manager: Fix build with glibc 2.30."Marius Bakke2020-01-11
| | | | | | This commit was obsolete by the time it was pushed, whoops! This reverts commit 12818a0656817e95a80aace01089042c0b0e7e22.
* gnu: vigra: Build with Python 3.Marius Bakke2020-01-08
| | | | | | | | | * gnu/packages/patches/vigra-python-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image.scm (vigra)[source](patches): New field. [inputs]: Change PYTHON-2 and PYTHON2-NUMPY to PYTHON and PYTHON-NUMPY. [native-inputs]: Change from PYTHON2-NOSE to PYTHON. [arguments]: Adjust #:configure-flags accordingly.
* gnu: Boost: Use Python 3 by default.Giacomo Leidi2020-01-08
| | | | | | | | | | | | * gnu/packages/boost.scm (boost)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER. [arguments]: Add #:modules and #:imported-modules. Adjust phases 'configure' and 'provide-libboost_python.so' to be agnostic of Python version. * gnu/packages/boost.scm (boost-with-python3): Rename to ... * gnu/packages/boost.scm (boost-with-python2): ... this. [arguments]: Remove. [native-inputs]: Inherit from BOOST, but replace the "python" input with PYTHON-2. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Boost: Update to 1.72.0.Marius Bakke2020-01-08
| | | | | | | | | * gnu/packages/patches/boost-dumpversion.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/boost.scm (boost): Update to 1.72.0. [source](uri): Remove defunct mirror. [source](patches): Remove. [arguments]: Adjust /bin/sh substitutions. Remove obsolete workaround.
* gnu: teckit: Do not build the static library.Marius Bakke2020-01-08
| | | | * gnu/packages/fontutils.scm (teckit)[arguments]: New field.
* gnu: libpaper: Do not build the static library.Marius Bakke2020-01-08
| | | | * gnu/packages/ghostscript.scm (libpaper)[arguments]: Add #:configure-flags.
* gnu: doxygen: Update to 1.8.17.Marius Bakke2020-01-08
| | | | | | | | | * gnu/packages/documentation.scm (doxygen): Update to 1.8.17. [source](patches): Add doxygen-1.8.17-runtests.patch. [arguments]: Remove obsolete phase. * gnu/packages/patches/doxygen-test.patch: Adjust for upstream changes. * gnu/packages/patches/doxygen-1.8.17-runtests.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: RHash: Update to 1.3.9.Marius Bakke2020-01-08
| | | | | * gnu/packages/crypto.scm (rhash): Update to 1.3.9. [arguments]: Add phase 'patch-/bin/sh'.
* gnu: RHash: Do not use unstable source tarball.Marius Bakke2020-01-08
| | | | * gnu/packages/crypto.scm (rhash)[source]: Change to GIT-FETCH.
* gnu: meson: Update to 0.53.0.Marius Bakke2020-01-08
| | | | * gnu/packages/build-tools.scm (meson): Update to 0.53.0.
* gnu: libjpeg-turbo: Update to 2.0.4.Marius Bakke2020-01-08
| | | | | | | * gnu/packages/patches/libjpeg-turbo-CVE-2019-2201.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image.scm (libjpeg-turbo): Update to 2.0.4. [source](patches): Remove.
* gnu: libarchive: Update to 3.4.1.Marius Bakke2020-01-08
| | | | | * gnu/packages/backup.scm (libarchive): Update to 3.4.1. [source](uri): Change to ".xz" tarball.
* gnu: mit-krb5: Update to 1.17.1.Marius Bakke2020-01-08
| | | | * gnu/packages/kerberos.scm (mit-krb5): Update to 1.17.1.
* gnu: fribidi: Update to 1.0.8.Marius Bakke2020-01-08
| | | | | | * gnu/packages/patches/fribidi-CVE-2019-18397.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/fribidi.scm (fribidi): Update to 1.0.8.
* gnu: cURL: Update to 7.68.0.Marius Bakke2020-01-08
| | | | * gnu/packages/curl.scm (curl): Update to 7.68.0.
* gnu: CMake: Update to 3.16.2.Marius Bakke2020-01-08
| | | | * gnu/packages/cmake.scm (cmake-minimal): Update to 3.16.2.
* gnu: libXpm: Update to 3.5.13.Marius Bakke2020-01-08
| | | | * gnu/packages/xorg.scm (libxpm): Update to 3.5.13.
* gnu: libXpm: Gettext is a native input.Marius Bakke2020-01-08
| | | | | * gnu/packages/xorg.scm (libxpm)[inputs]: Move GETTEXT-MINIMAL ... [native-inputs]: ... here.
* gnu: gd: Do not build static library.Marius Bakke2020-01-08
| | | | * gnu/packages/gd.scm (gd)[arguments]: Add #:configure-flags.
* gnu: lcms: Do not build static library.Marius Bakke2020-01-08
| | | | * gnu/packages/ghostscript.scm (lcms)[arguments]: New field.
* gnu: libfreehand: Fix build with ICU 65.Marius Bakke2020-01-08
| | | | * gnu/packages/libreoffice.scm (libfreehand)[arguments]: New field.
* gnu: sbcl-cffi: Update to 0.20.1.Marius Bakke2020-01-08
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-cffi-bootstrap): Update to 0.20.1. [arguments]: Update substitution for libffi 3.3.
* gnu: libsm: Do not build static library.Marius Bakke2020-01-08
| | | | * gnu/packages/xorg.scm (libsm)[arguments]: New field.
* gnu: network-manager: Fix build with glibc 2.30.Marius Bakke2020-01-08
| | | | | | * gnu/packages/patches/network-manager-gettid.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnome.scm (network-manager)[source](patches): Add it.
* gnu: dconf: Fix build failure with Meson 0.52.Marius Bakke2020-01-08
| | | | | | * gnu/packages/patches/dconf-meson-0.52.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnome.scm (dconf)[source](patches): New field.
* gnu: WebkitGTK: Fix build failure with ICU 65.Marius Bakke2020-01-08
| | | | | | * gnu/packages/patches/webkitgtk-icu-65.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/webkit.scm (webkitgtk)[source](patches): New field.
* gnu: python-pyopenssl: Fix test failure.Marius Bakke2020-01-08
| | | | | * gnu/packages/python-crypto.scm (python-pyopenssl)[native-inputs]: Add LIBFAKETIME. [arguments]: Use it to run tests with a fixed date.
* gnu: libfaketime: Fix failing test.Marius Bakke2020-01-08
| | | | | * gnu/packages/check.scm (libfaketime)[arguments]: Set environment variable before building.
* Revert "gnu: poppler: Update to 0.83.0."Marius Bakke2020-01-08
| | | | This reverts commit 7681436bfd9c3b6d9b8d18a1c81102d14378cbe8.
* gnu: mingetty: Fix cross-compilation.Mathieu Othacehe2020-01-03
| | | | | * gnu/packages/admin.scm (mingetty)[arguments]: When cross-compiling, set CC to the appropriate value in configure phase.
* gnu: python-lxml: Update to 4.4.2.Mathieu Othacehe2019-12-31
| | | | * gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.2.
* Merge remote-tracking branch 'master' into core-updates.Mathieu Othacehe2019-12-31
|\
| * gnu: sassc: Update to 3.6.1.Riku Viitanen via Guix-patches via2019-12-30
| | | | | | | | | | | | * gnu/packages/web.scm (sassc): Update to 3.6.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: libsass: Update to 3.6.3.Riku Viitanen via Guix-patches via2019-12-30
| | | | | | | | | | | | * gnu/packages/web.scm: (libsass): Update to 3.6.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: ruby-yard: Don't use unstable tarball.Efraim Flashner2019-12-30
| | | | | | | | * gnu/packages/ruby.scm (ruby-yard)[source]: Download using git-fetch.
| * gnu: ruby-tzinfo-data: Don't use unstable tarball.Efraim Flashner2019-12-30
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-tzinfo-data)[source]: Download using git-fetch.
| * gnu: ruby-ttfunk: Don't use unstable tarball.Efraim Flashner2019-12-30
| | | | | | | | * gnu/packages/ruby.scm (ruby-ttfunk)[source]: Download using git-fetch.
| * gnu: ruby-rack: Don't use unstable tarball.Efraim Flashner2019-12-30
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-rack)[source]: Download using git-fetch. [arguments]: Add phase to make gzip files writable.
| * gnu: ruby-puma: Don't use unstable tarball.Efraim Flashner2019-12-30
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-puma)[source]: Download using git-fetch. [home-page]: Use https.
| * gnu: guile-bytestructures: Use a source file name.Efraim Flashner2019-12-30
| | | | | | | | * gnu/packages/guile.scm (guile-bytestructures)[source]: Add 'file-name'.
| * gnu: fet: Fix hash.Nicolas Goaziou2019-12-30
| | | | | | | | | | | | | | * gnu/packages/education.scm (fet)[source]: Fix hash. Not sure why the hash changed. Probably a paste mistake when introduced in 0wwfg8vdh4vp4bx043h66m5m0r1b0mlii36s1qq42pdbaxk94i23.
| * gnu: libetpan: Update to 1.9.4.Efraim Flashner2019-12-30
| | | | | | | | * gnu/packages/mail.scm (libetpan): Update to 1.9.4.
| * gnu: gmime: Update to 3.2.5.Efraim Flashner2019-12-30
| | | | | | | | * gnu/packages/mail.scm (gmime): Update to 3.2.5.
| * gnu: msmtp: Update to 1.8.7.Efraim Flashner2019-12-30
| | | | | | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.7.
| * gnu: wgetpaste: Fix license.Efraim Flashner2019-12-30
| | | | | | | | * gnu/packages/wget.scm (wgetpaste)[license]: Update license.
| * gnu: wireshark: Update to 3.2.0.Nicolas Goaziou2019-12-30
| | | | | | | | * gnu/packages/networking.scm (wireshark): Update to 3.2.0.
| * gnu: snap: Update to 5.4.0.Nicolas Goaziou2019-12-30
| | | | | | | | * gnu/packages/education.scm (snap): Update to 5.4.0.
| * gnu: fet: Update to 5.42.1.Nicolas Goaziou2019-12-29
| | | | | | | | * gnu/packages/education.scm (fet): Update to 5.42.1.