~ruther/guix-local

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.
4b42703e — David Craven 9 years ago
gnu: linux-libre: Add support for cross-compilation.

* gnu/packages/linux.scm (linux-libre): Add support for
  cross-compilation.
9416459b — David Craven 9 years ago
gnu: linux-libre: Move kernel configuration to configure phase.

* gnu/packages/linux.scm (linux-libre)[arguments]: Add configure phase.
499fb7e0 — David Craven 9 years ago
gnu: linux-libre: Apply %boot-logo patch in origin.

* gnu/packages/linux.scm (linux-libre)[origin]: Apply %boot-logo patch
  in origin.
6d7ef2aa — David Craven 9 years ago
gnu: linux-libre: Use system->architecture.

* gnu/packages/linux.scm (linux-libre): Use system->architecture.
614d1738 — David Craven 9 years ago
gnu: linux-libre: Use modify-phases.

* gnu/packages/linux.scm (linux-libre): Use modify-phases.
885009c5 — David Craven 9 years ago
gnu: module-init-tools: Prevent line wrapping.

* gnu/packages/linux.scm (module-init-tools): Break line.
89bcf3fc — Kei Kebreau 9 years ago
gnu: Add schismtracker.

* gnu/packages/music.scm (schismtracker): New variable.
23de5cbd — Alex ter Weele 9 years ago
gnu: guile-wm: Add '.desktop' file.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
66daf78c — Ben Woodcroft 9 years ago
gnu: Add seqtk.

* gnu/packages/bioinformatics.scm (seqtk): New variable.
Next