~ruther/guix-local

e048de60 — Leo Famulari 8 years ago
gnu: inet-utils: Mention `hostname` in description.

* gnu/packages/admin.scm (inetutils)[description]: Update description.
2d677f84 — Stefan Reichör 8 years ago
gnu: tmux: Update to 2.5.

* gnu/packages/tmux.scm (tmux): Update to 2.5.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: alpine: Use new URL.

* gnu/packages/mail.scm (alpine)[source]: Use new URL for download.
(home-page): Use new URL.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
425ab478 — Ludovic Courtès 8 years ago
gnu: shepherd: Allow cross-compilation.

* gnu/packages/admin.scm (shepherd)[native-inputs]: Add GUILE-2.0.
ba4aca3a — Ludovic Courtès 8 years ago
gnu: util-linux: Fix cross-compilation.

* gnu/packages/linux.scm (util-linux)[inputs]: Add NET-BASE
when (%current-target-system) is true.  Fixes cross-compilation.
6d9a8590 — Ludovic Courtès 8 years ago
linux-initrd: Avoid monadic style a bit.

* gnu/system/linux-initrd.scm (expression->initrd): Use 'program-file'
for 'init'.
(flat-linux-module-directory): Use 'computed-file' instead of
'gexp->derivation'.
(raw-initrd): Adjust accordingly.
e208bf78 — Feng Shu 8 years ago
gnu: emacs-exwm-x: Update to 1.6.2.

* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.6.2.
adaebe80 — Feng Shu 8 years ago
gnu: emacs-switch-window: Update to 1.5.1.

* gnu/packages/emacs.scm (emacs-switch-window): Update to 1.5.1.
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.
Next