summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-10gnu: python-requests: Rearrange inputs....* gnu/packages/python.scm (python-requests)[propagated-inputs]: Move python-py, python-pytest, python-pytest-cov, python-wheel from here... [native-inputs]: ... to here. Efraim Flashner
2016-04-10gnu: livestreamer: Remove extra inputs....* gnu/packages/video.scm (livestreamer)[native-inputs]: Remove python-setuptools. [propagated-inputs]: Remove python-singledispatch. Efraim Flashner
2016-04-10gnu: offlineimap: Add sqlite support....* gnu/packages/mail.scm (offlineimap)[inputs]: Add python2-pysqlite. [arguments]: Wrap binary with python2-pysqlite's path. Efraim Flashner
2016-04-10gnu: icecat: Update to 38.7.1-gnu1....* gnu/packages/gnuzilla.scm (icecat): Update to 38.7.1-gnu1. [sources]: Remove numerous patches. * gnu/packages/patches/icecat-CVE-2015-4477.patch, gnu/packages/patches/icecat-CVE-2015-7207.patch, gnu/packages/patches/icecat-CVE-2016-1952-pt01.patch, gnu/packages/patches/icecat-CVE-2016-1952-pt02.patch, gnu/packages/patches/icecat-CVE-2016-1952-pt03.patch, gnu/packages/patches/icecat-CVE-2016-1952-pt04.patch, gnu/packages/patches/icecat-CVE-2016-1952-pt05.patch, gnu/packages/patches/icecat-CVE-2016-1952-pt06.patch, gnu/packages/patches/icecat-CVE-2016-1954.patch, gnu/packages/patches/icecat-CVE-2016-1960.patch, gnu/packages/patches/icecat-CVE-2016-1961.patch, gnu/packages/patches/icecat-CVE-2016-1962.patch, gnu/packages/patches/icecat-CVE-2016-1964.patch, gnu/packages/patches/icecat-CVE-2016-1965.patch, gnu/packages/patches/icecat-CVE-2016-1966.patch, gnu/packages/patches/icecat-CVE-2016-1974.patch, gnu/packages/patches/icecat-icecatbug-1248851.patch, gnu/packages/patches/icecat-update-graphite2.patch, gnu/packages/patches/icecat-update-graphite2-pt2.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them. Efraim Flashner
2016-04-09gnu: Add c-graph....* gnu/packages/maths.scm (c-graph): New variable. John Darrington
2016-04-09gnu: Add ibus-anthy....* gnu/packages/ibus.scm (ibus-anthy): New variable. Co-authored-by: 宋文武 <iyzsong@gmail.com>. Chris Marusich
2016-04-09gnu: Add anthy....* gnu/packages/anthy.scm: New file. * gnu-system.am: Add it. Signed-off-by: 宋文武 <iyzsong@gmail.com> Chris Marusich
2016-04-08gnu: Add wmclock....* gnu/packages/gnustep.scm (wmclock): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Kei Yamashita
2016-04-08gnu: pcre2: Update to 10.21....gnu/packages/pcre.scm (pcre2): Update to 10.21. Signed-off-by: 宋文武 <iyzsong@gmail.com> McKinley Olsen
2016-04-08gnu: singular: Update hash....* gnu/packages/algebra.scm (singular)[source]: Update upstream hash. See http://www.singular.uni-kl.de:8002/trac/ticket/754 . Andreas Enge
2016-04-07gnu: linux-libre-4.1: Update to 4.1.21....* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.21. Mark H Weaver
2016-04-07gnu: redis: Update to 3.0.7....* gnu/packages/databases.scm (redis): Update to 3.0.7. David Thompson
2016-04-07gnu: python-pkgconfig: Add license prefix....* gnu/packages/python.scm (python-pkgconfig)[license]: Fix prefix. Mathieu Lirzin
2016-04-07gnu: Add macchanger....* gnu/packages/networking.scm (macchanger): New variable. John Darrington
2016-04-07gnu: node: Update to 5.10.0....* gnu/packages/node.scm (node): Update to 5.10.0. David Thompson
2016-04-07gnu: libuv: Update to 1.8.0....* gnu/packages/libevent.scm (libuv): Update to 1.8.0. David Thompson
2016-04-07environment: container: Work around read-only /etc/resolv.conf issue....* guix/scripts/environment.scm (launch-environment/container): Mount /etc/resolv.conf as a writable file. David Thompson
2016-04-07gnu: abiword: Add epub, goffice support....* gnu/packages/abiword.scm (abiword.scm)[arguments]: Add "epub" and "goffice" to "enable-plugins" configure flag. [inputs]: Add goffice, libchamplain, telepathy-glib. Efraim Flashner
2016-04-07gnu: python-cython: Update to 0.24....* gnu/packages/python.scm (python-cython): Update to 0.24. Andreas Enge
2016-04-07gnu: Add python-cysignals....* gnu/packages/python.scm (python-cysignals, python2-cysignals): New variables. Andreas Enge
2016-04-06gnu: Add r-zlibbioc....* gnu/packages/bioinformatics.scm (r-zlibbioc): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Roel Janssen
2016-04-06gnu: Add r-variantannotation....* gnu/packages/bioinformatics.scm (r-variantannotation): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Roel Janssen
2016-04-06gnu: pcre: Fix CVE-2016-3191....* gnu/packages/pcre.scm (pcre)[replacement]: New field. (pcre-fixed): New variable. * gnu/packages/patches/pcre-CVE-2016-3191.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès
2016-04-06doc: Update reproducible-builds.org URL....* doc/guix.texi (Invoking guix challenge): Update reproducible-builds URL. Ludovic Courtès
2016-04-06doc: Use more https URLs....* doc/guix.texi (Invoking guix challenge): Use https instead of http. Ludovic Courtès
2016-04-06challenge: Really exit with non-zero upon hash mismatch....Reported by John Darrington. * guix/scripts/challenge.scm (guix-challenge): Add an explicit 'exit' call when ISSUES is empty. * scripts/guix.in: Add comment about 'exit'. * doc/guix.texi (Invoking guix challenge): Mention the behavior and exit code. Ludovic Courtès
2016-04-06doc: Update use of old "PACKAGE-VERSION" syntax....* doc/guix.texi (Invoking guix edit): Use the @ syntax for versions. Ludovic Courtès
2016-04-06gnu: abiword: Update to 3.0.1....* gnu/packages/abiword.scm (abiword): Update to 3.0.1. [source]: Remove 4 patches. [arguments]: Disable tests. [inputs]: Add libxslt, replace gtk+-2 with gtk+. [native-inputs]: Add libtool. * gnu/packages/patches/abiword-link-plugins-against-backend.patch, gnu/packages/patches/abiword-no-include-glib-internal-headers.patch, gnu/packages/patches/abiword-pass-no-undefined-to-linker.patch, gnu/packages/patches/abiword-use-proper-png-api.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them. Efraim Flashner
2016-04-06gnu: hexchat: Update to 2.12.0....* gnu/packages/messaging.scm (hexchat): Update to 2.12.0. Leo Famulari
2016-04-06gnu: Add wmcpuload....* gnu/packages/gnustep.scm (wmcpuload): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Kei Yamashita
2016-04-06gnu: Add python-pkgconfig....* gnu/packages/python.scm (python-pkgconfig, python2-pkgconfig): New variables. Andreas Enge
2016-04-06gnu: Add progress....* gnu/packages/admin.scm (progress): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Roel Janssen
2016-04-06gnu: Add wmnd....* gnu/packages/gnustep.scm (wmnd): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Kei Yamashita
2016-04-06gnu: Add singular....* gnu/packages/algebra.scm (singular): New variable. Andreas Enge
2016-04-05gnu: Add iodine....* gnu/packages/networking.scm (iodine): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tobias Geerinckx-Rice
2016-04-05gnu: Add cddlib....* gnu/packages/maths.scm (cddlib): New variable. Andreas Enge
2016-04-05gnu: Add 4ti2....* gnu/packages/maths.scm (4ti2): New variable. Andreas Enge
2016-04-05gnu: Add NTL....* gnu/packages/algebra.scm (ntl): New variable. Andreas Enge
2016-04-05gnu: mercurial: Update to 3.7.3 [fixes CVE-2016-{3068,3069,3630}]....* gnu/packages/version-control.scm (mercurial): Update to 3.7.3. Efraim Flashner
2016-04-05gnu: python-futures: Remove variable....* gnu/packages/python.scm (python-futures): Remove it. Efraim Flashner
2016-04-05gnu: git-annex-remote-hubic: Change to python2....* gnu/packages/version-control.scm (git-annex-remote-hubic) [arguments]: Build with python2. Efraim Flashner
2016-04-05gnu: Add wmbattery....* gnu/packages/gnustep.scm (wmbattery): New variable. Signed-off-by: Alex Kost <alezost@gmail.com> Kei Yamashita
2016-04-05gnu: vcftools: Update to 0.1.14....* gnu/packages/bioinformatics.scm (vcftools): Update to 0.1.14. [arguments]: Do not modify phases as it is not needed anymore. [native-inputs]: Add 'pkg-config'. [home-page]: Update to new location. Signed-off-by: Alex Kost <alezost@gmail.com> Roel Janssen
2016-04-05gnu: mutt: Update to 1.6.0....* gnu/packages/mail.scm (mutt): Update to 1.6.0. Efraim Flashner
2016-04-05gnu: vim: Use 'modify-phases'....* gnu/packages/vim.scm (vim)[arguments]: Use 'modify-phases' syntax. Efraim Flashner
2016-04-05gnu: mpd: Update to 0.19.14....* gnu/packages/mpd.scm (mpd): Update to 0.19.14. Leo Famulari
2016-04-04gnu: libextractor: Improve ffmpeg-3 patch....* gnu/packages/patches/libextractor-ffmpeg-3.patch: Add additional fixes and harmonize with patches in upstream repository. Mark H Weaver
2016-04-04gnu: libextractor: Add patch to fix build with ffmpeg-3....* gnu/packages/patches/libextractor-ffmpeg-3.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gnunet.scm (libextractor)[source]: Add patch. Mark H Weaver
2016-04-04system: Define 'GTK_DATA_PREFIX' globally....Fixes <http://bugs.gnu.org/23200>. Reported by Chris Marusich <cmmarusich@gmail.com>. * gnu/system.scm (operating-system-environment-variables): Add 'GTK_DATA_PREFIX'. Ludovic Courtès
2016-04-04CoC: Clarify which project we're talking about....* CODE-OF-CONDUCT: Define "project" and "project maintainer" as suggested by rms. Ludovic Courtès