~ruther/guix-local

1e507297 — Eric Bavier 11 years ago
gnu: Add File-ShareDir.

* gnu/packages/perl.scm (perl-file-sharedir): New variable.
e55d07b1 — Eric Bavier 11 years ago
gnu: Add File-ShareDir-Install.

* gnu/packages/perl.scm (perl-file-sharedir-install): New variable.
9afa15ff — Eric Bavier 11 years ago
gnu: Add Class-Inspector.

* gnu/packages/perl.scm (perl-class-inspector): New variable.
3deac8c1 — Eric Bavier 11 years ago
gnu: Add Time-Local.

* gnu/packages/perl.scm (perl-time-local): New variable.
8142aff3 — Eric Bavier 11 years ago
gnu: Group and alphabetize perl module packages.

* gnu/packages/web.scm (perl-encode-locale, perl-file-listing,
  perl-html-parser, perl-html-tagset, perl-http-cookies, perl-http-daemon,
  perl-http-date, perl-http-message, perl-http-negotiate, perl-io-html,
  perl-io-socket-ssl, perl-libwww, perl-lwp-mediatypes, perl-net-http,
  perl-uri, perl-www-curl, perl-www-robotrules): Group and alphabetize.
192b4802 — Ricardo Wurmus 11 years ago
gnu: Add WenQuanYi ZenHei font.

* gnu/packages/fonts.scm (font-wqy-zenhei): New variable.
20500662 — Ricardo Wurmus 11 years ago
gnu: Add PCB.

* gnu/packages/engineering.scm (pcb): New variable.
e62be58f — Ricardo Wurmus 11 years ago
gnu: Add openspecfun.

* gnu/packages/maths.scm (openspecfun): New variable.
e1605e36 — Ricardo Wurmus 11 years ago
gnu: Add openlibm.

* gnu/packages/maths.scm (openlibm): New variable.
c58ed773 — Tomáš Čech 11 years ago
gnu: Add enlightenment.

* gnu/packages/enlightenment.scm (enlightenment): New variable.
11dddd8a — Ludovic Courtès 11 years ago
system: Don't compare <pam-service> objects with 'equal?'.

Fixes <http://bugs.gnu.org/20037>.
Reported by 宋文武 <iyzsong@gmail.com> and Tomáš Čech.

* gnu/system.scm (operating-system-etc-directory): Remove call to
  'delete-duplicates'.
* gnu/system/linux.scm (pam-services->directory)[builder]: Add call to
  'delete-duplicates'.
b9156ccc — Ludovic Courtès 11 years ago
Revert "gnu: vlc: Update to 2.2.0"

This reverts commit ad036bda89e338ec44d314d6c17049aff57c788f.

This version has always failed to build according to
<http://hydra.gnu.org/job/gnu/master/vlc-2.2.0.x86_64-linux/all>.
5b17fabc — Mark H Weaver 11 years ago
gnu: icecat: Update to 31.5.0.

* gnu/packages/patches/icecat-CVE-2015-0822.patch,
  gnu/packages/patches/icecat-CVE-2015-0827-pt-1.patch,
  gnu/packages/patches/icecat-CVE-2015-0827-pt-2.patch,
  gnu/packages/patches/icecat-CVE-2015-0827-pt-3.patch,
  gnu/packages/patches/icecat-CVE-2015-0831-pt-1.patch,
  gnu/packages/patches/icecat-CVE-2015-0831-pt-2.patch,
  gnu/packages/patches/icecat-CVE-2015-0836-pt-01.patch,
  gnu/packages/patches/icecat-CVE-2015-0836-pt-02.patch,
  gnu/packages/patches/icecat-CVE-2015-0836-pt-03.patch,
  gnu/packages/patches/icecat-CVE-2015-0836-pt-04.patch,
  gnu/packages/patches/icecat-CVE-2015-0836-pt-05.patch,
  gnu/packages/patches/icecat-CVE-2015-0836-pt-06.patch,
  gnu/packages/patches/icecat-CVE-2015-0836-pt-07.patch,
  gnu/packages/patches/icecat-CVE-2015-0836-pt-08.patch,
  gnu/packages/patches/icecat-CVE-2015-0836-pt-09.patch,
  gnu/packages/patches/icecat-CVE-2015-0836-pt-10.patch,
  gnu/packages/patches/icecat-CVE-2015-0836-pt-11.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/gnuzilla.scm (icecat): Update to 31.5.0.  Remove patches.
  Add 'nspr', 'nss', and 'cairo' to inputs.  Add configure flags to use
  those system libraries.
a24175ac — Mark H Weaver 11 years ago
gnu: nss: Include -L$libdir in output of "nss-config --libs".

* gnu/packages/patches/nss-pkgconfig.patch (nss-config): Include -L$libdir in
  output of "nss-config --libs".
61427c8d — Mark H Weaver 11 years ago
gnu: nspr: Update to 4.10.8.

* gnu/packages/gnuzilla.scm (nspr): Update to 4.10.8.
6795b8d8 — Ludovic Courtès 11 years ago
gnu: enca: Run tests sequentially.

* gnu/packages/textutils.scm (enca)[arguments]: New field.  Fixes build
  issue visible at <http://hydra.gnu.org/build/308913>.
15a3c3d4 — Ricardo Wurmus 11 years ago
gnu: Add htsjdk.

* gnu/packages/bioinformatics.scm (htsjdk): New variable.
a7911207 — 宋文武 11 years ago
gnu: ratpoison: Install xsession file (ratpoison.desktop).

* gnu/packages/ratpoison.scm (ratpoison.desktop): New variable.
  (ratpoison)[arguments]: New field.
1cf0814d — Mark H Weaver 11 years ago
Add Paul to 'AUTHORS'.
116244df — Ludovic Courtès 11 years ago
services: Statically report duplicate dmd service identifiers.

Reported by 白い熊 @相撲道 <guix-devel_gnu.org@sumou.com>
at <http://lists.gnu.org/archive/html/guix-devel/2015-03/msg00264.html>.

* gnu/services/dmd.scm (assert-no-duplicates): New procedure.
  (dmd-configuration-file): Use it.
* po/guix/POTFILES.in: Add gnu/services/dmd.scm.
* tests/guix-system.sh (errorfile): Add test.
Next