summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: gnutls: Update to 3.5.2.Leo Famulari2016-07-20
| | | | | * gnu/packages/tls.scm (gnutls): Update to 3.5.2. [native-inputs]: Add net-tools.
* Revert "gnu: Add python-imagesize."Leo Famulari2016-07-12
| | | | This reverts commit d8fa9cf7f4173b1b30adc1a7b75f7dd46218c424.
* Revert "gnu: Add python-alabaster."Leo Famulari2016-07-12
| | | | This reverts commit 15c36240f0b9ab3e8dc0b57702bb6a5174e4ad58.
* Revert "gnu: Add python-snowballstemmer."Leo Famulari2016-07-12
| | | | This reverts commit b3283dbaf395e024b6d88e63dbb0ccff42209f28.
* Revert "gnu: python-sphinx: Update to 1.4.4."Leo Famulari2016-07-12
| | | | This reverts commit efb386ca5c07c5a4571de8561fd5dcd2a4d9cec7.
* Revert "gnu: python-sphinx-rtd-theme: Update to 0.1.9."Leo Famulari2016-07-12
| | | | This reverts commit e1257225e7bb211e3dd8d9373fb5a81fe83b6baf.
* gnu: grue-hunter: Adapt to gzip-1.8 update.Efraim Flashner2016-07-11
| | | | | * gnu/packages/games.scm (grue-hunter)[arguments]: Change gunzip call to gzip call, add `-d' to the gzip command.
* gnu: glibc-2.21: Fix substitutes in glibc-2.21.Efraim Flashner2016-07-11
| | | | | * gnu/packages/base.scm (glibc-2.21)[arguments]: Add back substitution for /bin/pwd which was removed in the update of glibc to 2.23.
* gnu: exim: Adjust to pcre output split.Efraim Flashner2016-07-11
| | | | | * gnu/packages/mail.scm (exim)[native-inputs]: Add pcre:bin. [inputs]: Remove pcre.
* gnu: conky: Update to 1.10.3.宋文武2016-07-09
| | | | | | * gnu/packages/conky.scm (conky): Update to 1.10.3. [arguments]: Add #:configure-flags. [inputs]: Add libxinerama.
* gnu: texlive: Fix 'texmf-local' search path.Federico Beffa2016-07-06
| | | | | | | * gnu/packages/tex.scm (texlive, texlive-minimal): Add 'native-search-paths'. (texlive-texmf): Correct 'TEXMFLOCAL' definition in 'texmf.cnf' in 'texmf-config' phase.
* gnu: cross-gcc-arguments: Disable libitm, libvtv and libsanitizer.Manolis Ragkousis2016-07-05
| | | | | | * gnu/packages/cross-base.scm (cross-gcc-arguments)[arguments]: Add "--disable-libitm", "--disable-libvtv" and "--disable-libsanitizer" when libc is not present.
* gnu: python-sphinx-rtd-theme: Update to 0.1.9.Leo Famulari2016-07-03
| | | | | * gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme): Update to 0.1.9.
* gnu: python-sphinx: Update to 1.4.4.Leo Famulari2016-07-03
| | | | | | | * gnu/packages/python.scm (python-sphinx, python2-sphinx): Update to 1.4.4. [source]: Use pypi-uri. [inputs]: Add python-alabaster, python-babel, python-imagesize, python-six. [propagated-inputs]: New field.
* gnu: Add python-snowballstemmer.Leo Famulari2016-07-03
| | | | | * gnu/packages/python.scm (python-snowballstemmer, python2-snowballstemmer): New variables.
* gnu: Add python-alabaster.Leo Famulari2016-07-03
| | | | * gnu/packages/python.scm (python-alabaster, python2-alabaster): New variables.
* gnu: Add python-imagesize.Leo Famulari2016-07-03
| | | | * gnu/packages/python.scm (python-imagesize, python2-imagesize): New variables.
* gnu: mozjs-24: Disable parallel build.宋文武2016-07-02
| | | | | * gnu/packages/gnuzilla.scm (mozjs-24)[arguments]: Add '#:parallel-build? #f'.
* Revert "gnu: wrap-python3: Create more symlinks."Leo Famulari2016-07-01
| | | | This reverts commit 478e75b53bdf754cdf911226d37e517387f73c09.
* gnu: mit-krb5: Disable tests on all 32-bit platforms.Ludovic Courtès2016-06-30
| | | | | * gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Change #:tests? to true only on x86_64-linux.
* gnu: mit-krb5: Disable tests on i686.Ludovic Courtès2016-06-28
| | | | * gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Add #:tests?.
* gnu: pulseaudio: Enable support for Bluetooth.Ricardo Wurmus2016-06-28
| | | | | | * gnu/packages/pulseaudio.scm (pulseaudio)[arguments]: Add "--enable-bluez5" to configure flags. [inputs]: Add "bluez" and "sbc".
* gnu: git: Fix builds with Make 4.2.Ludovic Courtès2016-06-27
| | | | | * gnu/packages/version-control.scm (git)[arguments]: Add 'add-PM.stamp' phase.
* gnu: git: Use 'modify-phases'.Ludovic Courtès2016-06-27
| | | | | * gnu/packages/version-control.scm (git)[arguments]: Use 'modify-phases'.
* Merge branch 'master' into core-updatesLudovic Courtès2016-06-27
|
* gnu: Adjust to PCRE split.Ludovic Courtès2016-06-24
| | | | | | | | This is a followup to commit 6d49ca3bad613700b539c30272e164207455735b. * gnu/packages/databases.scm (4store)[inputs]: Remove PCRE. [native-inputs]: Add PCRE:bin. * gnu/packages/web.scm (httpd): Likewise.
* build: Remove unneeded conditionals for (guix build syscalls).Manolis Ragkousis2016-06-23
| | | | | | | * m4/guix.m4: Remove 'GUIX_CHECK_LIBC_MOUNT'. * configure.ac: Remove 'BUILD_SYSCALLS_MODULE'. * Makefile.am (MODULES): Add 'guix/build/syscalls.scm'. (EXTRA_DIST): Remove conditional on BUILD_SYSCALLS_MODULE.
* gnu: cmake: Update to 3.5.2.Efraim Flashner2016-06-22
| | | | * gnu/packages/cmake.scm (cmake): Update to 3.5.2.
* gnu: cmake: Use 'modify-phases'.Efraim Flashner2016-06-22
| | | | * gnu/packages/cmake.scm (cmake)[arguments]: Use 'modify-phases'.
* gnu: cmake: Disable checking for libarchive in tests.Efraim Flashner2016-06-22
| | | | * gnu/packages/cmake.scm (cmake)[arguments]: Remove check on libarchive.
* gnu: libarchive: Update to 3.2.1.Efraim Flashner2016-06-21
| | | | | * gnu/packages/backup.scm (libarchive): Update to 3.2.1. [arguments]: Build with '-std=C99'.
* gnu: openldap: Use bdb-5.3.Efraim Flashner2016-06-19
| | | | * gnu/packages/openldap.scm (openldap)[inputs]: Switch to bdb-5.3.
* gnu: Add bdb-5.3.Efraim Flashner2016-06-19
| | | | * gnu/packages/databases.scm (bdb-5.3): New variable.
* Merge branch 'master' into core-updatesMark H Weaver2016-06-19
|\
| * gnu: libxslt: Replace with 1.1.29 [fixes CVE-2016-{1683,1684}].Mark H Weaver2016-06-19
| | | | | | | | | | * gnu/packages/xml.scm (libxslt)[replacement]: New field. (libxslt/fixed): New variable.
| * gnu: synthv1: Update to 0.7.5.Ricardo Wurmus2016-06-18
| | | | | | | | * gnu/packages/music.scm (synthv1): Update to 0.7.5.
| * gnu: Add lbzip2.Ricardo Wurmus2016-06-18
| | | | | | | | * gnu/packages/compression.scm (lbzip2): New variable.
| * gnu: Add emacs-multiple-cursors.Ricardo Wurmus2016-06-18
| | | | | | | | * gnu/packages/emacs.scm (emacs-multiple-cursors): New variable.
| * gnu: Add guile-sqlite3.Ludovic Courtès2016-06-18
| | | | | | | | * gnu/packages/guile.scm (guile-sqlite3): New variable.
| * gnu: bluez: Install 'org.bluez.obex.service' and fix '97-hid2hci.rules'.宋文武2016-06-18
| | | | | | | | * gnu/packages/linux.scm (bluez)[arguments]: Add 'post-install' phase.
| * gnu: bluez: Update to 5.40.宋文武2016-06-18
| | | | | | | | * gnu/packages/linux.scm (bluez): Update to 5.40.
| * gnu: bluez: Set sysconfdir and localstatedir.宋文武2016-06-18
| | | | | | | | | | * gnu/packages/linux.scm (bluez)[arguments]: Add '--sysconfdir=/etc' and '--localstatedir=/var'.
| * gnu: services: Add bluetooth-service.宋文武2016-06-18
| | | | | | | | | | | | | | * gnu/services/desktop.scm (bluetooth-shepherd-service) (bluetooth-service): New Prodecures. (bluetooth-service-type): New variable. * doc/guix.text (Desktop Services): Document it.
| * gnu: Add python2-jsonrpclibDaniel Pimentel2016-06-17
| | | | | | | | | | | | * gnu/packages/python.scm (python2-jsonrpclib): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add emacs-company.Ricardo Wurmus2016-06-17
| | | | | | | | * gnu/packages/emacs.scm (emacs-company): New variable.
| * gnu: certbot, python-acme: Update to 0.8.1.Leo Famulari2016-06-17
| | | | | | | | | | | | | | These packages should be updated together. * gnu/packages/tls.scm (certbot): Update to 0.8.1. (python-acme, python2-acme): Update to 0.8.1
| * gnu: aria2: Update to 1.24.0.Efraim Flashner2016-06-17
| | | | | | | | * gnu/packages/bittorrent.scm (aria2): Updat eto 1.24.0.
* | Merge branch 'master' into core-updatesLudovic Courtès2016-06-17
|\|
| * services: dicod: Add 'interfaces' configuration field.Ludovic Courtès2016-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | This makes 'dicod' listen on 'localhost' by default, whereas it was previously listening on all the interfaces, which is not a good default security-wise. * gnu/services/dict.scm (<dicod-configuration>)[interfaces]: New field. (dicod-configuration-file)[database->text]: New procedure, with code formerly in 'dicod-configuration->text'. [dicod-configuration->text]: Rename to... [configuration->text]: ... this. Honor 'interfaces'. * doc/guix.texi (Various Services): Document 'interfaces'.
| * gnu: libqtxdg: Move qtbase to propagated-inputs.Efraim Flashner2016-06-17
| | | | | | | | | | | | | | * gnu/packages/lxqt.scm (libqtxdg)[inputs]: Move qtbase ... [propagated-inputs]: ... to here. This is a follow-up to aa450b2bc41b0cedbebc4f8c0a51867a436cf02b.