Age | Commit message (Collapse) | Author |
|
* gnu/packages/cross-base.scm (cross-gcc-arguments)[arguments]: Add
"--disable-libitm", "--disable-libvtv" and "--disable-libsanitizer"
when libc is not present.
|
|
* gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme):
Update to 0.1.9.
|
|
* 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/packages/python.scm (python-snowballstemmer, python2-snowballstemmer): New
variables.
|
|
* gnu/packages/python.scm (python-alabaster, python2-alabaster): New variables.
|
|
* gnu/packages/python.scm (python-imagesize, python2-imagesize): New variables.
|
|
* gnu/packages/gnuzilla.scm (mozjs-24)[arguments]: Add
'#:parallel-build? #f'.
|
|
This reverts commit 478e75b53bdf754cdf911226d37e517387f73c09.
|
|
* gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Change #:tests? to
true only on x86_64-linux.
|
|
* gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Add #:tests?.
|
|
* gnu/packages/pulseaudio.scm (pulseaudio)[arguments]: Add
"--enable-bluez5" to configure flags.
[inputs]: Add "bluez" and "sbc".
|
|
* gnu/packages/version-control.scm (git)[arguments]: Add 'add-PM.stamp'
phase.
|
|
* gnu/packages/version-control.scm (git)[arguments]: Use
'modify-phases'.
|
|
|
|
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.
|
|
* 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/packages/cmake.scm (cmake): Update to 3.5.2.
|
|
* gnu/packages/cmake.scm (cmake)[arguments]: Use 'modify-phases'.
|
|
* gnu/packages/cmake.scm (cmake)[arguments]: Remove check on libarchive.
|
|
* gnu/packages/backup.scm (libarchive): Update to 3.2.1.
[arguments]: Build with '-std=C99'.
|
|
* gnu/packages/openldap.scm (openldap)[inputs]: Switch to bdb-5.3.
|
|
* gnu/packages/databases.scm (bdb-5.3): New variable.
|
|
|
|
* gnu/packages/xml.scm (libxslt)[replacement]: New field.
(libxslt/fixed): New variable.
|
|
* gnu/packages/music.scm (synthv1): Update to 0.7.5.
|
|
* gnu/packages/compression.scm (lbzip2): New variable.
|
|
* gnu/packages/emacs.scm (emacs-multiple-cursors): New variable.
|
|
* gnu/packages/guile.scm (guile-sqlite3): New variable.
|
|
* gnu/packages/linux.scm (bluez)[arguments]: Add 'post-install' phase.
|
|
* gnu/packages/linux.scm (bluez): Update to 5.40.
|
|
* gnu/packages/linux.scm (bluez)[arguments]: Add '--sysconfdir=/etc'
and '--localstatedir=/var'.
|
|
* gnu/services/desktop.scm (bluetooth-shepherd-service)
(bluetooth-service): New Prodecures.
(bluetooth-service-type): New variable.
* doc/guix.text (Desktop Services): Document it.
|
|
* gnu/packages/python.scm (python2-jsonrpclib): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/emacs.scm (emacs-company): New variable.
|
|
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/packages/netpbm.scm (netpbm)[source]: Patch
"buildtools/stamp-date".
|
|
This is a followup to commit eb354bdacbf4154ec66038dac07f19bf4ced1fad.
* gnu/packages/netpbm.scm (netpbm)[arguments]: In 'configure' phase,
patch 'pstopnm.c' to look for 'gsc'.
|
|
* gnu/packages/bittorrent.scm (aria2): Updat eto 1.24.0.
|
|
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/packages/lxqt.scm (libqtxdg)[inputs]: Move qtbase ...
[propagated-inputs]: ... to here.
This is a follow-up to aa450b2bc41b0cedbebc4f8c0a51867a436cf02b.
|
|
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.9.
[home-page]: Use https.
|
|
* gnu/packages/enlightenment.scm (python-efl)[arguments]: Replace 'build
phase to set 'ENABLE_CYTHON=1'.
[native-inputs]: python-cython.
|
|
* gnu/packages/python.scm (python-bz2file, python2-bz2file): New
variables.
|
|
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.13.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* guix/utils.scm (current-source-directory): When FILE-NAME is relative,
use 'search-path' to determine the absolute file name.
|
|
* guix/utils.scm (extract-directory): Remove.
(current-source-directory): Rewrite as a 'syntax-case' macro.
|
|
* doc/guix.texi (Synopses and Descriptions): Add note about marketing
phrases.
|
|
* gnu/packages/lxqt.scm (lxqt-common)[inputs]: Add qtbase,
qttools, qtx11extras.
|
|
* gnu/packages/lxqt.scm (lxqt-session)[inputs]: Add qtbase,
qttools, qtx11extras.
|