~ruther/guix-local

f8aa265e — Efraim Flashner 8 years ago
gnu: linux-libre: Fix home-page url.

* gnu/packages/linux.scm (linux-libre)[home-page]: Remove duplicate
forward slash.
a3a932c0 — nikita 8 years ago
gnu: xorriso: Remove 'bzip2' and 'libcdio' from inputs.

Thomas Schmitt suggested in bug#28398 to apply these changes. Neither of these
inputs are referenced by the output store item.

* gnu/packages/cdrom.scm (xorriso)[inputs]: Remove 'bzip2' and 'libcdio'.

Signed-off-by: Christopher Baines <mail@cbaines.net>
53e1b30e — nikita 8 years ago
gnu: Add xfburn.

* gnu/packages/xfce.scm (xfburn): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
dbfab26d — nikita 8 years ago
gnu: Add libisofs.

* gnu/packages/cdrom.scm (libisofs): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
1d8e04e6 — nikita 8 years ago
gnu: Add libburn.

* gnu/packages/cdrom.scm (libburn): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
bff6739d — Peter Kreye 8 years ago
gnu: ocaml-findlib: Update to 1.7.3.

* gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.7.3.
* gnu/packages/ocaml.scm (ocaml-findlib-1.7.3): Removed.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
a9e9fd15 — Peter Kreye 8 years ago
gnu: Add ocaml-tsdl.

* gnu/packages/ocaml.scm (ocaml-tsdl): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
c98c8237 — Peter Kreye 8 years ago
gnu: Add ocaml-ocb-stubblr.

* gnu/packages/ocaml.scm (ocaml-ocb-stubblr): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
69d08bb1 — Peter Kreye 8 years ago
gnu: Add ocaml-ctypes.

* gnu/packages/ocaml.scm (ocaml-ctypes): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
edac5354 — Peter Kreye 8 years ago
gnu: Add ocaml-integers.

* gnu/packages/ocaml.scm (ocaml-integes): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2b4d2a4d — Peter Kreye 8 years ago
gnu: ocaml-findlib-1.7.3: Fix install.

* gnu/packages/ocaml.scm (ocaml-findlib-1.7.3): install topfind to
lib/ocaml/site-lib

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
95e545a4 — Nicolas Goaziou 8 years ago
gnu: solfege: Make configuration more robust to GC

* gnu/packages/music.scm (solfege): Do not introduce store filenames in the
configuration skeleton.
[inputs]: Remove optional players.
537a17fb — Leo Famulari 8 years ago
gnu: Add copyright statement for Alex Vong.

This is a followup to commit 20be64dcf7d4d08e75eb56c34890420bea7882ec.

* gnu/packages/base.scm: Add copyright statement.
9b32bf6e — Christopher Baines 8 years ago
gnu: Fix and improve the mongo-tools package.

The hash of the source for this package is wrong. Most probably because the
source was changed from a tarball to a git repository without updating the
hash. Fixing this seems to break the check phase, so I rewrote that as well,
making changes to the build and install phases as needed.

* gnu/packages/databases.scm (mongo-tools)[source]: Update the hash value.
  [arguments]: Remove the different unpack path, as this isn't necessary when
  using the git repository as a source. Move the list of tools to make it
  accessible from multiple phases. Rewrite the build phase, getting it to
  install the tools in to the location the tests seem to expect to find
  them. Replace the check phase to run the tests for each tool
  individually. Add an install phase to install the tools, now that go install
  is not being run in the build phase.
  [native-inputs]: Add go-github.com-smartystreets-goconvey as a native-input
  as this is required for running the tests.
8d54ace7 — Christopher Baines 8 years ago
gnu: Add go-github.com-smartystreets-goconvey.

* gnu/packages/check.scm (go-github.com-smartystreets-goconvey): New variable.
da6f9d41 — Christopher Baines 8 years ago
gnu: Add go-github.com-jtolds-gls.

* gnu/packages/golang.scm (go-github.com-jtolds-gls): New variable.
7952804c — Christopher Baines 8 years ago
gnu: Add go-github.com-smartystreets-assertions.

* gnu/packages/check.scm (go-github.com-smartystreets-assertions): New
  variable.
bee30125 — Christopher Baines 8 years ago
gnu: Add go-github.com-smartystreets-gunit.

* gnu/packages/check.scm (go-github.com-smartystreets-gunit): New variable.
e543e8c0 — David Thompson 8 years ago
gnu: awscli: Update to 1.14.32.

* gnu/packages/python-web.scm (awscli): Update to 1.14.32.
beacd8a0 — David Thompson 8 years ago
gnu: python-botocore: Update to 1.8.36.

* gnu/packages/python.scm (python-botocore): Update to 1.8.36.
Next