~ruther/guix-local

bae06364 — Efraim Flashner 10 years ago
bournish: Add 'wc' command.

* guix/build/bournish.scm (lines+chars, file-exists?*, wc-print)
(wc-l-print, wc-c-print, wc-command, wc-command-implementation)
(wc-l-command-implementation, wc-c-command-implementation): New procedures.
(%commands): Add 'wc'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
125af57e — Ludovic Courtès 10 years ago
tests: basic: Don't hard-code the expected architecture name.

* gnu/tests/base.scm (run-basic-test)["uname"]: Don't hard-code the
architecture.
f6d5456b — Ludovic Courtès 10 years ago
tests: Installation test no longer requires KVM.

* gnu/tests/install.scm (%test-installed-os): Use '-enable-kvm' only
when /dev/kvm exists.
f10dcbf1 — Ludovic Courtès 10 years ago
substitute: Use ~/.cache when invoked by an unprivileged user.

This is a followup to ea0c6e0507a6997f12a4f29d0445b51cf53bd81e.

* guix/scripts/substitute.scm (%narinfo-cache-directory): Use
'cache-directory' when (getuid) returns non-zero.
(cache-narinfo!): Remove 'catch'.
3583b27b — Ludovic Courtès 10 years ago
utils: 'cache-directory' honors 'XDG_CACHE_HOME'.

* guix/utils.scm (cache-directory): Honor 'XDG_CACHE_HOME', not
'XDG_CONFIG_HOME'.
0a2f2848 — Ludovic Courtès 10 years ago
doc: Document 'make check-system'.

* doc/guix.texi (Running the Test Suite): Document 'make check-system'.
c311089b — Ludovic Courtès 10 years ago
services: Add 'mcron-service'.

* gnu/services/mcron.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/tests/base.scm (%mcron-os, %test-mcron): New variables.
(run-mcron-test): New procedure.
* doc/guix.texi (Scheduled Job Execution): New node.
159daace — Ludovic Courtès 10 years ago
gnu: Add mcron2.

* gnu/packages/guile.scm (mcron2): New variable.
c5eef242 — nikita 10 years ago
gnu: xorg.scm: Replace http with https in URLs.

* gnu/packages/xorg.scm: Use https for cgit.freedesktop.org,
www.x.org/wiki/, anongit.freedesktop.org.
612fddec — nikita 10 years ago
gnu: haskell.scm: Replace http with https in Hackage, Github.

* gnu/packages/haskell.scm: Use https for Hackage, Github urls.
7cc2e1e7 — Efraim Flashner 10 years ago
gnu: efl: Update to 1.17.2.

* gnu/packages/enlightenment.scm (efl): Update to 1.17.2.
da0cef6a — Alex Kost 10 years ago
gnu: lightning: Fix typo.

This is a followup to commit c283b22e93cbf496e13b25878be3ec8a1242fb73.

* gnu/packages/assembly.scm (lightning): Add 'license' prefix.
384bc22a — nikita 10 years ago
gnu: perl-test-harness: Update to 3.36.

* gnu/packages/perl.scm (perl-test-harness): Update to 3.36.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
c283b22e — Alex Kost 10 years ago
gnu: lightning: Move to (gnu packages assembly).

* gnu/packages/lightning.scm: Remove.  Move 'lightning' to...
* gnu/packages/assembly.scm (lightning): ... here.  New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
2831675b — Alex Kost 10 years ago
build: emacs: Search for elisp in "share/emacs/site-lisp".

* guix/build/emacs-build-system.scm (emacs-inputs-el-directories):
Add ".../share/emacs/site-lisp" directory to the returned result as
elisp files can also be placed there.
b3470031 — Leo Famulari 10 years ago
gnu: beets: Move propagated-inputs to inputs.

* gnu/packages/music.scm (beets)[propagated-inputs]: Replace with ...
[inputs]: ... new field.
88c8d72f — Leo Famulari 10 years ago
gnu: beets: Update to 1.3.18.

* gnu/packages/patches/beets-image-test-failure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/music.scm (beets): Update to 1.3.18.
[source]: Use patch.
69af4624 — Ben Woodcroft 10 years ago
gnu: vsearch: Update to 0.11.2.

* gnu/packages/bioinformatics.scm (vsearch): Update to 0.11.2.
a837997c — Jan Nieuwenhuizen 10 years ago
gnu: nasm: Make build bit-reproducible.

* gnu/packages/patches/nasm-no-ps-pdf.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/assembly.scm (nasm): Use it.  Remove ghostscript, do not
build PS or PDF docs.  Makes build bit-reproducible.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ab23fb83 — Ludovic Courtès 10 years ago
hydra: Fix the construction of system test jobs.

* build-aux/hydra/gnu-system.scm (system-test-jobs)[test->thunk]: New
procedure.
[->job]: Use it.
Next