summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-29tests: Make sure /var/guix/gcroots/profiles is a valid symlink.Ludovic Courtès
Reported by csanchezdll@gmail.com (Carlos Sánchez de La Lama) at <https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01641.html>. * gnu/build/install.scm (directives): Add /var/guix/gcroots/profiles symlink. * gnu/tests/base.scm (run-basic-test)["/var/guix/gcroots/profiles is a valid symlink"]: New test.
2016-08-29tests: Make sure /run/current-system is a GC root.Ludovic Courtès
* gnu/tests/base.scm (run-basic-test)["/run/current-system is a GC root"]: New test.
2016-08-29gnu: libmicrohttpd: Update to 0.9.51.ng0
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.51. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-08-29tests: Fix 'guix environment --container' test in the presence of tmpfs.Ludovic Courtès
Reported by Ting-Wei Lan <lantw44@gmail.com>. This is a followup to 1250034d5aff14fe236aad9900233a2b6f8563bb. * tests/guix-environment-container.sh (mount_test_code): Reverse order of 'string-prefix?' arguments.
2016-08-28gnu: Add ecryptfs-utils.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (ecryptfs-utils): New variable.
2016-08-28gnu: Add keyutils.Tobias Geerinckx-Rice
* gnu/packages/crypto.scm (keyutils): New variable.
2016-08-28gnu: xf86-input-synaptics: Update to 1.8.99.1.Efraim Flashner
* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.8.99.1.
2016-08-28gnu: xf86-video-openchrome: Update to 0.5.0.Efraim Flashner
* gnu/packages/xorg.scm (xf86-video-openchrome): Update to 0.5.0. [source]: Remove patch. * gnu/packages/patches/xf86-video-openchrome-glibc-2.20.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2016-08-28gnu: xf86-input-evdev: Update to 2.10.3.Efraim Flashner
* gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.3.
2016-08-28gnu: xf86-video-ati: Update to 7.7.0.Efraim Flashner
* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.7.0.
2016-08-28guix scripts: Disable grafting on dry runs.Roel Janssen
* guix/scripts/archive.scm, guix/scripts/build.scm, guix/scripts/environment.scm, guix/scripts/system.scm, guix/scripts/package.scm: Disable grafting when a dry-run parameter is given.
2016-08-28system: Do not create the home directory of "nobody".Ludovic Courtès
Fixes <http://bugs.gnu.org/24275>. Reported by John Darrington <john@darrington.wattle.id.au>. * gnu/system/shadow.scm (%base-user-accounts): Add (create-home-directory? #f) for "nobody".
2016-08-28system: Add 'create-home-directory?' field to <user-account>.Ludovic Courtès
* gnu/system/shadow.scm (<user-account>)[create-home-directory?]: New field. (user-account->gexp): Serialize it. * gnu/build/activation.scm (activate-users+groups)[activate-user]: Update 'match-lambda' pattern accordingly. Pass #:create-home? to 'ensure-user'. (add-user, modify-user, ensure-user): Add #:create-home? parameter and honor it. * doc/guix.texi (User Accounts): Document it.
2016-08-28gnu: kmscon: Add missing licenses.David Craven
* gnu/packages/terminals.scm (kmscon)[license]: Add lgpl2.1+, bsd-2 and gpl2+.
2016-08-28gnu: libtsm: Add missing licenses.David Craven
* gnu/packages/terminals.scm (libtsm)[license]: Add lgpl2.1+, isc and bsd-2.
2016-08-28gnu: python-ipaddress: Update to 1.0.16.David Craven
* gnu/packages/python.scm (python-ipaddress): New variable. (python2-ipaddress): Use package-with-python2.
2016-08-28gnu: Add python-url.David Craven
* gnu/packages/python.scm (python-url): New variable. (python2-url): New variable.
2016-08-28gnu: Add python-publicsuffix2.David Craven
* gnu/packages/python.scm (python-publicsuffix2): New variable. (python2-publicsuffix2): New variable.
2016-08-28gnu: Add python-publicsuffix.David Craven
* gnu/packages/python.scm (python-publicsuffix): New variable. (python2-publicsuffix): New variable.
2016-08-28gnu: Add python-schematics.David Craven
* gnu/packages/python.scm (python-schematics): New variable. (python2-schematics): New variable.
2016-08-28gnu: Add python-sh.David Craven
* gnu/packages/python.scm (python-sh): New variable. (python2-sh): New variable.
2016-08-28gnu: Add python-pymongo.David Craven
* gnu/packages/python.scm (python-pymongo): New variable. (python2-pymongo): New variable.
2016-08-28gnu: Add python-nltk.David Craven
* gnu/packages/python.scm (python-nltk): New variable. (python2-nltk): New variable.
2016-08-28gnu: Add python-binaryornot.David Craven
* gnu/packages/python.scm (python-binaryornot): New variable. (python2-binaryornot): New variable.
2016-08-28gnu: python: Import guix licenses with #:prefix license:.David Craven
* gnu/packages/python.scm (define-module): Add import.
2016-08-28import: Importers return prefixed licenses.David Craven
* guix/import/utils.scm (define-module): Import licenses with license: prefix. (string->licenses): Use prefixed licenses. (license->symbol): Return symbols with the prefix license:. * guix/tests/pypi.scm (pypi->guix-package): Update test cases. * guix/tests/gem.scm (gem->guix-package): Update test case.
2016-08-28gnu: Add prosody.Ricardo Wurmus
* gnu/packages/messaging.scm (prosody): New variable.
2016-08-28gnu: Add lua5.1-sec.Ricardo Wurmus
* gnu/packages/lua.scm (lua5.1-sec): New variable.
2016-08-28gnu: Add lua5.1-filesystem.Ricardo Wurmus
* gnu/packages/lua.scm (lua5.1-filesystem): New variable.
2016-08-28gnu: Add lua5.1-socket.Ricardo Wurmus
* gnu/packages/lua.scm (lua5.1-socket): New variable.
2016-08-28gnu: Add lua5.1-expat.Ricardo Wurmus
* gnu/packages/lua.scm (lua5.1-expat): New variable.
2016-08-28gnu: lua: Use "license:" prefix.Ricardo Wurmus
* gnu/packages/gstreamer.scm (define-module): Import guix licenses with "license:" prefix.
2016-08-28gnu: lua: Build with support for dynamic libraries.Ricardo Wurmus
* gnu/packages/lua.scm (lua)[arguments]: Use regular build phase and add make-flags.
2016-08-28gnu: Add bwm-ng.Arun Isaac
* gnu/packages/networking.scm (bwm-ng): New variable.
2016-08-27gnu: mupdf: Fix CVE-2016-{6265,6525}.Leo Famulari
* gnu/packages/patches/mupdf-CVE-2016-6265.patch, gnu/packages/patches/mupdf-CVE-2016-6525.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/pdf.scm (mupdf): Use them.
2016-08-27base64: Restore original license header.Christopher Allan Webber
When incorporating a copyleft licensed program with a lax licensed program, it is correct to preserve the original license notice. See also: https://www.softwarefreedom.org/resources/2007/gpl-non-gpl-collaboration.html * guix/base64.scm: Restored original license header.
2016-08-27gnu: octave: Update to 4.0.3.Kei Kebreau
* gnu/packages/maths.scm (octave): Update to 4.0.3. [inputs]: Remove unnecessary curl, cyrus-sasl and openssl dependencies.
2016-08-26gnu: python-gnupg: Fix broken tests.Ricardo Wurmus
* gnu/packages/gnupg.scm (python-gnupg)[arguments]: Fix check phase.
2016-08-26gnu: btrfs-progs: Update to 4.7.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.7.1.
2016-08-26gnu: enlightenment: Move efl to inputs.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]: Move efl from here ... [inputs]: ... to here.
2016-08-26gnu: enlightenment: Move gettext to native-inputs.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Move gettext from here ... [native-inputs]: ... to here.
2016-08-26gnu: rage: Update to 0.2.0.Efraim Flashner
* gnu/packages/enlightenment.scm (rage): Update to 0.2.0.
2016-08-26gnu: python-efl: Update to 1.18.0.Efraim Flashner
* gnu/packages/enlightenment.scm (python-efl): Update to 1.18.0.
2016-08-26gnu: efl: Update to 1.18.0.Efraim Flashner
* gnu/packages/enlightenment.scm (efl): Update to 1.18.0. [inputs]: Add ghostscript, libraw, libspectre, openjpeg, poppler. [arguments]: Remove unecessary 'patch-config-files phase, add phase hardlinking the location of pulseaudio and libsndfile. * gnu/packages/enlightenment.scm (terminology, enlightenment, rage) (python-efl)[inputs]: Remove elementary, now provided by efl.
2016-08-26gnu: btrfs-progs: Update to 4.7.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.7. [native-inputs]: Add missing header comment for which.
2016-08-26gnu: fdupes: Use 'modify-phases'.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (fdupes)[arguments]: Use 'modify-phases'.
2016-08-26gnu: fdupes: Update to 1.6.1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (fdupes): Update to 1.6.1. [source]: Update 'uri' template, add 'file-name' field. [arguments]: Set CC in make-flags.
2016-08-26gnu: Add emacs-ahungry-theme.Alex Vong
* gnu/packages/emacs.scm (emacs-ahungry-theme): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2016-08-26gnu: emacs-f: Update to 0.18.2.Alex Kost
* gnu/packages/emacs.scm (emacs-f): Update to 0.18.2.
2016-08-26gnu: emacs-s: Update to 1.11.0.Alex Kost
* gnu/packages/emacs.scm (emacs-s): Update to 1.11.0.