~ruther/guix-local

265afbdf — Ricardo Wurmus 9 years ago
gnu: ghc-quickcheck-instances: Update to 0.3.12.

* gnu/packages/haskell.scm (ghc-quickcheck-instances): Update to 0.3.12.
[inputs]: Add ghc-scientific and ghc-vector.
19083a5e — Leo Famulari 9 years ago
gnu: imagemagick: Update to 6.9.7-4 [security fixes].

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-4.
9381a02a — Leo Famulari 9 years ago
gnu: Add scrypt.

* gnu/packages/crypto.scm (scrypt): New variable.
ce9701fb — Ricardo Wurmus 9 years ago
gnu: Add emacs-stripe-buffer.

* gnu/packages/emacs.scm (emacs-stripe-buffer): New variable.
0b35f11d — Ricardo Wurmus 9 years ago
gnu: Add emacs-git-timemachine.

* gnu/packages/emacs.scm (emacs-git-timemachine): New variable.
ae21519f — Ludovic Courtès 9 years ago
gnu: guile-sqlite3: Provide a new source URL.

* gnu/packages/guile.scm (guile-sqlite3)[home-page]: Change.
38434419 — Ludovic Courtès 9 years ago
file-systems: 'file-system-needed-for-boot?' is #t for parents of the store.

Suggested by John Darrington <john@darrington.wattle.id.au>.

* gnu/system/file-systems.scm (%not-slash): New variable.
(file-prefix?): New procedure.
(file-system-needed-for-boot?): Use it to check whether FS holds the
store.
* tests/file-systems.scm ("file-system-needed-for-boot?"): New test.
* gnu/tests/install.scm (%separate-store-os)[file-systems]: Remove
'needed-for-boot?' field for "/gnu".
b91cfa22 — Ricardo Wurmus 9 years ago
gnu: Add r-centipede.

* gnu/packages/bioinformatics.scm (r-centipede): New variable.
1fdfbadf — Julien Lepiller 9 years ago
gnu: Add ocaml-lwt.

* gnu/packages/ocaml.scm (ocaml-lwt): New variable.
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.
Next