~ruther/guix-local

ce7e361f — Efraim Flashner 8 years ago
gnu: gemma: Fix building on non-Intel architectures.

* gnu/packages/patches/gemma-intel-compat.patch: New file.
* gnu/packages/bioinformatics.scm (gemma)[source]: Add patch.
[arguments]: Add NO_INTEL_COMPAT flag on non-Intel architectures.
* gnu/local.mk (dist_patch_DATA): Register patch.
0545e43a — Arun Isaac 8 years ago
gnu: gajim: Update to 0.16.8.

* gnu/packages/messaging.scm (gajim): Update to 0.16.8.
[source]: Remove patch.
* gnu/packages/patches/gajim-CVE-2016-10376.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
296bf4d5 — 宋文武 8 years ago
services: Add 'sysctl-service-type'.

* gnu/services/sysctl.scm: New file.
* doc/guix.texi (Miscellaneous Services): Document it.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
a522517c — Ben J Woodcroft 8 years ago
gnu: diamond: Update to 0.9.9.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.9.
18dea67d — Ben Woodcroft 8 years ago
gnu: blast+: Update to 2.6.0.

* gnu/packages/bioinformatics.scm (blast+): Update to 2.6.0.
[origin]: Remove bundled pcre.
[arguments]: Replace paths in run_with_lock.c.  Configure with pcre.
[inputs]: Add pcre, perl, python.
c24ea83c — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.12.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.
(%linux-libre-hash): Update hash.
* gnu/packages/aux-files/linux-libre/4.11-i686.conf,
gnu/packages/aux-files/linux-libre/4.11-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/4.12-i686.conf,
gnu/packages/aux-files/linux-libre/4.12-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Update accordingly.
fdaf6cd3 — Efraim Flashner 8 years ago
gnu: qt: Update to 5.9.1.

* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras)
(qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors)
(qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel)
(qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2)
(qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d)
(qtcharts, qtdatavis3d, qtwebkit): Update to 5.9.1.
(qtwebkit)[source]: Change to official qt location.
a8a964db — Marius Bakke 8 years ago
gnu: python-pylint: Update to 1.7.2.

* gnu/packages/python.scm (python-pylint): Update to 1.7.2.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER.
de2f56cf — Marius Bakke 8 years ago
gnu: python-astroid: Update to 1.5.3.

* gnu/packages/python.scm (python-astroid): Update to 1.5.3.
[properties]: Declare python2 variant.
(python2-astroid)[propagated-inputs]: Add PYTHON2-BACKPORTS-FUNCTOOLS-LRU-CACHE,
PYTHON2-ENUM34 and PYTHON2-SINGLEDISPATCH.
96bbc41f — Marius Bakke 8 years ago
gnu: python-pyopenssl: Update to 17.1.0.

* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 17.1.0.
[source]: Remove patch.
[native-inputs]: Add PYTHON-PRETEND.
[arguments]<#:phases>: Disable the network test here instead of via a patch.
Also disable one new test.
* gnu/packages/patches/python-pyopenssl-skip-network-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
89fc5b82 — Marius Bakke 8 years ago
gnu: python-cryptography: Update to 1.9.

* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.9.
(python-cryptography): Update to 1.9.
[propagated-inputs]: Remove PYTHON-PACKAGING.
029933cf — Marius Bakke 8 years ago
gnu: python-cffi: Update to 1.10.0.

* gnu/packages/python.scm (python-cffi): Update to 1.10.0.
[arguments]<#:phases>: Patch distutils.ccompiler call to use "gcc". Patch
another hard-coded cc invocation. Adjust `py.test` invocation per README.
295f32f3 — Marius Bakke 8 years ago
gnu: python-cffi: Really enable tests.

* gnu/packages/python.scm (python-cffi, python2-cffi)[arguments]: Replace
'check' phase with custom expression. Change to 'modify-phases' syntax.
92d7e87c — Marius Bakke 8 years ago
gnu: re2: Update to 2017-07-01.

* gnu/packages/regex.scm (re2): Update to 2017-07-01.
6db571cb — Marius Bakke 8 years ago
install: Drop redundant package after c0f5eee4b2cc737be222c4ba331d0.

* gnu/system/install.scm (installation-os): Remove SHADOW.
f88eaccf — Tobias Geerinckx-Rice 8 years ago
gnu: ibus: Update to 1.5.16.

* gnu/packages/ibus.scm (ibus): Update to 1.5.16.
e97b75d9 — Tobias Geerinckx-Rice 8 years ago
gnu: cdogs-sdl: Update to 0.6.5.

* gnu/packages/games.scm (cdogs-sdl): Update to 0.6.5.
[inputs]: Add mesa.
[home-page]: Use HTTPS.
e9e3a69d — Tobias Geerinckx-Rice 8 years ago
gnu: nnn: Update to 1.2.

* gnu/packages/admin.scm (nnn): Update to 1.2.
910f1709 — Kei Kebreau 8 years ago
gnu: gcr: Correct patch.

* gnu/packages/patches/gcr-disable-failing-tests.patch: Correct
erroneously committed file.

This is a follow-up to commit 85c774808fc13a0adc603784b2358a7c285c4822.
960c6ce9 — Ludovic Courtès 8 years ago
discovery: Recurse into directories pointed to by a symlink.

Reported by Christopher Baines <mail@cbaines.net>
and Alex Kost <alezost@gmail.com>
at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00290.html>.

* guix/discovery.scm (scheme-files): When ENTRY is a symlink that
doesn't end in '.scm', call 'stat' and recurse if it points to a
directory.
* tests/discovery.scm ("scheme-modules recurses in symlinks to
directories"): New test.
Next