summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: hplip: Update to 3.16.8.•••* gnu/packages/cups.scm (hplip): Update 3.16.8. Tobias Geerinckx-Rice2016-08-291-2/+2
* gnu: ffmpeg: Update to 3.1.3.•••* gnu/packages/video.scm (ffmpeg): Update to 3.1.3. Efraim Flashner2016-08-291-2/+2
* guix: lint: Check descriptions for trademark signs.•••* guix/scripts/lint.scm (check-description-style): Emit a warning if trademark signs found in description. * tests/lint.scm (description: may not contain trademark signs): Add test. Eric Bavier2016-08-282-1/+28
* tests: Make sure /var/guix/gcroots/profiles is a valid symlink.•••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. Ludovic Courtès2016-08-292-1/+14
* tests: Make sure /run/current-system is a GC root.•••* gnu/tests/base.scm (run-basic-test)["/run/current-system is a GC root"]: New test. Ludovic Courtès2016-08-291-0/+27
* gnu: libmicrohttpd: Update to 0.9.51.•••* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.51. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02016-08-291-2/+2
* tests: Fix 'guix environment --container' test in the presence of tmpfs.•••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. Ludovic Courtès2016-08-291-1/+1
* gnu: Add ecryptfs-utils.•••* gnu/packages/linux.scm (ecryptfs-utils): New variable. Tobias Geerinckx-Rice2016-08-281-0/+39
* gnu: Add keyutils.•••* gnu/packages/crypto.scm (keyutils): New variable. Tobias Geerinckx-Rice2016-08-281-0/+40
* gnu: xf86-input-synaptics: Update to 1.8.99.1.•••* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.8.99.1. Efraim Flashner2016-08-281-2/+2
* gnu: xf86-video-openchrome: Update to 0.5.0.•••* 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. Efraim Flashner2016-08-283-20/+3
* gnu: xf86-input-evdev: Update to 2.10.3.•••* gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.3. Efraim Flashner2016-08-281-2/+2
* gnu: xf86-video-ati: Update to 7.7.0.•••* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.7.0. Efraim Flashner2016-08-281-2/+2
* guix scripts: Disable grafting on dry runs.•••* 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. Roel Janssen2016-08-285-5/+6
* system: Do not create the home directory of "nobody".•••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". Ludovic Courtès2016-08-281-0/+1
* system: Add 'create-home-directory?' field to <user-account>.•••* 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. Ludovic Courtès2016-08-283-5/+17
* gnu: kmscon: Add missing licenses.•••* gnu/packages/terminals.scm (kmscon)[license]: Add lgpl2.1+, bsd-2 and gpl2+. David Craven2016-08-281-1/+8
* gnu: libtsm: Add missing licenses.•••* gnu/packages/terminals.scm (libtsm)[license]: Add lgpl2.1+, isc and bsd-2. David Craven2016-08-281-1/+6
* gnu: python-ipaddress: Update to 1.0.16.•••* gnu/packages/python.scm (python-ipaddress): New variable. (python2-ipaddress): Use package-with-python2. David Craven2016-08-281-19/+22
* gnu: Add python-url.•••* gnu/packages/python.scm (python-url): New variable. (python2-url): New variable. David Craven2016-08-281-0/+33
* gnu: Add python-publicsuffix2.•••* gnu/packages/python.scm (python-publicsuffix2): New variable. (python2-publicsuffix2): New variable. David Craven2016-08-281-0/+26
* gnu: Add python-publicsuffix.•••* gnu/packages/python.scm (python-publicsuffix): New variable. (python2-publicsuffix): New variable. David Craven2016-08-281-0/+27
* gnu: Add python-schematics.•••* gnu/packages/python.scm (python-schematics): New variable. (python2-schematics): New variable. David Craven2016-08-281-0/+32
* gnu: Add python-sh.•••* gnu/packages/python.scm (python-sh): New variable. (python2-sh): New variable. David Craven2016-08-281-0/+27
* gnu: Add python-pymongo.•••* gnu/packages/python.scm (python-pymongo): New variable. (python2-pymongo): New variable. David Craven2016-08-281-0/+26
* gnu: Add python-nltk.•••* gnu/packages/python.scm (python-nltk): New variable. (python2-nltk): New variable. David Craven2016-08-281-0/+27
* gnu: Add python-binaryornot.•••* gnu/packages/python.scm (python-binaryornot): New variable. (python2-binaryornot): New variable. David Craven2016-08-281-0/+31
* gnu: python: Import guix licenses with #:prefix license:.•••* gnu/packages/python.scm (define-module): Add import. David Craven2016-08-281-213/+211
* import: Importers return prefixed licenses.•••* 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. David Craven2016-08-283-16/+16
* gnu: Add prosody.•••* gnu/packages/messaging.scm (prosody): New variable. Ricardo Wurmus2016-08-281-2/+76
* gnu: Add lua5.1-sec.•••* gnu/packages/lua.scm (lua5.1-sec): New variable. Ricardo Wurmus2016-08-281-0/+37
* gnu: Add lua5.1-filesystem.•••* gnu/packages/lua.scm (lua5.1-filesystem): New variable. Ricardo Wurmus2016-08-281-0/+31
* gnu: Add lua5.1-socket.•••* gnu/packages/lua.scm (lua5.1-socket): New variable. Ricardo Wurmus2016-08-281-0/+46
* gnu: Add lua5.1-expat.•••* gnu/packages/lua.scm (lua5.1-expat): New variable. Ricardo Wurmus2016-08-281-1/+37
* gnu: lua: Use "license:" prefix.•••* gnu/packages/gstreamer.scm (define-module): Import guix licenses with "license:" prefix. Ricardo Wurmus2016-08-281-3/+3
* gnu: lua: Build with support for dynamic libraries.•••* gnu/packages/lua.scm (lua)[arguments]: Use regular build phase and add make-flags. Ricardo Wurmus2016-08-281-4/+6
* gnu: Add bwm-ng.•••* gnu/packages/networking.scm (bwm-ng): New variable. Arun Isaac2016-08-281-0/+21
* gnu: mupdf: Fix CVE-2016-{6265,6525}.•••* 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. Leo Famulari2016-08-274-0/+55
* base64: Restore original license header.•••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. Christopher Allan Webber2016-08-271-2/+24
* gnu: octave: Update to 4.0.3.•••* gnu/packages/maths.scm (octave): Update to 4.0.3. [inputs]: Remove unnecessary curl, cyrus-sasl and openssl dependencies. Kei Kebreau2016-08-271-6/+3
* gnu: python-gnupg: Fix broken tests.•••* gnu/packages/gnupg.scm (python-gnupg)[arguments]: Fix check phase. Ricardo Wurmus2016-08-261-14/+13
* gnu: btrfs-progs: Update to 4.7.1.•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.7.1. Tobias Geerinckx-Rice2016-08-261-2/+2
* gnu: enlightenment: Move efl to inputs.•••* gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]: Move efl from here ... [inputs]: ... to here. Efraim Flashner2016-08-261-2/+1
* gnu: enlightenment: Move gettext to native-inputs.•••* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Move gettext from here ... [native-inputs]: ... to here. Efraim Flashner2016-08-261-2/+2
* gnu: rage: Update to 0.2.0.•••* gnu/packages/enlightenment.scm (rage): Update to 0.2.0. Efraim Flashner2016-08-261-3/+4
* gnu: python-efl: Update to 1.18.0.•••* gnu/packages/enlightenment.scm (python-efl): Update to 1.18.0. Efraim Flashner2016-08-261-2/+2
* gnu: efl: Update to 1.18.0.•••* 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. Efraim Flashner2016-08-261-16/+26
* gnu: btrfs-progs: Update to 4.7.•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.7. [native-inputs]: Add missing header comment for which. Tobias Geerinckx-Rice2016-08-261-2/+3
* gnu: fdupes: Use 'modify-phases'.•••* gnu/packages/admin.scm (fdupes)[arguments]: Use 'modify-phases'. Tobias Geerinckx-Rice2016-08-261-1/+2
* gnu: fdupes: Update to 1.6.1.•••* gnu/packages/admin.scm (fdupes): Update to 1.6.1. [source]: Update 'uri' template, add 'file-name' field. [arguments]: Set CC in make-flags. Tobias Geerinckx-Rice2016-08-261-4/+7