~ruther/guix-local

de348a0b — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.7.

* gnu/packages/linux.scm (linux-libre): Update to 4.7.
* gnu/packages/linux-libre-4.7-x86_64.conf,
gnu/packages/linux-libre-4.7-i686.conf: New files.
* gnu/packages/linux-libre-4.6-x86_64.conf,
gnu/packages/linux-libre-4.6-i686.conf: Delete files.
* Makefile.am (KCONFIGS): Update accordingly.
0e5f6061 — Andreas Enge 9 years ago
gnu: calibre: Build with non-modular Qt.

* gnu/packages/ebook.scm (calibre)[native-inputs]: Replace QTBASE by QT.
[inputs]: Replace QTBASE by QT and PYTHON2-PYQT by PYTHON2-PYQT-5.5.

This essentially reverts commit 76806c54ed72f8f04079bbb187b186b833c103e1.

Reported by Roel Janssen <roel@gnu.org>.
4a8c35e1 — Andreas Enge 9 years ago
gnu: pyqt: Add versions based on non-modular Qt 5.5.

* gnu/packages/qt.scm (python-pyqt-5.5, python2-pyqt-5.5): New variables.
95af24a2 — Andreas Enge 9 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 97c8aef.
97c8aef1 — Andreas Enge 9 years ago
system: Add mapped devices for RAID.

* gnu/system/mapped-devices.scm (raid-device-mapping, open-raid-device,
close-raid-device): New variables.
* doc/guix.texi (Mapped Devices): Add documentation for RAID devices,
reorganize documentation for LUKS devices.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
424a323e — myglc2 9 years ago
doc: Explain when guix edit is read-only.

* doc/guix.texi (Invoking guix edit): Explain when you can and can't
  edit the recipe.

Signed-off-by: Alex Kost <alezost@gmail.com>
090bdb9e — Alex Kost 9 years ago
gnu: emacs-solarized-theme: Remove unneeded dependencies.

* gnu/packages/emacs.scm (emacs-solarized-theme)[propagated-inputs]:
Remove 'emacs-f' and 'emacs-s'.
c48899eb — Alex Kost 9 years ago
gnu: emacs: Install site-start.el in non-versioned directory.

Reported by Ricardo Wurmus on #guix.

* gnu/packages/emacs.scm (emacs)[arguments]: Put "site-start.el" in
"/share/emacs/site-lisp" instead of "/share/emacs/<version>/site-lisp"
to let inherited package with another version find it.
07f7cc03 — Alex Kost 9 years ago
gnu: Add guile-daemon.

* gnu/packages/guile.scm (guile-daemon): New variable.
bd9af610 — Alex Kost 9 years ago
gnu: Add guile-xosd.

* gnu/packages/guile.scm (guile-xosd): New variable.
6cfd1a68 — Alex Kost 9 years ago
gnu: Add xdpyprobe.

* gnu/packages/xdisorg.scm (xdpyprobe): New variable.
1a3e6b15 — Alex Kost 9 years ago
doc: Describe how to make X server find TrueType fonts.

* doc/guix.texi (Application Setup): Document how to add TrueType fonts
installed in a Guix profile to the X server font path.
9eb5a449 — Alex Kost 9 years ago
profiles: Add fonts-dir-file hook.

* guix/profiles.scm (fonts-dir-file): New procedure.
(%default-profile-hooks): Add it.
84b5d907 — Alex Kost 9 years ago
gnu: mkfontdir: Do not propagate 'mkfontscale'.

* gnu/packages/xorg.scm (mkfontdir)[propagated-inputs]: Move
'mkfontscale' to ...
[inputs]: ... here.
[arguments]: Add 'wrap-mkfontdir' phase.
e48e31bc — Alex Kost 9 years ago
gnu: Add xfd.

* gnu/packages/xorg.scm (xfd): New variable.
f225ae75 — Alex Kost 9 years ago
gnu: Add xfontsel.

* gnu/packages/xorg.scm (xfontsel): New variable.
1925a879 — Andy Patterson 9 years ago
gnu: sbcl: Update to 1.3.7.

* gnu/packages/lisp.scm (sbcl): Update to 1.3.7.
[arguments]: During the patch-unix-tool-paths phase, avoid running
substitute* on a utf-16-be encoded file.

Signed-off-by: 宋文武 <iyzsong@gmail.com>
54a43ff4 — Andy Patterson 9 years ago
gnu: ecl: Wrap with PATH, CPATH, LIBRARY_PATH, and LD_LIBRARY_PATH.

* gnu/packages/lisp.scm (ecl)[arguments]: Add 'wrap' phase.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
60474cd1 — Andy Patterson 9 years ago
gnu: ecl: Enable tests.

* gnu/packages/lisp.scm (ecl): Enable tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e0524511 — Andy Patterson 9 years ago
gnu: ecl: Update to 16.1.2.

* gnu/packages/lisp.scm (ecl): Update to 16.1.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next