~ruther/guix-local

cce28b0c — Andreas Enge 9 years ago
gnu: qt: Use modify-phases syntax.

* gnu/packages/qt.scm (qt): Use modify-phases syntax.
7972d8a2 — Andreas Enge 9 years ago
gnu: qtbase: Modify .cmake files to enable modules in different packages.

* gnu/packages/qt.scm (qtbase)[arguments]: In the configure phase, modify
.cmake and .cmake.in files so that find_package honors CMAKE_PREFIX_PATH.
0ea179fd — Ricardo Wurmus 9 years ago
gnu: Add GCompris.

* gnu/packages/education.scm (gcompris): New variable.
134f6573 — Ludovic Courtès 9 years ago
Merge branch 'version-0.11.0'
97b9da68 — Ricardo Wurmus 9 years ago
gnu: Add discrover.

* gnu/packages/bioinformatics.scm (discrover): New variable.
b7194849 — nikita 9 years ago
Rename references to (gnu packages tcsh).

* gnu/packages/algebra.scm, gnu/packages/boost.scm,
gnu/packages/maths.scm, gnu/packages/tex.scm, gnu/packages/vim.scm:
Change broken references to module (gnu packages tcsh) to (gnu packages
shells).
80d944b7 — Ludovic Courtès 9 years ago
doc: Fix typos.

* doc/guix.texi (Application Setup): Use @xref, not @pxref, when
starting a sentence.
(Scheduled Job Execution): Remove extra indent in example; fix typos.
1eb43cc3 — Ludovic Courtès 9 years ago
doc: Update Texinfo HTML cross-reference file..

* doc/htmlxref.cnf: Add entries for 'find' and 'mcron'.
afde1a26 — Ben Woodcroft 9 years ago
gnu: fxtract: Restrict to x86_64-linux.

* gnu/packages/bioinformatics.scm (fxtract)[supported-systems]: Restrict to
  x86_64-linux.
124df723 — Ben Woodcroft 9 years ago
gnu: python-bz2file: Disable tests.

* gnu/packages/python.scm (python-bz2file)[arguments]: Disable
tests.
(python2-bz2file)[arguments]: New field.
d76f44e8 — Ludovic Courtès 9 years ago
gnu: mdadm: Build without '-Werror'

* gnu/packages/linux.scm (mdadm)[arguments]: Add 'remove-W-error'
phase.
8aceca50 — Ludovic Courtès 9 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 4420940.
(guix): Set to GUIX-DEVEL.
12b63ab5 — Tobias Geerinckx-Rice 9 years ago
gnu: zsh: Move to shells.scm.

* gnu/packages/zsh.scm (zsh): Move from here ...
* gnu/packages/shells.scm (zsh): ... to here.
* gnu/packages/zsh.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove zsh.scm.
d754347c — Tobias Geerinckx-Rice 9 years ago
gnu: tcsh: Move to shells.scm.

* gnu/packages/tcsh.scm (tcsh): Move from here ...
* gnu/packages/shells.scm (tcsh): ... to here.
* gnu/packages/tcsh.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove tcsh.scm.
9a57d3e6 — Tobias Geerinckx-Rice 9 years ago
gnu: rc: Move to shells.scm.

* gnu/packages/rc.scm (rc): Move from here ...
* gnu/packages/shells.scm (rc): ... to here.
* gnu/packages/rc.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove rc.scm.
618977ae — Tobias Geerinckx-Rice 9 years ago
gnu: fish: Move to shells.scm.

* gnu/packages/fish.scm (fish): Move from here ...
* gnu/packages/shells.scm (fish): ... to here.
* gnu/packages/fish.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove fish.scm.
c356339d — Tobias Geerinckx-Rice 9 years ago
gnu: Add dash.

* gnu/packages/shells.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
4420940f — Ludovic Courtès 9 years ago
gnu: guix: Update to 0.11.0.

* gnu/packages/package-management.scm (guix-0.10.0): Rename to...
(guix-0.11.0): ... this.  Adjust users.
(guix): Set to GUIX-0.11.0.
66edac52 — Ludovic Courtès 9 years ago
Update NEWS.
10618627 — Ludovic Courtès 9 years ago
mapped-devices: raid-device-mapping: Avoid non-top-level 'use-modules'.

Fixes <http://bugs.gnu.org/24135>.
Reported by myglc2 <myglc2@gmail.com>.

* gnu/system/mapped-devices.scm (open-raid-device): Avoid non-top-level
'use-modules' form.
Next