~ruther/guix-local

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.
8d30be32 — Mark H Weaver 11 years ago
Revert "gnu: tzdata: Update to 2015b."

This reverts commit 41fd23334d9932c978579576fd86c5f89894c015.
147479c9 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add audacity.

* gnu/packages/audacity.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/patches/audacity-fix-ffmpeg-binding.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
b47be021 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: portaudio: Patch for Audacity compatibility.

* gnu/packages/audio.scm (portaudio): Add a patch for Audacity compatibility.
* gnu/packages/patches/portaudio-audacity-compat.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
41fd2333 — Mark H Weaver 11 years ago
gnu: tzdata: Update to 2015b.

* gnu/packages/base.scm (tzdata): Update to 2015b.
e930c2a3 — Mark H Weaver 11 years ago
gnu: liba52: Pass --build to configure.

* gnu/packages/video.scm (liba52)[arguments]: Pass --build to configure.
18ad5bff — Mark H Weaver 11 years ago
gnu: xbindkeys: Pass --build to configure.

* gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Pass --build to
  configure.
2242ff45 — Ludovic Courtès 11 years ago
gexp: Slightly simplify 'lower-inputs'.

* guix/gexp.scm (lower-inputs): Simplify first case by removing the
  'input' binding.
d9ae938f — Ludovic Courtès 11 years ago
gexp: Add 'local-file'.

* guix/gexp.scm (<local-file>): New record type.
  (local-file): New procedure.
  (local-file-compiler): New compiler.
  (gexp->sexp) <struct? thing>: Handle the case where 'lower' returns a
  file name.
  (text-file*): Update docstring.local-file doc
* tests/gexp.scm ("one local file", "gexp->derivation, local-file"): New
  tests.
* doc/guix.texi (G-Expressions): Mention local files early.  Document
  'local-file'.  Update 'text-file*' documentation.
b39fc6f7 — Ludovic Courtès 11 years ago
doc: Update gexp wrt. extensibility.

This is a followup to bcb1328.

* doc/guix.texi (G-Expressions): Move paragraph about extensibility
  below.  Remove assumptions that things are either packages or
  derivations.
065b7954 — Eric Bavier 11 years ago
gnu: Add tocc.

* gnu/packages/search.scm (libtocc, tocc): New variables.
Next