~ruther/guix-local

67c52bb3 — David Thompson 10 years ago
gnu: Add python-websocket-client.

* gnu/packages/python.scm (python-websocket-client): New variable.
210bf497 — David Thompson 10 years ago
gnu: Add python-texttable.

* gnu/packages/python.scm (python-texttable, python2-texttable): New
variables.
b3667afb — David Thompson 10 years ago
gnu: Update python-jsonschema to 2.5.1.

* gnu/packages/python.scm (python-jsonschema): Update to 2.5.1.
[inputs]: Add python-vcversioner.
ea521b42 — David Thompson 10 years ago
gnu: Add python-vcversioner.

* gnu/packages/python.scm (python-vcversioner, python2-vcversioner): New
variables.
e9005180 — David Thompson 10 years ago
gnu: Add version 2.7 variant of python-requests.

* gnu/packages/python.scm (python-requests-2.7): New variable.
3141b83d — Ricardo Wurmus 10 years ago
gnu: r-go-db: Add missing input.

* gnu/packages/bioinformatics.scm (r-go-db)[propagated-inputs]: Add
  "r-annotationdbi".
d7786ce9 — Ricardo Wurmus 10 years ago
gnu: r-sparsem: Add missing "gfortran" input.

* gnu/packages/statistics.scm (r-sparsem)[inputs]: Add "gfortran".
0047d26a — Ricardo Wurmus 10 years ago
gnu: bowtie: Update to 2.2.6.

* gnu/packages/bioinformatics.scm (bowtie): Update to 2.2.6.
[source]: Remove patch; do not set CC and CPP variables.
[inputs]: Add "tbb".
[arguments]: Pass "prefix" and "WITH_TBB" make flags; remove custom
"install" phase.
* gnu/packages/patches/bowtie-fix-makefile.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove patch file.
2d12284d — Efraim Flashner 10 years ago
gnu: gnupg: Add TOFU support.

* gnu/packages/gnupg.scm (gnupg)[inputs]: Add sqlite.
869cda54 — Ben Woodcroft 10 years ago
import: gem: Beautify description field.

* guix/import/gem.scm (gem->guix-package): Use 'beautify-description'.
2028a2c9 — Ben Woodcroft 10 years ago
import: cran: Move beautify-description to utils module.

* guix/import/cran.scm (beautify-description): Move from here...
* guix/import/utils.scm: ... to here.
6b3a1ce8 — Alex Kost 10 years ago
emacs: Fix heading face in "Package Info".

Reported by Ludovic Courtès <ludo@gnu.org> on #guix.
This fixes a regression introduced in commit 7171d824.

'insert-text-button' procedure does not allow to override a button face,
so a specialized button type should be used instead.

* emacs/guix-ui-package.el (guix-package-heading): New button type.
  (guix-package-info-insert-heading): Use it.
6b6f7d6a — Ben Woodcroft 10 years ago
gnu: orfm: Update to 0.5.3.

* gnu/packages/bioinformatics.scm (orfm): Update to 0.5.3.
[native-inputs]: Add inputs required for tests.
[description]: Add commas.
3d84a99e — Ben Woodcroft 10 years ago
gnu: Add ruby-bio-commandeer.

* gnu/packages/ruby.scm (ruby-bio-commandeer): New variable.
7c033c46 — Ben Woodcroft 10 years ago
gnu: Add ruby-systemu.

* gnu/packages/ruby.scm (ruby-systemu): New variable.
7a2eed3a — Ludovic Courtès 10 years ago
hydra: Add missing phase and inputs for 'make dist' job.

* build-aux/hydra/guix.scm (tarball-package): Inherit from 'guix-devel'
rather than 'guix'.  Pass #:phases to 'dist-package'.
b8a35309 — Ludovic Courtès 10 years ago
build-system/gnu: 'dist-package' can be passed the phases.

* guix/build-system/gnu.scm (dist-package): Add #:phases parameter and
honor it.
8c9ef2c3 — Ludovic Courtès 10 years ago
monad-repl: Close connection when leaving the monad REPL.

* guix/monad-repl.scm (store-monad-language): Add 'store' parameter and
use it.  Remove call to 'open-connection'.
(enter-store-monad): Use 'with-store' and pass the store to
'store-monad-language.
e5a19fed — Ricardo Wurmus 10 years ago
gnu: julia: Update to 0.4.3.

* gnu/packages/julia.scm (julia): Update to 0.4.3.
(libuv-julia): Update to 07730c4bd595.
6d268e52 — Alex Kost 10 years ago
emacs: Move loading packages to "guix-emacs.el".

* emacs/guix-init.el: Move the code for auto-loading Emacs packages to...
  (guix-package-enable-at-startup): Move to...
* emacs/guix-emacs.el (guix-package-enable-at-startup): ... here.
Next