~ruther/guix-local

e16fde14 — David Thompson 11 years ago
gnu: Add livestreamer.

* gnu/packages/video.scm (livestreamer): New variable.
0234ca06 — David Thompson 11 years ago
gnu: Add python-singledispatch.

* gnu/packages/python.scm (python-singledispatch, python2-singledispatch): New
  variables.
ae641128 — David Thompson 11 years ago
gnu: python-requests: Fix Python 2 version and add support for Python 3.

* gnu/packages/python.scm (python-requests): New variable.
  (python2-requests): Generate based on Python 3 variant.
121398e7 — 宋文武 11 years ago
gnu: gnome-mines: Update to 3.16.0.

* gnu/packages/gnome.scm (gnome-mines): Update to 3.16.0.
7211944a — 宋文武 11 years ago
gnu: gsettings-desktop-schemas: Enable GObject introspection.

* gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]:
  Add gobject-introspection.
67bdcfbc — 宋文武 11 years ago
gnu: gsettings-desktop-schemas: Update to 3.16.0.

* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.16.0.
6b2c6be0 — 宋文武 11 years ago
gnu: Add aalib.

* gnu/packages/video.scm (aalib): New variable.
01b90919 — 宋文武 11 years ago
gnu: Add WavPack.

* gnu/packages/audio.scm (wavpack): New variable.
9d44ab95 — 宋文武 11 years ago
gnu: Add libshout.

* gnu/packages/xiph.scm (libshout): New varibale.
68e3c29d — 宋文武 11 years ago
gnu: Add libavc1394.

* gnu/packages/linux.scm (libavc1394): New variable.
0a588bf9 — 宋文武 11 years ago
gnu: Add libraw1394.

* gnu/packages/linux.scm (libraw1394): New variable.
6ef1c223 — David Thompson 11 years ago
gnu: Add icecast.

* gnu/packages/xiph.scm (icecast): New variable.
aff8ce7c — David Thompson 11 years ago
scripts: Add 'publish' command.

* guix/scripts/publish.scm: New file.
* po/guix/POTFILES.in: Add it.
* tests/publish.scm: New file.
* Makefile.am (MODULES): Add script module.
  (SCM_TESTS): Add test module.
* doc/guix.texi ("Invoking guix publish"): New node.
533d1768 — David Thompson 11 years ago
store: Add query-path-info operation.

* guix/store.scm (<path-info>): New record type.
  (read-path-info): New procedure.
  (read-arg): Add 'path-info' syntax.
  (query-path-info): New variable.
* tests/store.scm ("query-path-info"): New test.
4cd27cd6 — David Thompson 11 years ago
gnu: node: Update to 0.12.2.
88f70665 — Andy Wingo 11 years ago
gnu: Add gnome-terminal.

* gnu/packages/gnome.scm (gnome-terminal): New variable.
43754738 — Mark H Weaver 11 years ago
gnu: Perl GD: Add stub patch.

This is a temporary fix to enable hydra to complete evaluations, which were
broken by f7ee7a9b06a386863d7752ba028a79bb98d3504d due to a missing patch
file.  The real patch will be put into place in a later commit.

* gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch:
  New file.  This is just a stub.
* gnu-system.am (dist_patch_DATA): Add it.
f905286b — Mark H Weaver 11 years ago
gnu: source-highlight: Remove obsolete patch.

This should have been done in a952b10c23c9ca5931793d862a718b55492a046d.

* gnu/packages/patches/source-highlight-regexrange-test.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/pretty-print.scm (source-highlight)[source]: Remove patch.
a952b10c — Mark H Weaver 11 years ago
gnu: source-highlight: Update to 3.1.8.

* gnu/packages/pretty-print.scm (source-highlight): Update to 3.1.8.
14dfdf2e — Federico Beffa 11 years ago
build-system: Add haskell-build-system.

* guix/build-system/haskell.scm: New file.
* guix/build/haskell-build-system.scm: New file.
* doc/guix.texi: Add section on 'haskell-build-system'.
Next