~ruther/guix-local

b9bc6e84 — Leo Famulari 9 years ago
gnu: expat: Fix regression caused by fix for CVE-2016-0718.

* gnu/packages/xml.scm (expat)[replacement]: New field.
(expat/fixed): New variable.
* gnu/packages/patches/expat-CVE-2016-0718-fix-regression.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
32f70e1f — Thomas Danckaert 10 years ago
gnu: Add gctp.

* gnu/packages/maths.scm (gctp): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3973e137 — nikita 9 years ago
gnu: Add gloox.

* gnu/packages/messaging.scm (gloox): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
419fb3f1 — nikita 9 years ago
gnu: femtolisp: Don't build on mips64el or armhf.

* gnu/packages/lisp.scm (femtolisp)[supported-systems]: New field,
remove support for mips64el and armhf.

Signed-off-by: Leo Famulari <leo@famulari.name>
e9070933 — Andy Wingo 9 years ago
gnu: Add gobby.

* gnu/packages/gobby.scm (gobby): New variable.
22a3cff3 — Andy Wingo 9 years ago
gnu: Add obby.

* gnu/packages/gobby.scm (obby): New variable.
c8105e81 — Andy Wingo 9 years ago
gnu: Add libnet6.

* gnu/packages/gobby.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
b61d9627 — Andy Wingo 9 years ago
gnu: Add libxml++-2.

* gnu/packages/gnome.scm (libxml++-2): New variable.
66329c23 — Andy Wingo 9 years ago
gnu: New default Dovecot service postmaster_address

* gnu/services/mail.scm (dovecot-configuration): Change default for
  postmaster-address, as dovecot is now requiring a non-empty value and
  will fail to start up otherwise.
* doc/guix.texi (Mail Services): Update.
a777535c — Efraim Flashner 9 years ago
gnu: aria2: Update to 1.27.1.

* gnu/packages/bittorrent.scm (aria2): Update to 1.27.1.
99caa6f7 — Ben Woodcroft 9 years ago
gnu: python-plastid: Update to 1.4.6.

* gnu/packages/bioinformatics.scm (python-plastid, python2-plastid): Update to
1.4.6.
[propagated-inputs]: Add python-termcolor.
67f66812 — Ben Woodcroft 9 years ago
gnu: Add python-termcolor.

* gnu/packages/python.scm (python-termcolor, python2-termcolor): New
variables.
f536dce5 — Marius Bakke 9 years ago
gnu: python-pysam: Enable tests.

* gnu/packages/bioinformatics.scm (python-pysam)[source]: Change from
PyPi to source archive due to missing test data.
[arguments]: Add check phase after install.
[native-inputs]: Add python-nose, samtools and bcftools.
dff26b23 — Marius Bakke 9 years ago
gnu: python-pysam: Delete bundled htslib.

* gnu/packages/bioinformatics.scm (python-pysam)[source]: Add snippet
to delete htslib.
[arguments]: Add htslib flags in 'set-flags phase.
[propagated-inputs]: New field. Add htslib.
397d463a — Marius Bakke 9 years ago
gnu: python-pysam: Use 'modify-phases'.

* gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Use
'modify-phases'.
bdc7be59 — Marius Bakke 9 years ago
gnu: Add bcftools.

* gnu/packages/bioinformatics.scm (bcftools): New variable.
e301bfc8 — Marius Bakke 9 years ago
gnu: python2-pbcore: Update to 1.2.10.

* gnu/packages/bioinformatics.scm (python2-pbcore): Update to 1.2.10.
[propagated-inputs]: New field. Add python2-pyxb.
c2efe1ae — Marius Bakke 9 years ago
gnu: Add python-pyxb.

* gnu/packages/xml.scm (python-pyxb, python2-pyxb): New variables.
fd49eb21 — Marius Bakke 9 years ago
gnu: python-pysam: Update to 0.9.1.4.

* gnu/packages/bioinformatics.scm (python-pysam, python2-pysam): Update
to 0.9.1.4.
8a54c0ec — Ludovic Courtès 9 years ago
guix build: Gracefully handle packages without source for '-S'.

Fixes <http://bugs.gnu.org/22836>.
Reported by Ricardo Wurmus <rekado@elephly.net>.

* guix/scripts/build.scm (options->derivations): Gracefully
handle (package-source p) = #f.
Next