~ruther/guix-local

8bebe734 — Christopher Baines 9 years ago
gnu: Add emacs-es-mode.

* gnu/packages/emacs.scm (emacs-es-mode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4a3b6aa5 — Ludovic Courtès 9 years ago
doc: #:target takes a GNU triplet, not a system type.

* doc/guix.texi (G-Expressions): In cross-compilation example, pass a
GNU triplet to #:target.
271447ff — Tobias Geerinckx-Rice 9 years ago
gnu: Remove unused, obsolete, private rlog.

* gnu/packages/crypto.scm (rlog): Remove variable.
b6f87ec0 — Tobias Geerinckx-Rice 9 years ago
gnu: encfs: Update to 1.9.

* gnu/packages/crypto.scm (encfs): Update to 1.9.
[source]: Remove bundled TinyXML2 in a snippet.
[build-system]: Switch to cmake-build-system.
[arguments]: Remove autotools-related phases and configure-flags.
Don't use bundled TinyXML2. Move under *inputs.
[native-inputs]: Remove autoconf, automake, libtool, and pkg-config.
Add expect.
[inputs]: Remove boost and rlog, while adding attr and tinyxml2.
[license]: Add expat licence for new easylogging++.h file.
931bd7f6 — Tobias Geerinckx-Rice 9 years ago
gnu: Add tinyxml2.

* gnu/packages/xml.scm (tinyxml2): New variable.
76f31f0b — Christopher Baines 9 years ago
gnu: Add direnv.

* gnu/packages/shellutils.scm (direnv): New variable.

Signed-off-by: 宋文武 <iyzsong@gmail.com>
85313be8 — Ricardo Wurmus 9 years ago
gnu: Add guile2.2-redis.

* gnu/packages/guile.scm (guile2.2-redis): New variable.
ea833d30 — Ricardo Wurmus 9 years ago
gnu: guile-redis: Remove hard-coded Guile effective version.

* gnu/packages/guile.scm (guile-redis)[snippet]: Modify 'ac_subst_vars'
in 'configure', and use "@GUILE_EFFECTIVE_VERSION@" instead of "2.0" in
'Makefile.in'.
dbc6d370 — John Darrington 9 years ago
doc: "Various Services" -> "Miscellaneous Services"

* doc/guix.texi (Services): "Various" -> "Miscellaneous"
d6feaf6e — David Craven 9 years ago
gnu: kernel-config: Remove redundant file-exists? check.

* gnu/packages/linux.scm (kernel-config): Remove redundant file-exists?
  check.
0b759869 — David Craven 9 years ago
gnu: make-linux-libre: Only use configuration-file when one is provided.

* gnu/packages/linux.scm (make-linux-libre): Only use configuration-file
  when one is provided.
gnu: Add femtolisp.

* gnu/packages/lisp.scm (femtolisp): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
812b3c1f — Danny Milosavljevic 9 years ago
gnu: ldc: Fix build failure.

* gnu/packages/ldc.scm (ldc)[arguments]: Add 'patch-dmd2' phase.
[inputs]: Add zlib.
[native-inputs]: Specify version 3.7 of LLVM and Clang.

Signed-off-by: Leo Famulari <leo@famulari.name>
f26dd9b2 — John Darrington 9 years ago
gnu: Add microcom

* gnu/packages/microcom.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
035d3593 — David Craven 9 years ago
gnu: module-init-tools: Move to (gnu packages linux).

* gnu/packages/linux.scm (module-init-tools): Move.
cff0adec — David Craven 9 years ago
gnu: libnfsidmap: Move to (gnu packages linux).

* gnu/packages/linux.scm (libnfsidmap): Move.
de459dc0 — David Craven 9 years ago
gnu: Add linux-libre-beagle-bone-black.

* gnu/packages/linux.scm (linux-libre-beagle-bone-black): New variable.
cde7c23f — David Craven 9 years ago
gnu: Add linux-libre-arm-generic.

* gnu/packages/linux.scm (linux-libre-arm-generic): New variable.
78edcccc — David Craven 9 years ago
gnu: linux-libre: Use kmod.

* gnu/packages/linux.scm (make-linux-libre): Use kmod.
3129b9c2 — David Craven 9 years ago
gnu: make-linux-libre: Add supported-systems parameter.

* gnu/packages/linux.scm (make-linux-libre): Add supported-systems
  parameter.
Next