~ruther/guix-local

1aecfe17 — Danny Milosavljevic 8 years ago
gnu: python-pytest-cov: Update to 2.4.0.

Fixes <https://bugs.gnu.org/26743>.

* gnu/packages/python.scm (python-pytest-cov): Update to 2.4.0.
341ccb0f — Efraim Flashner 8 years ago
gnu: obs: Update to 18.0.2.

* gnu/packages/video.scm (obs): Update to 18.0.2.
4aabc8ea — Ludovic Courtès 8 years ago
build: Install gnu/build/svg.scm.

Fixes a regression introduced in
commit 960887b2974ff5c3e63f58a1d89cd8d0dcb5e045.

* Makefile.am (MODULES_NOT_COMPILED): New variable.
(nobase_dist_guilemodule_DATA): Add $(MODULES_NOT_COMPILED).
(EXTRA_DIST): Remove gnu/build/svg.scm.
* gnu/local.mk (MODULES_NOT_COMPILED): New variable.
693f12ce — Ludovic Courtès 8 years ago
build: 'check-system' now depends on the bootstrap Guile tarballs.

Reported by Chris Marusich <cmmarusich@gmail.com>.

* gnu/local.mk (BOOTSTRAP_GUILE_TARBALLS): New variable.
(DISTCLEANFILES): Define as an alias for 'BOOTSTRAP_GUILE_TARBALLS'.
* Makefile.am (check-system): Depend on $(BOOTSTRAP_GUILE_TARBALLS).
8a210507 — Ludovic Courtès 8 years ago
substitute: Validate substitute URLs.

Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>
at <https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00548.html>.

* guix/scripts/substitute.scm (validate-uri): New procedure.
(guix-substitute): Use it.
49f9d7f6 — Ludovic Courtès 8 years ago
services: nscd: Create /etc/resolv.conf if it does not exist.

* gnu/services/base.scm (nscd-activation): Create /etc/resolv.conf if it
does not exist yet.
1fd0fc0d — Ludovic Courtès 8 years ago
gnu: parallel: Update to 20170422.

* gnu/packages/parallel.scm (parallel): Update to 20170422.
915d7792 — Ludovic Courtès 8 years ago
gnu: ocrad: Update to 0.26.

* gnu/packages/ocr.scm (ocrad): Update to 0.26.
5c6b6827 — Ludovic Courtès 8 years ago
gnu: libiconv: Update to 1.15.

* gnu/packages/base.scm (libiconv): Update to 1.15.
ebc4b6e0 — Ludovic Courtès 8 years ago
gnu: less: Update to 487.

* gnu/packages/less.scm (less): Update to 487.
005375f5 — Ludovic Courtès 8 years ago
gnu: acct: Update to 6.6.3.

* gnu/packages/acct.scm (acct): Update to 6.6.3.
20832afb — Ludovic Courtès 8 years ago
gnu: emacs-emms: Update to 4.3.

* gnu/packages/emacs.scm (emms): Update to 4.3.
e723178a — Ludovic Courtès 8 years ago
publish: Use a larger zlib buffer for compression with '--cache'.

* guix/scripts/publish.scm (bake-narinfo+nar): Pass #:buffer-size to
'call-with-gzip-output-port'.
7020a6ab — Mark H Weaver 8 years ago
gnu: ghostscript: Fix grafting of ghostscript/x and ghostscript/cups.

* gnu/packages/cups.scm (ghostscript/cups): Use package/inherit.
* gnu/packages/ghostscript.scm (ghostscript/x): Use package/inherit.
(ghostscript/fixed)[replacement]: Override to #f.
bedba064 — Mark H Weaver 8 years ago
Add package/inherit.

* guix/packages.scm (package/inherit): New public macro.
ee3401d0 — Mark H Weaver 8 years ago
gnu: icecat: Add more fixes from upstream mozilla-esr52.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
6e7302e9 — Danny Milosavljevic 8 years ago
gnu: Add python-flask-oidc.

Fixes <https://bugs.gnu.org/26731>.

* gnu/packages/python.scm (python-flask-oidc): New variable.
f3f8d159 — Danny Milosavljevic 8 years ago
gnu: Add python-oauth2client.

* gnu/packages/python.scm (python-oauth2client): New variable.
60c9e804 — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.11.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.
(%linux-libre-hash): Update hash.
* gnu/packages/aux-files/linux-libre/4.10-i686.conf,
gnu/packages/aux-files/linux-libre/4.10-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/4.11-i686.conf,
gnu/packages/aux-files/linux-libre/4.11-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Adjust accordingly.
f3744a01 — Brendan Tildesley 8 years ago
gnu: Add font-cns11643-swjz.

* gnu/packages/fonts.scm (font-cns11643-swjz): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Next