aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: samba: Augment dynamic library rpaths.Taylan Ulrich Bayırlı/Kammer2015-03-12
| | | | | * gnu/packages/samba.scm (samba): Augment the rpath of files in lib/ in addition to those in bin/ and sbin/.
* build-system/python: Delay evaluation of the 'python2' package.Ludovic Courtès2015-03-12
| | | | | | | | | | | | 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'.
* services: bitlbee: Make /var/lib/bitlbee when activating.Ludovic Courtès2015-03-12
| | | | * gnu/services/networking.scm (bitlbee-service): Add 'activate' field.
* system: Adjust '.bashrc' skeleton for non-interactive SSH sessions.Ludovic Courtès2015-03-12
| | | | | * gnu/system/shadow.scm (default-skeletons)[bashrc]: Source /etc/profile when in a non-interactive SSH session.
* gnu: Move cflow, Complexity, and GLOBAL to (gnu packages code).Ludovic Courtès2015-03-12
| | | | | | | * 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.
* gnu: Add SLOCCount.Ludovic Courtès2015-03-12
| | | | | * gnu/packages/code.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: guile-ssh: Update to 0.7.2.Ludovic Courtès2015-03-11
| | | | * gnu/packages/ssh.scm (guile-ssh): Update to 0.7.2.
* gnu: help2man: Update to 1.46.5.Ludovic Courtès2015-03-11
| | | | * gnu/packages/man.scm (help2man): Update to 1.46.5.
* doc: Suggest to use 'lsh-service' with #:initialize? #t.Ludovic Courtès2015-03-11
| | | | | | | Suggested by Tomáš Čech. * doc/guix.texi (Using the Configuration System): Pass #:initialize? #t to 'lsh-service'.
* gnu: Add Plack.Eric Bavier2015-03-11
| | | | * gnu/packages/web.scm (perl-plack): New variable.
* gnu: Add Test-TCP.Eric Bavier2015-03-11
| | | | * gnu/packages/web.scm (perl-test-tcp): New variable.
* gnu: Add Test-SharedFork.Eric Bavier2015-03-11
| | | | * gnu/packages/perl.scm (perl-test-sharedfork): New variable.
* gnu: Add Stream-Buffered.Eric Bavier2015-03-11
| | | | * gnu/packages/perl.scm (perl-stream-buffered): New variable.
* gnu: Add HTTP-Body.Eric Bavier2015-03-11
| | | | * gnu/packages/web.scm (perl-http-body): New variable.
* gnu: Add Hash-MultiValue.Eric Bavier2015-03-11
| | | | * gnu/packages/perl.scm (perl-hash-multivalue): New variable.
* gnu: Add Devel-StackTrace-AsHTML.Eric Bavier2015-03-11
| | | | * gnu/packages/perl.scm (perl-devel-stacktrace-ashtml): New variable.
* gnu: Add HTTP-Tiny.Eric Bavier2015-03-11
| | | | * gnu/packages/web.scm (perl-http-tiny): New variable.
* gnu: Add IO-Socket-IP.Eric Bavier2015-03-11
| | | | * gnu/packages/web.scm (perl-io-socket-ip): New variable.
* gnu: Add HTTP-CookieJar.Eric Bavier2015-03-11
| | | | * gnu/packages/web.scm (perl-http-cookiejar): New variable.
* gnu: Add Time-Mock.Eric Bavier2015-03-11
| | | | * gnu/packages/perl.scm (perl-time-mock): New variable.
* gnu: Add TimeDate.Eric Bavier2015-03-11
| | | | * gnu/packages/perl.scm (perl-timedate): New variable.
* gnu: Add Apache-LogFormat-Compiler.Eric Bavier2015-03-11
| | | | * gnu/packages/web.scm (perl-apache-logformat-compiler): New variable.
* gnu: Add POSIX-strftime-Compiler.Eric Bavier2015-03-11
| | | | * gnu/packages/perl.scm (perl-posix-strftime-compiler): New variable.
* gnu: Add Test-MockTime.Eric Bavier2015-03-11
| | | | * gnu/packages/perl.scm (perl-test-mocktime): New variable.
* gnu: Add File-ShareDir.Eric Bavier2015-03-11
| | | | * gnu/packages/perl.scm (perl-file-sharedir): New variable.
* gnu: Add File-ShareDir-Install.Eric Bavier2015-03-11
| | | | * gnu/packages/perl.scm (perl-file-sharedir-install): New variable.
* gnu: Add Class-Inspector.Eric Bavier2015-03-11
| | | | * gnu/packages/perl.scm (perl-class-inspector): New variable.
* gnu: Add Time-Local.Eric Bavier2015-03-11
| | | | * gnu/packages/perl.scm (perl-time-local): New variable.
* gnu: Group and alphabetize perl module packages.Eric Bavier2015-03-11
| | | | | | | | * 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.
* gnu: Add WenQuanYi ZenHei font.Ricardo Wurmus2015-03-11
| | | | * gnu/packages/fonts.scm (font-wqy-zenhei): New variable.
* gnu: Add PCB.Ricardo Wurmus2015-03-10
| | | | * gnu/packages/engineering.scm (pcb): New variable.
* gnu: Add openspecfun.Ricardo Wurmus2015-03-10
| | | | * gnu/packages/maths.scm (openspecfun): New variable.
* gnu: Add openlibm.Ricardo Wurmus2015-03-10
| | | | * gnu/packages/maths.scm (openlibm): New variable.
* gnu: Add enlightenment.Tomáš Čech2015-03-10
| | | | * gnu/packages/enlightenment.scm (enlightenment): New variable.
* system: Don't compare <pam-service> objects with 'equal?'.Ludovic Courtès2015-03-10
| | | | | | | | | | 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'.
* Revert "gnu: vlc: Update to 2.2.0"Ludovic Courtès2015-03-10
| | | | | | | 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>.
* gnu: icecat: Update to 31.5.0.Mark H Weaver2015-03-10
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: nss: Include -L$libdir in output of "nss-config --libs".Mark H Weaver2015-03-10
| | | | | * gnu/packages/patches/nss-pkgconfig.patch (nss-config): Include -L$libdir in output of "nss-config --libs".
* gnu: nspr: Update to 4.10.8.Mark H Weaver2015-03-10
| | | | * gnu/packages/gnuzilla.scm (nspr): Update to 4.10.8.
* gnu: enca: Run tests sequentially.Ludovic Courtès2015-03-10
| | | | | * gnu/packages/textutils.scm (enca)[arguments]: New field. Fixes build issue visible at <http://hydra.gnu.org/build/308913>.
* gnu: Add htsjdk.Ricardo Wurmus2015-03-10
| | | | * gnu/packages/bioinformatics.scm (htsjdk): New variable.
* gnu: ratpoison: Install xsession file (ratpoison.desktop).宋文武2015-03-10
| | | | | * gnu/packages/ratpoison.scm (ratpoison.desktop): New variable. (ratpoison)[arguments]: New field.
* Add Paul to 'AUTHORS'.Mark H Weaver2015-03-09
|
* services: Statically report duplicate dmd service identifiers.Ludovic Courtès2015-03-09
| | | | | | | | | | 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.
* gnu: guile-ncurses: Run tests with a locale that's actually available.Ludovic Courtès2015-03-09
| | | | | * gnu/packages/guile.scm (guile-ncurses)[arguments]: Add 'change-locale' phase.
* gnu: wget: Update to 1.16.3.Ludovic Courtès2015-03-09
| | | | * gnu/packages/wget.scm (wget): Update to 1.16.3.
* gnu: Add Ploticus.Ludovic Courtès2015-03-09
| | | | * gnu/packages/plotutils.scm (ploticus): New variable.
* Add Alexander to 'AUTHORS'.Ludovic Courtès2015-03-09
|
* gnu: Add rxvt-unicode.Alexander I.Grafov (Axel)2015-03-09
| | | | | | * gnu/packages/xdisorg.scm (rxvt-unicode): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libass.Taylan Ulrich Bayırlı/Kammer2015-03-09
| | | | | * gnu/packages/video.scm (libass): New variable. (ffmpeg): Add input libass.