summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-12build-system/python: Delay evaluation of the 'python2' package.•••This fixes a bug whereby uses of 'package-with-python2' at the top-level in modules other than (gnu packages python) could lead to an "Unbound variable: python2" error due to the circular references. Reported by Tomáš Čech. * guix/build-system/python.scm (package-with-explicit-python)[arguments]: Check whether PYTHON is a promise, and force it if it is. (package-with-python2): Wrap 'default-python2' call in 'delay'. Ludovic Courtès
2015-03-12services: bitlbee: Make /var/lib/bitlbee when activating.•••* gnu/services/networking.scm (bitlbee-service): Add 'activate' field. Ludovic Courtès
2015-03-12system: Adjust '.bashrc' skeleton for non-interactive SSH sessions.•••* gnu/system/shadow.scm (default-skeletons)[bashrc]: Source /etc/profile when in a non-interactive SSH session. Ludovic Courtès
2015-03-12gnu: Move cflow, Complexity, and GLOBAL to (gnu packages code).•••* gnu/packages/code.scm (cflow, complexity, global): New variables. * gnu/packages/cflow.scm, gnu/packages/complexity.scm, gnu/packages/global.scm: Remove. * gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly. Ludovic Courtès
2015-03-12gnu: Add SLOCCount.•••* gnu/packages/code.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès
2015-03-11gnu: guile-ssh: Update to 0.7.2.•••* gnu/packages/ssh.scm (guile-ssh): Update to 0.7.2. Ludovic Courtès
2015-03-11gnu: help2man: Update to 1.46.5.•••* gnu/packages/man.scm (help2man): Update to 1.46.5. Ludovic Courtès
2015-03-11doc: Suggest to use 'lsh-service' with #:initialize? #t.•••Suggested by Tomáš Čech. * doc/guix.texi (Using the Configuration System): Pass #:initialize? #t to 'lsh-service'. Ludovic Courtès
2015-03-11gnu: Add Plack.•••* gnu/packages/web.scm (perl-plack): New variable. Eric Bavier
2015-03-11gnu: Add Test-TCP.•••* gnu/packages/web.scm (perl-test-tcp): New variable. Eric Bavier
2015-03-11gnu: Add Test-SharedFork.•••* gnu/packages/perl.scm (perl-test-sharedfork): New variable. Eric Bavier
2015-03-11gnu: Add Stream-Buffered.•••* gnu/packages/perl.scm (perl-stream-buffered): New variable. Eric Bavier
2015-03-11gnu: Add HTTP-Body.•••* gnu/packages/web.scm (perl-http-body): New variable. Eric Bavier
2015-03-11gnu: Add Hash-MultiValue.•••* gnu/packages/perl.scm (perl-hash-multivalue): New variable. Eric Bavier
2015-03-11gnu: Add Devel-StackTrace-AsHTML.•••* gnu/packages/perl.scm (perl-devel-stacktrace-ashtml): New variable. Eric Bavier
2015-03-11gnu: Add HTTP-Tiny.•••* gnu/packages/web.scm (perl-http-tiny): New variable. Eric Bavier
2015-03-11gnu: Add IO-Socket-IP.•••* gnu/packages/web.scm (perl-io-socket-ip): New variable. Eric Bavier
2015-03-11gnu: Add HTTP-CookieJar.•••* gnu/packages/web.scm (perl-http-cookiejar): New variable. Eric Bavier
2015-03-11gnu: Add Time-Mock.•••* gnu/packages/perl.scm (perl-time-mock): New variable. Eric Bavier
2015-03-11gnu: Add TimeDate.•••* gnu/packages/perl.scm (perl-timedate): New variable. Eric Bavier
2015-03-11gnu: Add Apache-LogFormat-Compiler.•••* gnu/packages/web.scm (perl-apache-logformat-compiler): New variable. Eric Bavier
2015-03-11gnu: Add POSIX-strftime-Compiler.•••* gnu/packages/perl.scm (perl-posix-strftime-compiler): New variable. Eric Bavier
2015-03-11gnu: Add Test-MockTime.•••* gnu/packages/perl.scm (perl-test-mocktime): New variable. Eric Bavier
2015-03-11gnu: Add File-ShareDir.•••* gnu/packages/perl.scm (perl-file-sharedir): New variable. Eric Bavier
2015-03-11gnu: Add File-ShareDir-Install.•••* gnu/packages/perl.scm (perl-file-sharedir-install): New variable. Eric Bavier
2015-03-11gnu: Add Class-Inspector.•••* gnu/packages/perl.scm (perl-class-inspector): New variable. Eric Bavier
2015-03-11gnu: Add Time-Local.•••* gnu/packages/perl.scm (perl-time-local): New variable. Eric Bavier
2015-03-11gnu: 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. Eric Bavier
2015-03-11gnu: Add WenQuanYi ZenHei font.•••* gnu/packages/fonts.scm (font-wqy-zenhei): New variable. Ricardo Wurmus
2015-03-10gnu: Add PCB.•••* gnu/packages/engineering.scm (pcb): New variable. Ricardo Wurmus
2015-03-10gnu: Add openspecfun.•••* gnu/packages/maths.scm (openspecfun): New variable. Ricardo Wurmus
2015-03-10gnu: Add openlibm.•••* gnu/packages/maths.scm (openlibm): New variable. Ricardo Wurmus
2015-03-10gnu: Add enlightenment.•••* gnu/packages/enlightenment.scm (enlightenment): New variable. Tomáš Čech
2015-03-10system: 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'. Ludovic Courtès
2015-03-10Revert "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>. Ludovic Courtès
2015-03-10gnu: 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. Mark H Weaver
2015-03-10gnu: 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". Mark H Weaver
2015-03-10gnu: nspr: Update to 4.10.8.•••* gnu/packages/gnuzilla.scm (nspr): Update to 4.10.8. Mark H Weaver
2015-03-10gnu: enca: Run tests sequentially.•••* gnu/packages/textutils.scm (enca)[arguments]: New field. Fixes build issue visible at <http://hydra.gnu.org/build/308913>. Ludovic Courtès
2015-03-10gnu: Add htsjdk.•••* gnu/packages/bioinformatics.scm (htsjdk): New variable. Ricardo Wurmus
2015-03-10gnu: ratpoison: Install xsession file (ratpoison.desktop).•••* gnu/packages/ratpoison.scm (ratpoison.desktop): New variable. (ratpoison)[arguments]: New field. 宋文武
2015-03-09Add Paul to 'AUTHORS'.Mark H Weaver
2015-03-09services: 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. Ludovic Courtès
2015-03-09gnu: guile-ncurses: Run tests with a locale that's actually available.•••* gnu/packages/guile.scm (guile-ncurses)[arguments]: Add 'change-locale' phase. Ludovic Courtès
2015-03-09gnu: wget: Update to 1.16.3.•••* gnu/packages/wget.scm (wget): Update to 1.16.3. Ludovic Courtès
2015-03-09gnu: Add Ploticus.•••* gnu/packages/plotutils.scm (ploticus): New variable. Ludovic Courtès
2015-03-09Add Alexander to 'AUTHORS'.Ludovic Courtès
2015-03-09gnu: Add rxvt-unicode.•••* gnu/packages/xdisorg.scm (rxvt-unicode): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Alexander I.Grafov (Axel)
2015-03-09gnu: Add libass.•••* gnu/packages/video.scm (libass): New variable. (ffmpeg): Add input libass. Taylan Ulrich Bayırlı/Kammer
2015-03-09gnu: Add enca.•••* gnu/packages/textutils.scm (enca): New variable. Taylan Ulrich Bayırlı/Kammer