Commit Graph

14347 Commits (7ca87354db53fd1e1a7a3dfeddb9a598ea064bbe)

Author SHA1 Message Date
Roel Janssen fd59105c49
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.
2016-08-28 16:22:19 +02:00
Ludovic Courtès d03db7434b
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".
2016-08-28 15:11:18 +02:00
Ludovic Courtès eb56ee027b
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.
2016-08-28 15:11:18 +02:00
David Craven 3eb2fca612
gnu: kmscon: Add missing licenses.
* gnu/packages/terminals.scm (kmscon)[license]: Add lgpl2.1+, bsd-2 and gpl2+.
2016-08-28 14:48:29 +02:00
David Craven d7af202b81
gnu: libtsm: Add missing licenses.
* gnu/packages/terminals.scm (libtsm)[license]: Add lgpl2.1+, isc and bsd-2.
2016-08-28 14:46:51 +02:00
David Craven 520af15742
gnu: python-ipaddress: Update to 1.0.16.
* gnu/packages/python.scm (python-ipaddress): New variable.
(python2-ipaddress): Use package-with-python2.
2016-08-28 14:04:56 +02:00
David Craven 81f1515d5a
gnu: Add python-url.
* gnu/packages/python.scm (python-url): New variable.
(python2-url): New variable.
2016-08-28 14:04:55 +02:00
David Craven b2319996dc
gnu: Add python-publicsuffix2.
* gnu/packages/python.scm (python-publicsuffix2): New variable.
(python2-publicsuffix2): New variable.
2016-08-28 14:04:54 +02:00
David Craven d6907ff75f
gnu: Add python-publicsuffix.
* gnu/packages/python.scm (python-publicsuffix): New variable.
(python2-publicsuffix): New variable.
2016-08-28 14:04:54 +02:00
David Craven 05b59190df
gnu: Add python-schematics.
* gnu/packages/python.scm (python-schematics): New variable.
(python2-schematics): New variable.
2016-08-28 14:04:53 +02:00
David Craven 6a6c9d4332
gnu: Add python-sh.
* gnu/packages/python.scm (python-sh): New variable.
(python2-sh): New variable.
2016-08-28 14:04:53 +02:00
David Craven 691cd90dc0
gnu: Add python-pymongo.
* gnu/packages/python.scm (python-pymongo): New variable.
(python2-pymongo): New variable.
2016-08-28 14:04:52 +02:00
David Craven a9ac982a2b
gnu: Add python-nltk.
* gnu/packages/python.scm (python-nltk): New variable.
(python2-nltk): New variable.
2016-08-28 14:04:51 +02:00
David Craven 8794bd8bb3
gnu: Add python-binaryornot.
* gnu/packages/python.scm (python-binaryornot): New variable.
(python2-binaryornot): New variable.
2016-08-28 14:04:51 +02:00
David Craven 3f641af088
gnu: python: Import guix licenses with #:prefix license:.
* gnu/packages/python.scm (define-module): Add import.
2016-08-28 14:04:50 +02:00
David Craven a34b236c17
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.
2016-08-28 14:04:50 +02:00
Ricardo Wurmus 1ae27aac4c
gnu: Add prosody.
* gnu/packages/messaging.scm (prosody): New variable.
2016-08-28 12:41:27 +02:00
Ricardo Wurmus d62dc2aec2
gnu: Add lua5.1-sec.
* gnu/packages/lua.scm (lua5.1-sec): New variable.
2016-08-28 12:41:27 +02:00
Ricardo Wurmus 182de8fcdd
gnu: Add lua5.1-filesystem.
* gnu/packages/lua.scm (lua5.1-filesystem): New variable.
2016-08-28 12:41:27 +02:00
Ricardo Wurmus c21b826127
gnu: Add lua5.1-socket.
* gnu/packages/lua.scm (lua5.1-socket): New variable.
2016-08-28 12:41:27 +02:00
Ricardo Wurmus fd07a6a66d
gnu: Add lua5.1-expat.
* gnu/packages/lua.scm (lua5.1-expat): New variable.
2016-08-28 12:41:27 +02:00
Ricardo Wurmus 572e433faf
gnu: lua: Use "license:" prefix.
* gnu/packages/gstreamer.scm (define-module): Import guix licenses with
"license:" prefix.
2016-08-28 12:41:27 +02:00
Ricardo Wurmus 07cbe28ede
gnu: lua: Build with support for dynamic libraries.
* gnu/packages/lua.scm (lua)[arguments]: Use regular build phase and add
make-flags.
2016-08-28 12:41:27 +02:00
Ricardo Wurmus 234e7980b5
gnu: gtk+: Add patch to support GUIX_GTK3_IM_MODULE_FILE.
* gnu/packages/patches/gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch: New file.
* gnu/packages/gtk.scm (gtk+)[source]: Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
2016-08-28 09:55:36 +02:00
Ricardo Wurmus 711670c04f
gnu: gtk+-2: Add patch to support GUIX_GTK2_IM_MODULE_FILE.
* gnu/packages/patches/gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch: New file.
* gnu/packages/gtk.scm (gtk+-2)[source]: Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
2016-08-28 09:55:36 +02:00
Arun Isaac be9f3a8331
gnu: Add bwm-ng.
* gnu/packages/networking.scm (bwm-ng): New variable.
2016-08-28 09:48:50 +02:00
Leo Famulari 6bd9a3432c
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.
2016-08-27 17:35:21 -04:00
Christopher Allan Webber b47f7510f0
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.
2016-08-27 08:45:27 -05:00
Kei Kebreau aa127019b5
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.
2016-08-27 08:04:21 +02:00
Ricardo Wurmus ec0897638e
gnu: python-gnupg: Fix broken tests.
* gnu/packages/gnupg.scm (python-gnupg)[arguments]: Fix check phase.
2016-08-26 23:58:55 +02:00
Tobias Geerinckx-Rice feb995c4c9
gnu: btrfs-progs: Update to 4.7.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.7.1.
2016-08-26 23:16:40 +02:00
Efraim Flashner 8c3bb47155
gnu: enlightenment: Move efl to inputs.
* gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]:
Move efl from here ...
[inputs]: ... to here.
2016-08-26 17:39:42 +03:00
Efraim Flashner d8ab4c1bfe
gnu: enlightenment: Move gettext to native-inputs.
* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Move gettext
from here ...
[native-inputs]: ... to here.
2016-08-26 17:39:41 +03:00
Efraim Flashner 83e9f472b2
gnu: rage: Update to 0.2.0.
* gnu/packages/enlightenment.scm (rage): Update to 0.2.0.
2016-08-26 17:39:41 +03:00
Efraim Flashner f2db5d9976
gnu: python-efl: Update to 1.18.0.
* gnu/packages/enlightenment.scm (python-efl): Update to 1.18.0.
2016-08-26 17:39:41 +03:00
Efraim Flashner 2a32ec278d
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.
2016-08-26 17:39:29 +03:00
Tobias Geerinckx-Rice 49dbe69624
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.
2016-08-26 11:54:59 +02:00
Tobias Geerinckx-Rice e192a23022
gnu: fdupes: Use 'modify-phases'.
* gnu/packages/admin.scm (fdupes)[arguments]: Use 'modify-phases'.
2016-08-26 11:54:59 +02:00
Tobias Geerinckx-Rice 47d7b3038e
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.
2016-08-26 11:54:59 +02:00
Alex Vong e7761186c3
gnu: Add emacs-ahungry-theme.
* gnu/packages/emacs.scm (emacs-ahungry-theme): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2016-08-26 10:48:36 +03:00
Alex Kost ad5d899eff
gnu: emacs-f: Update to 0.18.2.
* gnu/packages/emacs.scm (emacs-f): Update to 0.18.2.
2016-08-26 10:48:36 +03:00
Alex Kost 48e28c6992
gnu: emacs-s: Update to 1.11.0.
* gnu/packages/emacs.scm (emacs-s): Update to 1.11.0.
2016-08-26 10:48:36 +03:00
Alex Kost a31a79bcf8
gnu: emacs-dash: Update to 2.13.0.
* gnu/packages/emacs.scm (emacs-dash): Update to 2.13.0.
2016-08-26 10:48:36 +03:00
Alex Kost e15cb9a371
gnu: magit: Update to 2.8.0.
* gnu/packages/emacs.scm (magit, emacs-magit-popup): Update to 2.8.0.
2016-08-26 10:48:36 +03:00
Alex Kost 480d6b1b22
gnu: emacs-with-editor: Update to 2.5.2.
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.2.
2016-08-26 10:48:36 +03:00
Rene Saavedra 8930fe62f0
gnu: gnome-screenshot: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.20.1.

Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-08-25 19:12:14 +08:00
Efraim Flashner 2205ce5ca1
gnu: enlightenment: Update to 0.21.2.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.2.
2016-08-25 12:25:37 +03:00
Ricardo Wurmus d37f00b97f
gnu: ibus: Fix simple engine.
* gnu/packages/ibus.scm (ibus)[inputs]: Add libx11, setxkbmap, xmodmap.
[arguments]: Add "fix-paths" phase.
2016-08-25 11:09:28 +02:00
Ricardo Wurmus d5332e756e
gnu: ibus: Generate C from Vala sources.
* gnu/packages/ibus.scm (ibus)[native-inputs]: Add vala.
[arguments]: Add "delete-generated-files" phase.
2016-08-25 11:09:28 +02:00
Ricardo Wurmus 590021db3f
gnu: ibus: Use modify-phases syntax.
* gnu/packages/ibus.scm (ibus)[arguments]: Use modify-phases syntax.
2016-08-25 11:09:28 +02:00