aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
* gnu: Add gnome-terminal.•••* gnu/packages/gnome.scm (gnome-terminal): New variable. Andy Wingo2015-04-04
* 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. Mark H Weaver2015-04-04
* 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. Mark H Weaver2015-04-04
* gnu: source-highlight: Update to 3.1.8.•••* gnu/packages/pretty-print.scm (source-highlight): Update to 3.1.8. Mark H Weaver2015-04-04
* 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. Federico Beffa2015-04-04
* gnu: Add Catalyst-View-JSON.•••* gnu/packages/web.scm (perl-catalyst-view-json): New variable. Eric Bavier2015-04-04
* gnu: Add Perl YAML.•••* gnu/packages/perl.scm (perl-yaml): New variable. Eric Bavier2015-04-04
* gnu: Add Test-YAML.•••* gnu/packages/perl.scm (perl-test-yaml): New variable. Eric Bavier2015-04-04
* gnu: Add Test-Base.•••* gnu/packages/perl.scm (perl-test-base): New variable. Eric Bavier2015-04-04
* gnu: Add Spiffy.•••* gnu/packages/perl.scm (perl-spiffy): New variable. Eric Bavier2015-04-04
* gnu: Add Catalyst-View-Download.•••* gnu/packages/web.scm (perl-catalyst-view-download): New variable. Eric Bavier2015-04-04
* gnu: Add Test-WWW-Mechanize-Catalyst.•••* gnu/packages/web.scm (perl-test-www-mechanize-catalyst): New variable. Eric Bavier2015-04-04
* gnu: Add Text-CSV.•••* gnu/packages/perl.scm (perl-text-csv): New variable. Eric Bavier2015-04-04
* gnu: Add Test-utf8.•••* gnu/packages/perl.scm (perl-test-utf8): New variable. Eric Bavier2015-04-04
* gnu: Add Catalyst-TraitFor-Request-ProxyBase.•••* gnu/packages/web.scm (perl-catalyst-traitfor-request-proxybase): New variable. Eric Bavier2015-04-04
* gnu: Add CatalystX-RoleApplicator.•••* gnu/packages/web.scm (perl-catalystx-roleapplicator): New variable. Eric Bavier2015-04-04
* gnu: Add MooseX-RelatedClassRoles.•••* gnu/packages/perl.scm (perl-moosex-relatedclassroles): New variable. Eric Bavier2015-04-04
* gnu: Add Catalyst-Plugin-StackTrace.•••* gnu/packages/web.scm (perl-catalyst-plugin-stacktrace): New variable. Eric Bavier2015-04-04
* gnu: Add Catalyst-Plugin-Session-Store-FastMmap.•••* gnu/packages/web.scm (perl-catalyst-plugin-session-store-fastmmap): New variable. Eric Bavier2015-04-04
* gnu: Add Cache-FastMmap.•••* gnu/packages/perl.scm (perl-cache-fastmmap): New variable. Eric Bavier2015-04-04
* gnu: Add Catalyst-Plugin-Session-State-Cookie.•••* gnu/packages/web.scm (perl-catalyst-plugin-session-state-cookie): New variable. Eric Bavier2015-04-04
* gnu: Add Catalyst-Plugin-Captcha.•••* gnu/packages/web.scm (perl-catalyst-plugin-captcha): New variable. Eric Bavier2015-04-04
* gnu: Add GD-SecurityImage.•••* gnu/packages/gd.scm (perl-gd-securityimage): New variable. Eric Bavier2015-04-04
* gnu: Add PerlMagick.•••* gnu/packages/imagemagick.scm (perl-image-magick): New variable. Eric Bavier2015-04-04
* gnu: Add Perl GD.•••* gnu/packages/gd.scm (perl-gd): New variable. Eric Bavier2015-04-04
* gnu: gst-plugins-base: Enable GObjection introspection.•••* 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. 宋文武2015-04-04
* gnu: gst-plugins-base: Move html documentation to 'doc' output.•••* gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field. [arguments]: Add #:configure-flags. 宋文武2015-04-04
* gnu: gst-plugins-base: Propagate input gstreamer.•••* gnu/packages/gstreamer.scm (gst-plugins-base): Move "gstreamer" to 'propagated-inputs'. 宋文武2015-04-04
* gnu: gstreamer: Move html documentation to 'doc' output.•••* gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field. [arguments]: Add #:configure-flags. 宋文武2015-04-04
* gnu: gstreamer: Enable GObject introspection.•••* gnu/packages/gstreamer.scm (gstreamer): Add gobject-introspection to 'native-inputs'. [arguments]: New field. 宋文武2015-04-04
* gnu: vte: Propagate GnuTLS.•••* gnu/packages/gnome.scm (vte): Move GNUTLS from 'inputs' to 'propagated-inputs'. Suggested by 宋文武 <iyzsong@gmail.com>. Ludovic Courtès2015-04-03
* gnu: vte: Update to 0.40.0.•••* gnu/packages/gnome.scm (vte): Update to 0.40.0. Add 'inputs' field. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Andy Wingo2015-04-03
* services: lsh: Change #:initialize? to default to #t.•••* 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. Ludovic Courtès2015-04-03
* gnu: librep: Update to 0.92.5.•••* gnu/packages/sawfish.scm (librep): Update to 0.92.5. * gnu/packages/patches/librep-rules.mk.patch: Remove. 宋文武2015-04-03
* gnu: xorg: Add patch to fix sis driver crashes.•••* 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. Alex Kost2015-04-03
* packages: Fix typo.•••* gnu/packages.scm: Fix the name of an exported variable (%patch-path). Alex Kost2015-04-03
* gnu: Add libinput.•••* gnu/packages/freedesktop.scm (libinput): New variable. 宋文武2015-04-03
* gnu: libva: Fix 'license' field.•••* 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. Ludovic Courtès2015-04-02
* gnu: Add Catalyst-Plugin-AccessLog.•••* gnu/packages/web.scm (perl-catalyst-plugin-accesslog): New variable. Eric Bavier2015-04-02
* gnu: Add DateTime.•••* gnu/packages/perl.scm (perl-datetime): New variable. Eric Bavier2015-04-02
* gnu: Add DateTime-Locale.•••* gnu/packages/perl.scm (perl-datetime-locale): New variable. Eric Bavier2015-04-02
* gnu: Add DateTime-TimeZone.•••* gnu/packages/perl.scm (perl-datetime-timezone): New variable. Eric Bavier2015-04-02
* gnu: Add List-AllUtils.•••* gnu/packages/perl.scm (perl-list-allutils): New variable. Eric Bavier2015-04-02
* gnu: Add Class-Singleton.•••* gnu/packages/perl.scm (perl-class-singleton): New variable. Eric Bavier2015-04-02
* gnu: Add Catalyst-DispatchType-Regex.•••* gnu/packages/web.scm (perl-catalyst-dispatchtype-regex): New variable. Eric Bavier2015-04-02
* gnu: Add fcitx.•••* gnu/packages/fcitx.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. 宋文武2015-04-02
* gnu: icecat: Apply fixes for CVE-2015-{0801,0807,0815,0816}.•••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. Mark H Weaver2015-04-02
* gnu: linux-libre: Update to 3.19.3.•••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> Mark H Weaver2015-04-01
* services: syslog-service: Add 'config-file' argument.•••* gnu/services/base.scm (syslog-service): Add 'config-file' keyword argument. * doc/guix.texi (Base Services): Document it. Alex Kost2015-04-01
* gnu: Add clustal omega.•••* gnu/packages/bioinformatics.scm (clustal-omega): New variable. Ricardo Wurmus2015-04-01