~ruther/guix-local

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.
fd6e0de3 — David Craven 9 years ago
gnu: make-linux-libre: Add zImage to output.

* gnu/packages/linux.scm (make-linux-libre): Add zImage to output.
a6d01325 — David Craven 9 years ago
gnu: make-linux-libre: Add extra-version parameter.

* gnu/packages/linux.scm (make-linux-libre): Add extra-version option.
90c18c32 — David Craven 9 years ago
gnu: make-linux-libre: Add extra-options parameter.

* gnu/packages/linux.scm (linux-libre): Use
  %default-extra-linux-options.
  (config->string, %default-extra-linux-options): New variables.
c258807a — David Craven 9 years ago
gnu: Use make-linux-libre.

* gnu/packages/linux.scm (make-linux-libre): New variable.
  (linux-libre, linux-libre-4.4, linux-libre-4.1): Use make-linux-libre.
  (kernel-config): Take arch instead of system.
0a1d8596 — nikita 9 years ago
gnu: lispf4: Remove unused inputs key.

* gnu/packages/lisp.scm (lispf4)[arguments]: Remove unused
inputs key from 'install' phase.
[source](file-name): Append "-checkout" to the file-name.

Signed-off-by: Leo Famulari <leo@famulari.name>
8feb56b0 — David Craven 9 years ago
gnu: u-boot-vexpress_ca9x4: Rename to u-boot-vexpress.

* gnu/packages/u-boot.scm (u-boot-vexpress_ca9x4): Rename.
20f9c676 — David Craven 9 years ago
gnu: Add u-boot-beagle-bone-black.

* gnu/packages/u-boot.scm (u-boot-beagle-bone-black): New variable.
e42a0771 — Danny Milosavljevic 9 years ago
gnu: dtc: Remove patch-paths phase.

* gnu/packages/u-boot.scm (dtc)[arguments]: Remove patch-paths phase.
  [configure-flags]: Add INSTALL.

Signed-off-by: David Craven <david@craven.ch>
243db824 — Danny Milosavljevic 9 years ago
gnu: Add python-lit, python2-lit.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
d15e2ef0 — Tobias Geerinckx-Rice 9 years ago
gnu: python-prompt-toolkit: Update to 1.0.7.

* gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.7.
[source]: Use 'pypi-uri'.
c033c195 — Tobias Geerinckx-Rice 9 years ago
gnu: ruby: Remove string-append call with single argument.

* gnu/packages/ruby.scm (ruby)[source]: Remove string-append.
05077200 — Tobias Geerinckx-Rice 9 years ago
gnu: tinyxml: Fix typo in description.

* gnu/packages/xml.scm (tinyxml)[description]: Fix typo.
d21047d5 — Tobias Geerinckx-Rice 9 years ago
services: nginx: Actually check if configuration is valid.

* gnu/services/web.scm (nginx-activation): Fix path to nginx binary.
Next