Age | Commit message (Expand) | Author |
2015-04-04 | 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'.
| Federico Beffa |
2015-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 Beffa |
2015-04-04 | gnu: Add Catalyst-View-JSON....* gnu/packages/web.scm (perl-catalyst-view-json): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add Perl YAML....* gnu/packages/perl.scm (perl-yaml): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add Test-YAML....* gnu/packages/perl.scm (perl-test-yaml): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add Test-Base....* gnu/packages/perl.scm (perl-test-base): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add Spiffy....* gnu/packages/perl.scm (perl-spiffy): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add Catalyst-View-Download....* gnu/packages/web.scm (perl-catalyst-view-download): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add Test-WWW-Mechanize-Catalyst....* gnu/packages/web.scm (perl-test-www-mechanize-catalyst): New
variable.
| Eric Bavier |
2015-04-04 | gnu: Add Text-CSV....* gnu/packages/perl.scm (perl-text-csv): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add Test-utf8....* gnu/packages/perl.scm (perl-test-utf8): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add Catalyst-TraitFor-Request-ProxyBase....* gnu/packages/web.scm (perl-catalyst-traitfor-request-proxybase): New
variable.
| Eric Bavier |
2015-04-04 | gnu: Add CatalystX-RoleApplicator....* gnu/packages/web.scm (perl-catalystx-roleapplicator): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add MooseX-RelatedClassRoles....* gnu/packages/perl.scm (perl-moosex-relatedclassroles): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add Catalyst-Plugin-StackTrace....* gnu/packages/web.scm (perl-catalyst-plugin-stacktrace): New
variable.
| Eric Bavier |
2015-04-04 | gnu: Add Catalyst-Plugin-Session-Store-FastMmap....* gnu/packages/web.scm (perl-catalyst-plugin-session-store-fastmmap): New
variable.
| Eric Bavier |
2015-04-04 | gnu: Add Cache-FastMmap....* gnu/packages/perl.scm (perl-cache-fastmmap): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add Catalyst-Plugin-Session-State-Cookie....* gnu/packages/web.scm (perl-catalyst-plugin-session-state-cookie):
New variable.
| Eric Bavier |
2015-04-04 | gnu: Add Catalyst-Plugin-Captcha....* gnu/packages/web.scm (perl-catalyst-plugin-captcha): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add GD-SecurityImage....* gnu/packages/gd.scm (perl-gd-securityimage): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add PerlMagick....* gnu/packages/imagemagick.scm (perl-image-magick): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add Perl GD....* gnu/packages/gd.scm (perl-gd): New variable.
| Eric Bavier |
2015-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-03 | gnu: vte: Propagate GnuTLS....* gnu/packages/gnome.scm (vte): Move GNUTLS from 'inputs' to
'propagated-inputs'. Suggested by 宋文武 <iyzsong@gmail.com>.
| Ludovic Courtès |
2015-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 Wingo |
2015-04-03 | build-system/glib-or-gtk: Wrap libexec programs....* 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>
| Andy Wingo |
2015-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ès |
2015-04-03 | ui: Recognize 'guix help'....Suggested by Andy Wingo.
* guix/ui.scm (guix-main): Add "help" case.
| Ludovic Courtès |
2015-04-03 | gnu: Remove deleted patch file from build system....* gnu-system.am (dist_patch_DATA): Remove 'gnu/packages/patches/librep-rules.mk.patch'.
| David Thompson |
2015-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 Kost |
2015-04-03 | packages: Fix typo....* gnu/packages.scm: Fix the name of an exported variable (%patch-path).
| Alex Kost |
2015-04-03 | gnu: Add libinput....* gnu/packages/freedesktop.scm (libinput): New variable.
| 宋文武 |
2015-04-02 | doc: Make it clear that store items must not be deleted by hand....* doc/guix.texi (Invoking guix gc): Add that this is the only way to
delete files.
| Ludovic Courtès |
2015-04-02 | doc: Remove bits about having to create /gnu/store manually....* doc/guix.texi (Build Environment Setup): Remove bit about creating
/gnu/store. This is done automatically since 15ddeff.
| Ludovic Courtès |
2015-04-02 | 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ès |
2015-04-02 | gnu: Add Catalyst-Plugin-AccessLog....* gnu/packages/web.scm (perl-catalyst-plugin-accesslog): New variable.
| Eric Bavier |
2015-04-02 | gnu: Add DateTime....* gnu/packages/perl.scm (perl-datetime): New variable.
| Eric Bavier |
2015-04-02 | gnu: Add DateTime-Locale....* gnu/packages/perl.scm (perl-datetime-locale): New variable.
| Eric Bavier |
2015-04-02 | gnu: Add DateTime-TimeZone....* gnu/packages/perl.scm (perl-datetime-timezone): New variable.
| Eric Bavier |
2015-04-02 | gnu: Add List-AllUtils....* gnu/packages/perl.scm (perl-list-allutils): New variable.
| Eric Bavier |
2015-04-02 | gnu: Add Class-Singleton....* gnu/packages/perl.scm (perl-class-singleton): New variable.
| Eric Bavier |
2015-04-02 | gnu: Add Catalyst-DispatchType-Regex....* gnu/packages/web.scm (perl-catalyst-dispatchtype-regex): New
variable.
| Eric Bavier |
2015-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 Weaver |
2015-04-01 | 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 Weaver |