summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services/web: nginx-configuration: Add support for global directives.Ricardo Wurmus2020-03-15
| | | | | | | * gnu/services/web.scm (<nginx-configuration>)[global-directives]: Add field. (emit-global-directive): New procedure. (default-nginx-config): Use it. * doc/guix.texi (Web Services): Document it.
* services/web: Remove empty events directive from default-nginx-config.Ricardo Wurmus2020-03-15
| | | | * gnu/services/web.scm (default-nginx-config): Remove empty events directive.
* gnu: Add python-pytest-vcr.Efraim Flashner2020-03-15
| | | | * gnu/packages/python-check.scm (python-pytest-vcr): New variable.
* gnu: Add python-blurhash.Efraim Flashner2020-03-15
| | | | * gnu/packages/python-crypto.scm (python-blurhash): New variable.
* gnu: Add bidiv.Efraim Flashner2020-03-15
| | | | | | * gnu/packages/fribidi.scm (bidiv): New variable. * gnu/packages/patches/bidiv-update-fribidi.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: LibreOffice: Update to 6.4.1.2.Leo Famulari2020-03-14
| | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.1.2.
* Revert "gnu: VIGRA: Try to fix a build failure on the build farm."Leo Famulari2020-03-14
| | | | | | | | | | | This doesn't have any effect on our build farm, because Cuirass does not honor the 'timeout' and 'max-silent-time' properties: https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00209.html This reverts commit 9e89b4196605457cff6ca14b21f86c7b25a22671. * gnu/packages/image.scm (vigra)[properties]: Remove field.
* gnu: gauche: Use HTTPS home page.base-for-series-3167Tobias Geerinckx-Rice2020-03-15
| | | | * gnu/packages/scheme.scm (gauche)[home-page]: Use HTTPS.
* gnu: librep: Update home page.Tobias Geerinckx-Rice2020-03-15
| | | | | * gnu/packages/sawfish.scm (librep)[home-page]: Follow (HTTPS) redirection.
* gnu: librep: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-03-15
| | | | * gnu/packages/sawfish.scm (librep)[source]: Hard-code NAME.
* gnu: sudo: Update to 1.8.31p1.Tobias Geerinckx-Rice2020-03-15
| | | | * gnu/packages/admin.scm (sudo): Update to 1.8.31p1.
* gnu: java-osgi-cmpn: Update source URI.Björn Höfling2020-03-14
| | | | * gnu/packages/java.scm (java-osgi-cmpn)[source]: Update URI.
* gnu: java-qdox-1.12: Update source and home-page URI.Björn Höfling2020-03-14
| | | | | * gnu/packages/java.scm (java-qdox-1.12)[source]: Update URI. [home-page]: Update URI.
* gnu: pangomm: Update home page.Tobias Geerinckx-Rice2020-03-14
| | | | | * gnu/packages/gtk.scm (pangomm)[home-page]: Follow (HTTPS) redirection.
* gnu: giblib: Use archived home page.Tobias Geerinckx-Rice2020-03-14
| | | | * gnu/packages/image.scm (giblib)[home-page]: Use Web Archive snapshot.
* gnu: giblib: Add mirror URL.Tobias Geerinckx-Rice2020-03-14
| | | | * gnu/packages/image.scm (giblib)[source]: Add another URL.
* gnu: ant: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-14
| | | | * gnu/packages/java.scm (ant)[home-page]: Use HTTPS.
* gnu: fio: Update to 3.19.Tobias Geerinckx-Rice2020-03-14
| | | | * gnu/packages/benchmark.scm (fio): Update to 3.19.
* gnu: cube: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-14
| | | | * gnu/packages/profiling.scm (cube)[home-page]: Use HTTPS.
* gnu: talkfilters: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-03-14
| | | | * gnu/packages/games.scm (talkfilters)[source]: Hard-code NAME.
* gnu: hyperrogue: Update to 11.3a.Tobias Geerinckx-Rice2020-03-14
| | | | * gnu/packages/games.scm (hyperrogue): Update to 11.3a.
* gnu: openlibm: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-14
| | | | * gnu/packages/maths.scm (openlibm)[home-page]: Use HTTPS.
* gnu: define dune-*-openmpi packagesbase-for-series-3166Felix Gruber2020-03-14
| | | | | | | | | | | | | * gnu/packages/maths.scm (dune-common-openmpi, dune-geometry-openmpi, dune-istl-openmpi, dune-typetree-openmpi, dune-uggrid-openmpi, dune-grid-openmpi, dune-alugrid-openmpi, dune-subgrid-openmpi, dune-localfunctions-openmpi, dune-functions-openmpi, dune-pdelab-openmpi): New variables. (add-openmpi-to-dune-package): New function to add openmpi to the inputs of a dune-* package and replace all dune-* packages in its input with the corresponding dune-*-openmpi package. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dune-*: remove openmpi dependencyFelix Gruber2020-03-14
| | | | | | | * gnu/packages/maths.scm (dune-*)[inputs]: Remove openmpi dependency. [arguments]: remove code to setup openmpi for tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gcc-9: Update to 9.3.0.Efraim Flashner2020-03-14
| | | | * gnu/packages/gcc.scm (gcc-9): Update to 9.3.0.
* gnu: Add guile3.0-chickadee.Ricardo Wurmus2020-03-14
| | | | * gnu/packages/game-development.scm (guile3.0-chickadee): New variable.
* gnu: Add guile3.0-opengl.Ricardo Wurmus2020-03-14
| | | | * gnu/packages/gl.scm (guile3.0-opengl): New variable.
* gnu: Add guile3.0-sdl2.Ricardo Wurmus2020-03-14
| | | | * gnu/packages/sdl.scm (guile3.0-sdl2): New variable.
* gnu: Add superfamiconvJakub Kądziołka2020-03-14
| | | | * gnu/packages/graphics.scm (superfamiconv): New variable.
* Merge branch 'staging'Marius Bakke2020-03-14
|\
| * Merge branch 'master' into stagingMarius Bakke2020-03-14
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2020-03-11
| |\ \
| * | | gnu: python2-sphinx: Build with python-docutils@0.14.Marius Bakke2020-03-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-docutils-0.14): New public variable. * gnu/packages/sphinx.scm (python2-sphinx)[propagated-inputs]: Change from PYTHON2-DOCUTILS to PYTHON2-DOCUTILS-0.14.
| * | | Merge branch 'master' into stagingMarius Bakke2020-03-10
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingMarius Bakke2020-03-09
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into stagingMarius Bakke2020-03-06
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into stagingMarius Bakke2020-03-04
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into stagingMarius Bakke2020-03-02
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into stagingMarius Bakke2020-02-28
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into stagingMarius Bakke2020-02-26
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gnu: bluez: Update to 5.53.Brice Waegeneire2020-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (bluez): Update to 5.53. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * | | | | | | | | | gnu: pciutils: Update to 3.6.4.Marius Bakke2020-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/pciutils.scm (pciutils): Update to 3.6.4.
| * | | | | | | | | | gnu: cups-filters: Update to 1.27.1.Marius Bakke2020-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cups.scm (cups-filters): Update to 1.27.1.
| * | | | | | | | | | gnu: gtk+: Update to 3.24.14.Marius Bakke2020-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (gtk+): Update to 3.24.14.
| * | | | | | | | | | gnu: ImageMagick: Update to 6.9.10-95.Marius Bakke2020-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-95.
| * | | | | | | | | | gnu: libinput: Update to 1.15.2.Marius Bakke2020-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (libinput): Update to 1.15.2.
| * | | | | | | | | | gnu: ALSA: Update to 1.2.2.Marius Bakke2020-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (alsa-lib, alsa-utils, alsa-plugins): Update to 1.2.2.
| * | | | | | | | | | gnu: qtbase: Remove custom 'qtbase-patched' variant.Marius Bakke2020-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtbase)[source](patches): Add 'qtbase-QTBUG-81715.patch. (qtbase-patched): Remove variable. * gnu/packages/engineering.scm (freecad)[inputs]: Change from QTBASE-PATCHED to QTBASE.
| * | | | | | | | | | gnu: mesa: Build with LLVM 9.Marius Bakke2020-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM-8 to LLVM-9.
| * | | | | | | | | | Merge branch 'master' into stagingMarius Bakke2020-02-24
| |\ \ \ \ \ \ \ \ \ \