~ruther/guix-local

8b732bf6 — Andreas Enge 9 years ago
gnu: python-2.7: Disable test failing on mips64el-linux.

* gnu/packages/python.scm (python-2.7)[source]: In a snippet, remove
an additional test that fails on mips64el-linux.
0072b3d3 — Andreas Enge 9 years ago
gnu: skribilo: Add input ghostscript-gs.

* gnu/packages/engineering.scm (lout)[native-inputs]: Add ghostscript-gs.

This is a follow-up to commit d8eb912132ccdff955e3318fe549c5f7f674adf8.
5425269b — Andreas Enge 9 years ago
gnu: lout: Add input ghostscript.

* gnu/packages/lout.scm (lout)[native-inputs]: Add ghostscript, needed for ps2pdf.
02b934e2 — Andreas Enge 9 years ago
gnu: lout: Make ghostscript-gs a native input.

* gnu/packages/lout.scm (lout)[inputs]: Move to native-inputs.
5ef469ce — Andreas Enge 9 years ago
gnu: lout: Build with ghostscript-gs.

* gnu/packages/engineering.scm (lout)[inputs]: Replace GHOSTSCRIPT by
GHOSTSCRIPT-GS.

This is a follow-up to commit d8eb912132ccdff955e3318fe549c5f7f674adf8.
5dbfbef7 — Ludovic Courtès 9 years ago
gnu: lpsolve: Fix compilation issue.

Reported by Andreas Enge <andreas@enge.fr>
at <https://lists.gnu.org/archive/html/guix-devel/2016-07/msg01018.html>.

* gnu/packages/maths.scm (lpsolve)[source]: Augment 'snippet'.
6689d094 — Ludovic Courtès 9 years ago
gnu: lpsolve: Fail as early as possible.

* gnu/packages/maths.scm (lpsolve)[arguments]: In 'build' phase, check
the return value of 'system*' and honor it.
e83a13fa — Andreas Enge 9 years ago
gnu: fastcap: Build with ghostscript-gs.

* gnu/packages/engineering.scm (fastcap)[native-inputs]: Replace GHOSTSCRIPT
by GHOST_SCRIPT-GS.

This is a follow-up to commit d8eb912132ccdff955e3318fe549c5f7f674adf8.
14656f44 — Andreas Enge 9 years ago
Merge remote-tracking branch 'origin/master' into core-updates
424a323e — George Clemmer 10 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 10 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 10 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 10 years ago
gnu: Add guile-daemon.

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

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

* gnu/packages/xdisorg.scm (xdpyprobe): New variable.
1a3e6b15 — Alex Kost 10 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 10 years ago
profiles: Add fonts-dir-file hook.

* guix/profiles.scm (fonts-dir-file): New procedure.
(%default-profile-hooks): Add it.
84b5d907 — Alex Kost 10 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 10 years ago
gnu: Add xfd.

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

* gnu/packages/xorg.scm (xfontsel): New variable.
Next