summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* system: Take kernel modules from the user-specified kernel.Andy Wingo2015-04-05
| | | | | | | | | | | * gnu/system/linux-initrd.scm (base-initrd): Add #:linux option to specify the linux kernel to use. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Propagate #:linux to base-initrd. * gnu/system.scm (operating-system-initrd-file): Pass #:linux to 'make-initrd'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nginx: Clean up installation directories.David Thompson2015-04-05
| | | | * gnu/packages/web.scm (nginx): Add 'fix-root-dirs' phase.
* gnu: nginx: Use modify-phases syntax.David Thompson2015-04-05
| | | | * gnu/packages/web.scm (nginx): Use modify-phases syntax.
* gnu: Add livestreamer.David Thompson2015-04-05
| | | | * gnu/packages/video.scm (livestreamer): New variable.
* gnu: Add python-singledispatch.David Thompson2015-04-05
| | | | | * gnu/packages/python.scm (python-singledispatch, python2-singledispatch): New variables.
* gnu: python-requests: Fix Python 2 version and add support for Python 3.David Thompson2015-04-05
| | | | | * gnu/packages/python.scm (python-requests): New variable. (python2-requests): Generate based on Python 3 variant.
* gnu: gnome-mines: Update to 3.16.0.宋文武2015-04-05
| | | | * gnu/packages/gnome.scm (gnome-mines): Update to 3.16.0.
* gnu: gsettings-desktop-schemas: Enable GObject introspection.宋文武2015-04-05
| | | | | * gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]: Add gobject-introspection.
* gnu: gsettings-desktop-schemas: Update to 3.16.0.宋文武2015-04-05
| | | | * gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.16.0.
* gnu: Add aalib.宋文武2015-04-05
| | | | * gnu/packages/video.scm (aalib): New variable.
* gnu: Add WavPack.宋文武2015-04-05
| | | | * gnu/packages/audio.scm (wavpack): New variable.
* gnu: Add libshout.宋文武2015-04-05
| | | | * gnu/packages/xiph.scm (libshout): New varibale.
* gnu: Add libavc1394.宋文武2015-04-05
| | | | * gnu/packages/linux.scm (libavc1394): New variable.
* gnu: Add libraw1394.宋文武2015-04-05
| | | | * gnu/packages/linux.scm (libraw1394): New variable.
* gnu: Add icecast.David Thompson2015-04-04
| | | | * gnu/packages/xiph.scm (icecast): New variable.
* scripts: Add 'publish' command.David Thompson2015-04-04
| | | | | | | | | * 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.David Thompson2015-04-04
| | | | | | | | * 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.David Thompson2015-04-04
|
* gnu: Add gnome-terminal.Andy Wingo2015-04-04
| | | | * gnu/packages/gnome.scm (gnome-terminal): New variable.
* gnu: Perl GD: Add stub patch.Mark H Weaver2015-04-04
| | | | | | | | | | 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.Mark H Weaver2015-04-04
| | | | | | | | 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.Mark H Weaver2015-04-04
| | | | * gnu/packages/pretty-print.scm (source-highlight): Update to 3.1.8.
* build-system: Add haskell-build-system.Federico Beffa2015-04-04
| | | | | | * 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.Federico Beffa2015-04-04
| | | | | | * 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.Eric Bavier2015-04-04
| | | | * gnu/packages/web.scm (perl-catalyst-view-json): New variable.
* gnu: Add Perl YAML.Eric Bavier2015-04-04
| | | | * gnu/packages/perl.scm (perl-yaml): New variable.
* gnu: Add Test-YAML.Eric Bavier2015-04-04
| | | | * gnu/packages/perl.scm (perl-test-yaml): New variable.
* gnu: Add Test-Base.Eric Bavier2015-04-04
| | | | * gnu/packages/perl.scm (perl-test-base): New variable.
* gnu: Add Spiffy.Eric Bavier2015-04-04
| | | | * gnu/packages/perl.scm (perl-spiffy): New variable.
* gnu: Add Catalyst-View-Download.Eric Bavier2015-04-04
| | | | * gnu/packages/web.scm (perl-catalyst-view-download): New variable.
* gnu: Add Test-WWW-Mechanize-Catalyst.Eric Bavier2015-04-04
| | | | | * gnu/packages/web.scm (perl-test-www-mechanize-catalyst): New variable.
* gnu: Add Text-CSV.Eric Bavier2015-04-04
| | | | * gnu/packages/perl.scm (perl-text-csv): New variable.
* gnu: Add Test-utf8.Eric Bavier2015-04-04
| | | | * gnu/packages/perl.scm (perl-test-utf8): New variable.
* gnu: Add Catalyst-TraitFor-Request-ProxyBase.Eric Bavier2015-04-04
| | | | | * gnu/packages/web.scm (perl-catalyst-traitfor-request-proxybase): New variable.
* gnu: Add CatalystX-RoleApplicator.Eric Bavier2015-04-04
| | | | * gnu/packages/web.scm (perl-catalystx-roleapplicator): New variable.
* gnu: Add MooseX-RelatedClassRoles.Eric Bavier2015-04-04
| | | | * gnu/packages/perl.scm (perl-moosex-relatedclassroles): New variable.
* gnu: Add Catalyst-Plugin-StackTrace.Eric Bavier2015-04-04
| | | | | * gnu/packages/web.scm (perl-catalyst-plugin-stacktrace): New variable.
* gnu: Add Catalyst-Plugin-Session-Store-FastMmap.Eric Bavier2015-04-04
| | | | | * gnu/packages/web.scm (perl-catalyst-plugin-session-store-fastmmap): New variable.
* gnu: Add Cache-FastMmap.Eric Bavier2015-04-04
| | | | * gnu/packages/perl.scm (perl-cache-fastmmap): New variable.
* gnu: Add Catalyst-Plugin-Session-State-Cookie.Eric Bavier2015-04-04
| | | | | * gnu/packages/web.scm (perl-catalyst-plugin-session-state-cookie): New variable.
* gnu: Add Catalyst-Plugin-Captcha.Eric Bavier2015-04-04
| | | | * gnu/packages/web.scm (perl-catalyst-plugin-captcha): New variable.
* gnu: Add GD-SecurityImage.Eric Bavier2015-04-04
| | | | * gnu/packages/gd.scm (perl-gd-securityimage): New variable.
* gnu: Add PerlMagick.Eric Bavier2015-04-04
| | | | * gnu/packages/imagemagick.scm (perl-image-magick): New variable.
* gnu: Add Perl GD.Eric Bavier2015-04-04
| | | | * gnu/packages/gd.scm (perl-gd): New variable.
* gnu: gst-plugins-base: Enable GObjection introspection.宋文武2015-04-04
| | | | | | | * gnu/packages/gstreamer.scm (gst-plugins-base): Add gobject-introspection to 'native-inputs'. [arguments]<#:phases>: Rename patch-test-pb-utils to patch. Add (setenv "CC" "gcc") to patch phase.
* gnu: gst-plugins-base: Move html documentation to 'doc' output.宋文武2015-04-04
| | | | | * gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field. [arguments]: Add #:configure-flags.
* gnu: gst-plugins-base: Propagate input gstreamer.宋文武2015-04-04
| | | | | * gnu/packages/gstreamer.scm (gst-plugins-base): Move "gstreamer" to 'propagated-inputs'.
* gnu: gstreamer: Move html documentation to 'doc' output.宋文武2015-04-04
| | | | | * gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field. [arguments]: Add #:configure-flags.
* gnu: gstreamer: Enable GObject introspection.宋文武2015-04-04
| | | | | | * gnu/packages/gstreamer.scm (gstreamer): Add gobject-introspection to 'native-inputs'. [arguments]: New field.
* gnu: vte: Propagate GnuTLS.Ludovic Courtès2015-04-03
| | | | | * gnu/packages/gnome.scm (vte): Move GNUTLS from 'inputs' to 'propagated-inputs'. Suggested by 宋文武 <iyzsong@gmail.com>.