~ruther/guix-local

488c34ec — 宋文武 11 years ago
gnu: Add fcitx.

* gnu/packages/fcitx.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
b7178dc4 — Mark H Weaver 11 years ago
gnu: icecat: Apply fixes for CVE-2015-{0801,0807,0815,0816}.

Actually, CVE-2015-0801 and CVE-2015-0816 were already patched in
4c153a9125fa0913077b06b5ed537958ae4ca163, but the corresponding CVEs
were not yet announced.

* gnu/packages/patches/icecat-bug-1146339.patch: Rename to ...
* gnu/packages/patches/icecat-CVE-2015-0801.patch: ... this.
* gnu/packages/patches/icecat-bug-1144991.patch: Rename to ...
* gnu/packages/patches/icecat-CVE-2015-0816.patch: ... this.
* gnu/packages/patches/icecat-CVE-2015-0807.patch,
  gnu/packages/patches/icecat-CVE-2015-0815-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-0815-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-0815-pt3.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them, and adapt to renamed files.
* gnu/packages/gnuzilla.scm (icecat): Add patches, and adapt to renamed files.
5fd5e83d — Mark H Weaver 11 years ago
gnu: linux-libre: Update to 3.19.3.

The changes to linux-libre-*.conf are by Jason Self <j@jxself.org>.

* gnu/packages/patches/linux-libre-libreboot-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre): Update to version 3.19.3.
  Add patch.
* gnu/packages/linux-libre-i686.conf,
  gnu/packages/linux-libre-x86_64.conf: Update for 3.19.x.

Co-Authored-By: Jason Self <j@jxself.org>
1bb76f75 — Alex Kost 11 years ago
services: syslog-service: Add 'config-file' argument.

* gnu/services/base.scm (syslog-service): Add 'config-file' keyword
argument.
* doc/guix.texi (Base Services): Document it.
bfe3c685 — Ricardo Wurmus 11 years ago
gnu: Add clustal omega.

* gnu/packages/bioinformatics.scm (clustal-omega): New variable.
9495e736 — Ricardo Wurmus 11 years ago
gnu: Add argtable.

* gnu/packages/popt.scm (argtable): New variable.
f6e7e20b — Mark H Weaver 11 years ago
gnu: pulseaudio: Increase timeout on cpu-mix-test.

* gnu/packages/patches/pulseaudio-longer-test-timeout.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/pulseaudio.scm (pulseaudio)[source]: Add patch.
15aa2c38 — Ludovic Courtès 11 years ago
Add (guix build gremlin).

* guix/build/gremlin.scm, tests/gremlin.scm: New files.
* Makefile.am (MODULES): Add guix/build/gremlin.scm.
  (SCM_TESTS): Add tests/gremlin.scm.
4e7b6b48 — Ludovic Courtès 11 years ago
tests: Fix module name for 'lint'.

* tests/lint.scm: Change module name to 'test-lint'.
fbbcf698 — Mark H Weaver 11 years ago
gnu: xterm: Update to 317.

* gnu/packages/xorg.scm (xterm): Update to 317.
c5372108 — Ricardo Wurmus 11 years ago
gnu: pbtranscript-tofu: Add missing inputs.

* gnu/packages/bioinformatics.scm (pbtranscript-tofu)[inputs]: Add missing
  runtime inputs.
49261e45 — Ricardo Wurmus 11 years ago
gnu: pbtranscript-tofu: Delete pre-built libraries.

* gnu/packages/bioinformatics.scm (pbtranscript-tofu)[arguments]: Delete
  "build" directory and any shared objects after unpacking.
32f77c04 — Ricardo Wurmus 11 years ago
gnu: Add python-networkx.

* gnu/packages/python.scm (python-networkx, python2-networkx): New variables.
3cff95cb — Ricardo Wurmus 11 years ago
gnu: Add python-decorator.

* gnu/packages/python.scm (python-decorator, python2-decorator): New
  variables.
de07c0db — Ricardo Wurmus 11 years ago
gnu: Add vcftools.

* gnu/packages/bioinformatics.scm (vcftools): New variable.
8e913213 — Ricardo Wurmus 11 years ago
gnu: Add cutadapt.

* gnu/packages/bioinformatics.scm (cutadapt): New variable.
9af288a6 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: ngircd: Fix test suite.

* gnu/packages/messaging.scm (ngircd): Overwrite getpid.sh with a more
  reliable version.
f73b8e3d — Ludovic Courtès 11 years ago
install: Create /var/tmp.

Suggested by Mark H Weaver <mhw@netris.org>.

* gnu/build/install.scm (directives): Add /var/tmp.
e9f1fa39 — Ludovic Courtès 11 years ago
gnu: Add missing copyright line.

* gnu/packages/graphics.scm: Add copyright line for 87bafa0.
96af5589 — Ludovic Courtès 11 years ago
elf: Add missing argument in 'elf-segment'.

* guix/elf.scm (elf-segment): Add missing argument N.
Next