~ruther/guix-local

37f17e2a — Julien Lepiller 9 years ago
gnu: Add ocaml-ssl.

* gnu/packages/ocaml.scm (ocaml-ssl): New variable.
1342fce1 — Julien Lepiller 9 years ago
gnu: Add ocaml-react.

* gnu/packages/ocaml.scm (ocaml-react): New variable.
0a7b43a8 — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-tools.

* gnu/packages/ocaml.scm (ocaml-ppx-tools): New variable.
69705efe — Julien Lepiller 9 years ago
gnu: Add ocaml-alcotest.

* gnu/packages/ocaml.scm (ocaml-alcotest): New variable.
f46bceb6 — Julien Lepiller 9 years ago
gnu: Add ocaml-astring.

* gnu/packages/ocaml.scm (ocaml-astring): New variable.
beeb2d41 — Julien Lepiller 9 years ago
gnu: Add ocaml-fmt.

* gnu/packages/ocaml.scm (ocaml-fmt): New variable.
8fe6b932 — Julien Lepiller 9 years ago
gnu: camlzip: Install both modules.

* gnu/packages/ocaml.scm (camlzip) [arguments]: Install both zip and camlzip
modules.
138adbbe — Thomas Danckaert 9 years ago
gnu: Add python-autopep8.

* gnu/packages/python.scm (python-autopep8, python2-autopep8): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2f4d08ee — Thomas Danckaert 9 years ago
gnu: kdevelop: Set more paths in wrapper script.

* gnu/packages/kde.scm (kdevelop)[arguments]: Add more paths in
 wrap-executable: add "/share" output of kdevplatform and kcmutils to
 $XDG_DATA_DIRS; add "lib/plugins" from user profile to $QT_PLUGIN_PATH.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fc11b0d3 — Thomas Danckaert 9 years ago
gnu: kdevelop: Update to 5.0.3.

* gnu/packages/kde.scm (kdevelop, kdevplatform): Update to 5.0.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0aeed5e3 — Ludovic Courtès 9 years ago
grafts: Preserve the cache across recursive calls.

Before this commit, we'd lose the cache across recursive calls to
'cumulative-grafts', which isn't great performance-wise.

This bug was already present before
d38bc9a9f6feefc465964531520fee5663a12f48.

* guix/grafts.scm (with-cache): In the miss case, call 'current-state'
after EXP has been evaluated.
90ad5c88 — Ludovic Courtès 9 years ago
grafts: Actually cache grafts during the derivation DAG traversal.

This fixes a regression introduced in
d38bc9a9f6feefc465964531520fee5663a12f48 whereby the cache was
effectively disabled.

Reported by Thomas Danckaert <thomas.danckaert@gmail.com>.

* guix/grafts.scm (with-cache): In the cache miss case, wrap body in
'mbegin'.
b0990361 — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.9.4.

* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.4.
8220c963 — Mark H Weaver 9 years ago
gnu: linux-libre@4.4: Update to 4.4.43.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.43.
gnu: dwm: Add '.desktop' file.

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

* gnu/packages/suckless.scm (dwm)[arguments]: Add
'install-xsession' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: dwm: Use modify-phases.

* gnu/packages/suckless.scm (dwm): Use modify-phases.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
849a1b81 — Christopher Baines 9 years ago
profiles: Export 'ca-certificate-bundle'.

* guix/profiles.scm: Export ca-certificate-bundle, such that it can be used in
other G-expressions.  This is useful where these G-expressions run programs
that require a ca-certificate-bundle, e.g. git.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7d8b5913 — Christopher Baines 9 years ago
services: Export 'service-extension' procedures.

* gnu/services.scm: Export service-extension-target and
service-extension-compute.  This allows for greater extensiblity of services
by enabling service extensions to be wrapped.  For example, the parameters
passed to the compute function can be modified, or the return value of the
compute function can be modified.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4ec84091 — Marius Bakke 9 years ago
gnu: zathura-pdf-poppler: Update to 0.2.7.

* gnu/packages/pdf.scm (zathura-pdf-poppler): Update to 0.2.7.
16a9f83f — Marius Bakke 9 years ago
gnu: zathura-djvu: Update to 0.2.6.

* gnu/packages/pdf.scm (zathura-djvu): Update to 0.2.6.
Next