Age | Commit message (Collapse) | Author |
|
* gnu/packages/node.scm (node): Update to 5.10.0.
|
|
* gnu/packages/libevent.scm (libuv): Update to 1.8.0.
|
|
* guix/scripts/environment.scm (launch-environment/container): Mount
/etc/resolv.conf as a writable file.
|
|
* gnu/packages/abiword.scm (abiword.scm)[arguments]: Add "epub" and
"goffice" to "enable-plugins" configure flag.
[inputs]: Add goffice, libchamplain, telepathy-glib.
|
|
* gnu/packages/python.scm (python-cython): Update to 0.24.
|
|
* gnu/packages/python.scm (python-cysignals, python2-cysignals): New
variables.
|
|
* gnu/packages/bioinformatics.scm (r-zlibbioc): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/bioinformatics.scm (r-variantannotation): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* 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.
|
|
* doc/guix.texi (Invoking guix challenge): Update reproducible-builds
URL.
|
|
* doc/guix.texi (Invoking guix challenge): Use https instead of http.
|
|
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.
|
|
* doc/guix.texi (Invoking guix edit): Use the @ syntax for versions.
|
|
* 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.
|
|
* gnu/packages/messaging.scm (hexchat): Update to 2.12.0.
|
|
* gnu/packages/gnustep.scm (wmcpuload): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/python.scm (python-pkgconfig, python2-pkgconfig): New
variables.
|
|
* gnu/packages/admin.scm (progress): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/gnustep.scm (wmnd): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/algebra.scm (singular): New variable.
|
|
* gnu/packages/networking.scm (iodine): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/maths.scm (cddlib): New variable.
|
|
* gnu/packages/maths.scm (4ti2): New variable.
|
|
* gnu/packages/algebra.scm (ntl): New variable.
|
|
* gnu/packages/version-control.scm (mercurial): Update to 3.7.3.
|
|
* gnu/packages/python.scm (python-futures): Remove it.
|
|
* gnu/packages/version-control.scm (git-annex-remote-hubic)
[arguments]: Build with python2.
|
|
* gnu/packages/gnustep.scm (wmbattery): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* 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>
|
|
* gnu/packages/mail.scm (mutt): Update to 1.6.0.
|
|
* gnu/packages/vim.scm (vim)[arguments]: Use 'modify-phases' syntax.
|
|
* gnu/packages/mpd.scm (mpd): Update to 0.19.14.
|
|
* gnu/packages/patches/libextractor-ffmpeg-3.patch: Add additional
fixes and harmonize with patches in upstream repository.
|
|
* 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.
|
|
Fixes <http://bugs.gnu.org/23200>.
Reported by Chris Marusich <cmmarusich@gmail.com>.
* gnu/system.scm (operating-system-environment-variables): Add
'GTK_DATA_PREFIX'.
|
|
* CODE-OF-CONDUCT: Define "project" and "project maintainer" as
suggested by rms.
|
|
* gnu/packages/video.scm (mplayer): Update to 1.3.0.
|
|
* gnu/packages/ffmpeg.scm (gst-libav): Update to 1.8.0.
|
|
* gnu/packages/code.scm (global): Update to 6.5.4.
|
|
* gnu/packages/gnome.scm (network-manager): Update to 1.0.12.
|
|
* gnu/packages/scheme.scm (scheme48): Update to 1.9.2.
|
|
Delay initializing variables.
* emacs/guix-main.scm: (%packages): Rename to...
(%package-vhash): ... this. Delay setting the value.
(package-vhash): New procedure (wrapper for '%package-vhash').
(%package-table): Delay setting the value.
(package-table): New procedure (wrapper for '%package-table').
(package-by-address, packages-by-name+version): Use wrappers.
|
|
* emacs/guix-main.scm: Do not use (guix scripts pull) module.
(lint-checker-names): Adjust to use it.
|
|
This is a followup to commit c67e344f21fda2bf5a2a377a34d4749a1c7e7c9c.
* emacs/guix-main.scm: Do not use (guix scripts pull).
|
|
* emacs/guix-main.scm (package-unique?): Use 'match' instead of 'cdr'.
(package-by-address): Likewise.
|
|
* guix/scripts/package.scm: Export 'build-and-use-profile'.
* emacs/guix-main.scm (process-package-actions): Use it.
|
|
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to
16.0.0.
[arguments]: Remove field.
|
|
These packages should be udpated together.
* gnu/packages/python.scm (python-cryptography): Update to 1.3.1.
(python-cryptogprahy-vectors): Update to 1.3.1.
|
|
* gnu/packages/python.scm (python-pytest, python2-pytest): Update to 2.7.3.
|
|
* gnu/packages/wm.scm (13-wm): Update to 4.12.
|