~ruther/guix-local

8b9ec354 — Ricardo Wurmus 10 years ago
gnu: Add powertabeditor.

* gnu/packages/music.scm (powertabeditor): New variable.
14a17ef6 — Ricardo Wurmus 10 years ago
gnu: catch-framework: Update to 1.1.3.

* gnu/packages/check.scm (catch-framework): Update to 1.1.3.
cc45cff8 — Ricardo Wurmus 10 years ago
gnu: Add rtmidi.

* gnu/packages/audio.scm (rtmidi): New variable.
6ce212b8 — Ricardo Wurmus 10 years ago
gnu: Add pugixml.

* gnu/packages/xml.scm (pugixml): New variable.
ccb8da26 — Ricardo Wurmus 10 years ago
gnu: Add RapidJSON.

* gnu/packages/web.scm (rapidjson): New variable.
76e14638 — Ricardo Wurmus 10 years ago
gnu: Add withershins.

* gnu/packages/code.scm (withershins): New variable.
e1ad6bfb — Ludovic Courtès 10 years ago
install: Use udev rules for device-mapper.

Fixes <http://bugs.gnu.org/20791>.
Reported by Benz Schenk <benz.schenk@uzh.ch>.

* gnu/system/install.scm (installation-services): Add #:rules argument for
  'udev-service'.
1e44cf8b — Ben Woodcroft 10 years ago
gnu: Add OrfM.

* gnu/packages/bioinformatics.scm (orfm): New variable.

Signed-off-by: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
47da6268 — Ricardo Wurmus 10 years ago
gnu: icedtea7: Bootstrap with GCJ.

* gnu/packages/java.scm (icedtea7): Bootstrap with GCJ rather than compile
  with IcedTea6.
36742f43 — Ricardo Wurmus 10 years ago
gnu: Add Couger.

* gnu/packages/bioinformatics.scm (couger): New variable.
0931c609 — Ricardo Wurmus 10 years ago
gnu: Add randomjungle.

* gnu/packages/machine-learning.scm (randomjungle): New variable.
71f80f54 — Ricardo Wurmus 10 years ago
gnu: Add python-libsvm.

* gnu/packages/machine-learning.scm (python-libsvm): New variable.
741115b6 — Ricardo Wurmus 10 years ago
gnu: Add libsvm.

* gnu/packages/machine-learning.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
e0a02cb2 — Ricardo Wurmus 10 years ago
gnu: ngs-sdk: Update to version 1.1.1.

* gnu/packages/bioinformatics.scm (ngs-sdk): Update to version 1.1.1.
48d21d6c — Eric Bavier 10 years ago
gnu: ghc: Patch runtime references to /bin/sh.

* gnu/packages/haskell.scm (ghc)[arguments]: Rename
  'unpack-and-fix-testsuite' phase to 'unpack-testsuite-and-fix-bins'.
  Patch source files that reference /bin/sh.
6508ce55 — Eric Bavier 10 years ago
build-system/haskell: install config for any package that creates it.

A Cabal package is allowed to declare an "empty" library, in an
otherwise executable-only package, for the purpose of allowing Cabal
to use it as a dependency for other packages.  See e.g. hspec-discover.

* guix/build/haskell-build-system.scm (register): Unconditionally call
  setup script with "register", and install any config file generated.
b4b1fe9d — Eric Bavier 10 years ago
profiles: Process ghc conf files only once.

A package may be listed in the manifest inputs multiple times.  Avoid
copying ghc *.conf files twice by deleting duplicates.

* guix/profiles.scm (ghc-package-cache-file)[conf-files]: Delete
  duplicate manifest inputs before copying conf files.
84de458b — Eric Bavier 10 years ago
profiles: Search for ghc conf files only if package db exists.

This avoids having 'find-files' report warnings about searching in
non-existent directories.

* guix/profiles.scm (ghc-package-cache-file)[conf-files]: Only search
  for *.conf files if the search directory exists.
dc7b1817 — Mark H Weaver 10 years ago
Revert "gnu: openssl: Update to 1.0.2b."

This reverts commit 4f467e33de0b64b1afd935d14ec6a4839e03bdfc.
4f467e33 — Mark H Weaver 10 years ago
gnu: openssl: Update to 1.0.2b.

* gnu/packages/openssl.scm (openssl): Update to 1.0.2b.
Next