gnu: Add libshout.
* gnu/packages/xiph.scm (libshout): New varibale.
gnu: Add libavc1394.
* gnu/packages/linux.scm (libavc1394): New variable.
gnu: Add libraw1394.
* gnu/packages/linux.scm (libraw1394): New variable.
gnu: Add icecast.
* gnu/packages/xiph.scm (icecast): New variable.
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.
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.
gnu: node: Update to 0.12.2.
gnu: Add gnome-terminal.
* gnu/packages/gnome.scm (gnome-terminal): New variable.
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.
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.
gnu: source-highlight: Update to 3.1.8.
* gnu/packages/pretty-print.scm (source-highlight): Update to 3.1.8.
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'.
gnu: ghc: Fix i686 build.
* gnu/packages/haskell.scm (ghc-bootstrap-7.8.4): Replace with ...
(ghc-bootstrap-i686-7.8.4, ghc-bootstrap-x86_64-7.8.4): ... these.
(ghc)[native-inputs]: Select the appropriate bootstrap.
gnu: Add Catalyst-View-JSON.
* gnu/packages/web.scm (perl-catalyst-view-json): New variable.
gnu: Add Perl YAML.
* gnu/packages/perl.scm (perl-yaml): New variable.
gnu: Add Test-YAML.
* gnu/packages/perl.scm (perl-test-yaml): New variable.
gnu: Add Test-Base.
* gnu/packages/perl.scm (perl-test-base): New variable.
gnu: Add Spiffy.
* gnu/packages/perl.scm (perl-spiffy): New variable.
gnu: Add Catalyst-View-Download.
* gnu/packages/web.scm (perl-catalyst-view-download): New variable.
gnu: Add Test-WWW-Mechanize-Catalyst.
* gnu/packages/web.scm (perl-test-www-mechanize-catalyst): New
variable.