summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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>.
* gnu: vte: Update to 0.40.0.Andy Wingo2015-04-03
| | | | | | * gnu/packages/gnome.scm (vte): Update to 0.40.0. Add 'inputs' field. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* build-system/glib-or-gtk: Wrap libexec programs.Andy Wingo2015-04-03
| | | | | | | * guix/build/glib-or-gtk-build-system.scm (wrap-all-programs): Also wrap binaries in libexec/, such as those launched by dbus services. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: lsh: Change #:initialize? to default to #t.Ludovic Courtès2015-04-03
| | | | | | | | * gnu/services/ssh.scm (lsh-service): Change #:initialize? to default to #t. * doc/guix.texi (Using the Configuration System): Remove #:initialize? #t from example. (Networking Services): Adjust accordingly.
* ui: Recognize 'guix help'.Ludovic Courtès2015-04-03
| | | | | | Suggested by Andy Wingo. * guix/ui.scm (guix-main): Add "help" case.
* gnu: Remove deleted patch file from build system.David Thompson2015-04-03
| | | | * gnu-system.am (dist_patch_DATA): Remove 'gnu/packages/patches/librep-rules.mk.patch'.
* gnu: librep: Update to 0.92.5.宋文武2015-04-03
| | | | | * gnu/packages/sawfish.scm (librep): Update to 0.92.5. * gnu/packages/patches/librep-rules.mk.patch: Remove.
* gnu: xorg: Add patch to fix sis driver crashes.Alex Kost2015-04-03
| | | | | | * gnu/packages/patches/xf86-video-sis-fix-exa-crash.patch: New file. * gnu/packages/xorg.scm (xf86-video-sis): Use it. * gnu-system.am (dist_patch_DATA): Add it.
* packages: Fix typo.Alex Kost2015-04-03
| | | | * gnu/packages.scm: Fix the name of an exported variable (%patch-path).
* gnu: Add libinput.宋文武2015-04-03
| | | | * gnu/packages/freedesktop.scm (libinput): New variable.
* doc: Make it clear that store items must not be deleted by hand.Ludovic Courtès2015-04-02
| | | | | * doc/guix.texi (Invoking guix gc): Add that this is the only way to delete files.
* doc: Remove bits about having to create /gnu/store manually.Ludovic Courtès2015-04-02
| | | | | * doc/guix.texi (Build Environment Setup): Remove bit about creating /gnu/store. This is done automatically since 15ddeff.
* gnu: libva: Fix 'license' field.Ludovic Courtès2015-04-02
| | | | | | | * gnu/packages/video.scm: Import (guix licenses) with the 'license:' prefix and adjust 'license' fields accordingly. Fixes a bug whereby libva was referring to the 'expat' package instead of the 'expat' license.
* gnu: Add Catalyst-Plugin-AccessLog.Eric Bavier2015-04-02
| | | | * gnu/packages/web.scm (perl-catalyst-plugin-accesslog): New variable.
* gnu: Add DateTime.Eric Bavier2015-04-02
| | | | * gnu/packages/perl.scm (perl-datetime): New variable.
* gnu: Add DateTime-Locale.Eric Bavier2015-04-02
| | | | * gnu/packages/perl.scm (perl-datetime-locale): New variable.
* gnu: Add DateTime-TimeZone.Eric Bavier2015-04-02
| | | | * gnu/packages/perl.scm (perl-datetime-timezone): New variable.
* gnu: Add List-AllUtils.Eric Bavier2015-04-02
| | | | * gnu/packages/perl.scm (perl-list-allutils): New variable.
* gnu: Add Class-Singleton.Eric Bavier2015-04-02
| | | | * gnu/packages/perl.scm (perl-class-singleton): New variable.
* gnu: Add Catalyst-DispatchType-Regex.Eric Bavier2015-04-02
| | | | | * gnu/packages/web.scm (perl-catalyst-dispatchtype-regex): New variable.
* gnu: Add fcitx.宋文武2015-04-02
| | | | | * gnu/packages/fcitx.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: icecat: Apply fixes for CVE-2015-{0801,0807,0815,0816}.Mark H Weaver2015-04-02
| | | | | | | | | | | | | | | | | Actually, CVE-2015-0801 and CVE-2015-0816 were already patched in 4c153a9125fa0913077b06b5ed537958ae4ca163, but the corresponding CVEs were not yet announced. * gnu/packages/patches/icecat-bug-1146339.patch: Rename to ... * gnu/packages/patches/icecat-CVE-2015-0801.patch: ... this. * gnu/packages/patches/icecat-bug-1144991.patch: Rename to ... * gnu/packages/patches/icecat-CVE-2015-0816.patch: ... this. * gnu/packages/patches/icecat-CVE-2015-0807.patch, gnu/packages/patches/icecat-CVE-2015-0815-pt1.patch, gnu/packages/patches/icecat-CVE-2015-0815-pt2.patch, gnu/packages/patches/icecat-CVE-2015-0815-pt3.patch: New files. * gnu-system.am (dist_patch_DATA): Add them, and adapt to renamed files. * gnu/packages/gnuzilla.scm (icecat): Add patches, and adapt to renamed files.
* gnu: linux-libre: Update to 3.19.3.Mark H Weaver2015-04-01
| | | | | | | | | | | | | The changes to linux-libre-*.conf are by Jason Self <j@jxself.org>. * gnu/packages/patches/linux-libre-libreboot-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre): Update to version 3.19.3. Add patch. * gnu/packages/linux-libre-i686.conf, gnu/packages/linux-libre-x86_64.conf: Update for 3.19.x. Co-Authored-By: Jason Self <j@jxself.org>
* services: syslog-service: Add 'config-file' argument.Alex Kost2015-04-01
| | | | | | * gnu/services/base.scm (syslog-service): Add 'config-file' keyword argument. * doc/guix.texi (Base Services): Document it.
* gnu: Add clustal omega.Ricardo Wurmus2015-04-01
| | | | * gnu/packages/bioinformatics.scm (clustal-omega): New variable.
* gnu: Add argtable.Ricardo Wurmus2015-04-01
| | | | * gnu/packages/popt.scm (argtable): New variable.
* gnu: pulseaudio: Increase timeout on cpu-mix-test.Mark H Weaver2015-04-01
| | | | | | * gnu/packages/patches/pulseaudio-longer-test-timeout.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/pulseaudio.scm (pulseaudio)[source]: Add patch.
* Add (guix build gremlin).Ludovic Courtès2015-03-31
| | | | | | * guix/build/gremlin.scm, tests/gremlin.scm: New files. * Makefile.am (MODULES): Add guix/build/gremlin.scm. (SCM_TESTS): Add tests/gremlin.scm.
* tests: Fix module name for 'lint'.Ludovic Courtès2015-03-31
| | | | * tests/lint.scm: Change module name to 'test-lint'.
* gnu: xterm: Update to 317.Mark H Weaver2015-03-31
| | | | * gnu/packages/xorg.scm (xterm): Update to 317.
* gnu: pbtranscript-tofu: Add missing inputs.Ricardo Wurmus2015-03-31
| | | | | * gnu/packages/bioinformatics.scm (pbtranscript-tofu)[inputs]: Add missing runtime inputs.