aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * download: Fix return value of the url-fetch procedure.•••Fixes <https://bugs.gnu.org/30270>. Regression was introduced by commit 347fa4aebf. * guix/build/download.scm (url-fetch): Return `file' instead of #t upon success. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer2018-01-28
| * guix: Let Emacs detect “scripts/guix.in” appropriate mode.•••Since commit 6f774d481839f87178c5895ac2d661e141f879b8 which introduces the use of Guile's meta switch in “scripts/guix.in”, Emacs was not using ‘scheme-mode’ for this file. * scripts/guix.in: Replace "-*- scheme -*-" with a local variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mathieu Lirzin2018-01-28
| * gnu: u-boot: Use newer GCC even during native compiles.•••* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add gcc-7 even when not cross-compiling. Efraim Flashner2018-01-28
| * gnu: Use https for mozilla.github.io.•••* gnu/packages/fonts.scm (font-fira-mono, font-fira-sans)[home-page]: Use 'https'. Efraim Flashner2018-01-28
| * gnu: Add font-fira-code.•••* gnu/packages/fonts.scm (font-fira-code): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng02018-01-28
| * gnu: certbot: Update to 0.21.1.•••* gnu/packages/tls.scm (python-acme, certbot): Update to 0.21.1. Leo Famulari2018-01-27
| * gnu: python-dateutil: Update to 2.6.1.•••* gnu/packages/python.scm (python-dateutil, python2-dateutil): Update to 2.6.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Alex Vong2018-01-27
| * gnu: gnurl: Update to 7.58.0.•••* gnu/packages/gnunet.scm (gnurl): Update to 7.58.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com> ng02018-01-27
| * Revert "gnu: gnurl: Add '--with-ca-bundle' path to configure-flags."•••This reverts commit 8bf127d5ab5f95dc606fbec2b8de5c942dd79b9d. It broke building gnurl in non-reproducible ways. Signed-off-by: Marius Bakke <mbakke@fastmail.com> ng02018-01-27
| * gnu: php: Update to 7.2.1.•••* gnu/packages/php.scm (php): Update to 7.2.1. [arguments]: Skip some failing tests. Julien Lepiller2018-01-27
| * gnu: diamond: Update to 0.9.16.•••* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.16. Ben Woodcroft2018-01-27
| * gnu: xmlsec: Update to 1.2.25.•••* gnu/packages/xml.scm (xmlsec): Update to 1.2.25. Tobias Geerinckx-Rice2018-01-26
| * gnu: xmlsec: Correct home page.•••If this package ever shared the libexpat home page, it no longer does. * gnu/packages/xml.scm (xmlsec)[home-page]: Update. Tobias Geerinckx-Rice2018-01-26
| * gnu: html-xml-utils: Update to 7.5.•••* gnu/packages/xml.scm (html-xml-utils): Update to 7.5. Tobias Geerinckx-Rice2018-01-26
| * gnu: ffms2: Use canonical home page URI.•••* gnu/packages/video.scm (ffms2)[home-page]: Move trailing / from here... [source]: ...to here. Tobias Geerinckx-Rice2018-01-26
| * gnu: python-mox3: Use @uref in description.•••* gnu/packages/openstack.scm (python-mox3)[description]: Use @uref. Tobias Geerinckx-Rice2018-01-26
| * gnu: libmatroska: Update to 1.4.8.•••* gnu/packages/video.scm (libmatroska): Update to 1.4.8. Tobias Geerinckx-Rice2018-01-26
| * gnu: znc: Use HTTPS home page.•••* gnu/packages/messaging.scm (znc)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2018-01-26
| * gnu: supertuxkart: Use HTTPS home page.•••* gnu/packages/games.scm (supertuxkart)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2018-01-26
| * gnu: Add emacs-helm-c-yasnippet.•••* gnu/packages/emacs.scm (emacs-helm-c-yasnippet): New public variable. Oleg Pykhalov2018-01-26
* | gnu: python-rednose: Loosen six requirement.•••* gnu/packages/check.scm (python-rednose)[arguments]: Add phase to remove explicit six version requirement. Marius Bakke2018-02-01
* | gnu: python-flake8-polyfill: Update to 1.0.2.•••* gnu/packages/python.scm (python-flake8-polyfill): Update to 1.0.2. [native-inputs]: Add PYTHON-PEP8. Marius Bakke2018-02-01
* | gnu: python-pytest-warnings: Mark as superseded by python-pytest.•••* gnu/packages/check.scm (python-pytest-warnings)[properties]: New field. (python2-pytest-warnings): Use PACKAGE-WITH-PYTHON2. [properties]: Superseded by PYTHON2-PYTEST. Marius Bakke2018-02-01
* | gnu: pootle: Don't require python-pytest-warnings.•••* gnu/packages/django.scm (pootle)[native-inputs]: Replace PYTHON2-PYTEST-WARNINGS with PYTHON2-PYTEST. Marius Bakke2018-02-01
* | gnu: python-lit: Really fix test suite.•••* gnu/packages/check.scm (python-lit)[arguments]: In CHECK-PHASE, use lit to test itself, as described in README.txt. [native-inputs]: Remove PYTHON-PYTEST. Add LLVM. Marius Bakke2018-02-01
* | gnu: python-gevent: Update to 1.2.2.•••* gnu/packages/python.scm (python-gevent): Update to 1.2.2. [source](snippet): Adjust to moved software bundles. Remove greentest substitution. [arguments]: Add #:modules. Add phases 'unpack-libev', 'patch-hard-coded-paths' and 'do-not-use-bundled-sources' and replace check phase with a custom command. [native-inputs]: Add LIBEV source. Marius Bakke2018-02-01
* | gnu: glibc@2.25: Don't apply glibc-CVE-2015-5180.patch.•••This was mistakenly added in 67d527e35e367c9e9e89ec01cda2ce32cabd2d89 and already included in glibc 2.25. * gnu/packages/base.scm (glibc-2.25)[source](patches): Remove 'glibc-CVE-2015-5180.patch'. Marius Bakke2018-02-01
* | gnu: Add vkquake.•••* gnu/packages/games.scm (vkquake): New variable. Rutger Helling2018-02-01
* | gnu: glslang: Update to commit b5b08462442239e6537315ea1405b6afcd53043e.•••* gnu/packages/vulkan.scm (glslang): Update to commit b5b08462442239e6537315ea1405b6afcd53043e. Rutger Helling2018-01-31
* | gnu: spirv-tools: Update to commit 90862fe4b1c6763b32ce683d2d32c2f281f577cf.•••* gnu/packages/vulkan.scm (spirv-tools): Update to commit 90862fe4b1c6763b32ce683d2d32c2f281f577cf. Rutger Helling2018-01-31
* | gnu: spirv-headers: Update to commit 061097878467b8e040fbf153a837d844ef9f9f96.•••* gnu/packages/vulkan.scm (spirv-headers): Update to commit 061097878467b8e040fbf153a837d844ef9f9f96. Rutger Helling2018-01-31
* | gnu: wine64-staging: Enable Vulkan support.•••* gnu/packages/wine.scm (wine64-staging)[arguments]: Add 'hardcode-libvulkan-path phase. Rutger Helling2018-01-31
* | gnu: wine-staging: Enable Vulkan support.•••* gnu/packages/wine.scm (wine-staging)[inputs]: Add vulkan-icd-loader. [arguments]: Don't inherit phases. Add 'hardcode-libvulkan-path phase. Rutger Helling2018-01-31
* | gnu: vulkan-icd-loader: Update to 1.0.65.2.•••* gnu/packages/vulkan.scm (vulkan-icd-loader): Update to 1.0.65.2. Rutger Helling2018-01-30
* | gnu: mgba: Fix install libdir.•••* gnu/packages/games.scm (mgba)[arguments]: Force the install libdir to be in the store. Rutger Helling2018-01-30
* | gnu: grub: Add pkg-config to native-inputs.•••* gnu/packages/bootloaders.scm (grub)[native-inputs]: Add pkg-config. Mark H Weaver2018-01-29
* | gnu: tracker: Use sqlite-with-fts5.•••* gnu/packages/gnome.scm (tracker)[inputs]: Use sqlite-with-fts5 instead of our default sqlite package. Mark H Weaver2018-01-28
* | gnu: Add sqlite-with-fts5.•••* gnu/packages/databases.scm (sqlite-with-fts5): New variable. Mark H Weaver2018-01-28
* | gnu: python-xapian-bindings: Don't hard-code Python sitedir.•••* gnu/packages/search.scm (python-xapian-bindings)[arguments]: In #:make-flags, use VERSION-MAJOR+MINOR to set pkgpylibdir. Marius Bakke2018-01-27
* | gnu: python-spectra: Update to 0.0.11.•••* gnu/packages/python.scm (python-spectra): Update to 0.0.11. Marius Bakke2018-01-27
* | gnu: python-colormath: Update to 3.0.0.•••* gnu/packages/python.scm (python-colormath): Update to 3.0.0. Marius Bakke2018-01-27
* | gnu: python-networkx: Update to 2.1.•••* gnu/packages/python.scm (python-networkx): Update to 2.1. [source](uri): Change to zipball. [native-inputs]: Add UNZIP. Marius Bakke2018-01-27
* | gnu: evolution-data-server: Fix build failure against ICU 60.•••* gnu/packages/gnome.scm (evolution-data-server)[arguments]: Add CMAKE_CXX_FLAGS=-std=gnu++11 to #:configure-flags. Marius Bakke2018-01-27
* | Merge branch 'master' into core-updatesMark H Weaver2018-01-26
|\|
| * gnu: diamond: Update to 0.9.15.•••* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.15. Ben Woodcroft2018-01-26
| * gnu: appstream-glib: Update to 0.7.5.•••* gnu/packages/glib.scm (appstream-glib): Update to 0.7.5. [arguments]: Drop ‘enable-’ prefix from Meson options. Tobias Geerinckx-Rice2018-01-26
| * gnu: gcab: Update to 1.0 [fixes CVE-2018-5345].•••* gnu/packages/package-management.scm (gcab): Update to 1.0. [build-system]: Switch to meson-build-system. [native-inputs]: Add glib:bin and vala. [arguments]: Don't build developer documentation. Disable introspection, thanks. Tobias Geerinckx-Rice2018-01-26
| * gnu: ncdc: Use HTTPS for home page.•••* gnu/packages/dc.scm (ncdc)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2018-01-26
| * gnu: ncdc: Update to 1.20.•••* gnu/packages/dc.scm (ncdc): Update to 1.20. Tobias Geerinckx-Rice2018-01-26
| * gnu: conky: Update to 1.10.7.•••* gnu/packages/conky.scm (conky): Update to 1.10.7. [arguments]: Use pkg-config to find ncurses. [inputs]: Add imlib2 and libxext. Tobias Geerinckx-Rice2018-01-26