summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* syscalls: 'all-network-interface-names' accepts non-alphanumeric characters.Ludovic Courtès2016-02-03
| | | | | | | | This fixes interfaces with a dash or other characters being ignored. Suggested by Jookia <166291@gmail.com>. * guix/build/syscalls.scm (%interface-line): Use [[:graph:]] instead of [[:alnum:]].
* system: /etc/profile reads /etc/environment for the sake of lshd.Ludovic Courtès2016-02-03
| | | | | | | Fixes <http://bugs.gnu.org/22175>. * gnu/system.scm (operating-system-etc-service)[profile]: Add hack to define variables from /etc/environment.
* gnu: Add Italian Aspell dictionary.Federico Beffa2016-02-03
| | | | * gnu/packages/aspell.scm (aspell-dict-it): New variable.
* gnu: sbcl: Generate and install documentation.Federico Beffa2016-02-03
| | | | | | * gnu/packages/lisp.scm (sbcl): Add 'doc' output. [arguments]: Add 'build-doc' and 'install-doc' phases. [native-inputs]: Add 'texlive' and 'texinfo'.
* gnu: sbcl: Convert to the 'modify-phases' syntax.Federico Beffa2016-02-03
| | | | * gnu/packages/lisp.scm (sbcl): Do it.
* gnu: Add emacs-slime.Federico Beffa2016-02-03
| | | | * gnu/packages/emacs.scm (emacs-slime): New variable.
* gnu: mit-scheme: Generate and install documentation.Federico Beffa2016-02-03
| | | | | | * gnu/packages/scheme.scm (mit-scheme): Add 'doc' output. [arguments]: Add phases 'configure-doc, 'build-doc and 'install-doc. [native-inputs]: Add 'texlive'. Move 'texinfo' and 'm4' from inputs.
* gnu: mit-scheme: Convert to the 'modify-phases' syntax.Federico Beffa2016-02-03
| | | | * gnu/packages/scheme.scm (mit-scheme): Do it.
* gnu: Add emacs-constants.Federico Beffa2016-02-03
| | | | | | * gnu/packages/emacs.scm (emacs-constants): New variable. * gnu/packages/patches/emacs-constants-lisp-like.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add emacs-mit-scheme-doc.Federico Beffa2016-02-03
| | | | * gnu/packages/emacs.scm (emacs-mit-scheme-doc): New variable.
* gnu: scmutils: Generate 'scmutils-autoloads.el' file.Federico Beffa2016-02-03
| | | | * gnu/packages/scheme.scm (scmutils): Do it.
* gnu: Add emacs-scheme-complete.Federico Beffa2016-02-03
| | | | | | * gnu/packages/emacs.scm (emacs-scheme-complete): New variable. * gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch: New patch. * gnu-system.am (dist_patch_DATA): Add the new patch.
* gnu: qemu: Update to 2.5.0; add fixes for security flaws.Mark H Weaver2016-02-03
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/qemu-CVE-2015-6855.patch: Delete file. * gnu/packages/patches/qemu-virtio-9p-use-accessor-to-get-thread-pool.patch, gnu/packages/patches/qemu-CVE-2015-8558.patch, gnu/packages/patches/qemu-CVE-2015-8567.patch, gnu/packages/patches/qemu-CVE-2015-8613.patch, gnu/packages/patches/qemu-CVE-2015-8701.patch, gnu/packages/patches/qemu-CVE-2015-8743.patch, gnu/packages/patches/qemu-CVE-2016-1568.patch, gnu/packages/patches/qemu-CVE-2016-1922.patch: New files. * gnu-system.am (dist_patch_DATA): Remove 'qemu-CVE-2015-6855.patch'; add the new patches. * gnu/packages/qemu.scm (qemu): Update to 2.5.0. [source]: Remove old patches and add new ones. [arguments]: Add 'disable-test-qga' phase. (%glib-memory-vtable-patch, %glib-duplicate-test-patch): Remove variables.
* gnu: openssl: When computing URI, use 'string-trim-right' not 'string-take'.Mark H Weaver2016-02-02
| | | | | * gnu/packages/tls.scm (openssl)[source]: When computing URI, use 'string-trim-right' instead of 'string-take'.
* gnu: yelp: Update to 3.18.1.宋文武2016-02-03
| | | | * gnu/packages/gnome.scm (yelp): Update to 3.18.1.
* gnu: webkitgtk: Update to 2.10.7.宋文武2016-02-03
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.10.7.
* gnu: openssl: Add alternate url.Efraim Flashner2016-02-02
| | | | * gnu/packages/tls.scm (openssl)[source]: Add alternate url.
* gnu: eudev: Add variant that depends on libblkid.Ludovic Courtès2016-02-02
| | | | | | | | | | | | | This fixes a bug whereby /dev/disk/by-{label,id} would be missing on GuixSD (/dev/disk/by-id would still contain device-mapped partitions though.) Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/linux.scm (eudev-with-blkid): New variable. * gnu/services/base.scm (udev-service): #:udev defaults to EUDEV-WITH-BLKID. * gnu/system.scm (%base-packages): Replace EUDEV with EUDEV-WITH-BLKID.
* gnu: aspell: Wrap binary to find dictionaries.Federico Beffa2016-02-02
| | | | | | | | * gnu/packages/aspell.scm (aspell): Add 'wrap-aspell' phase. * gnu/system.scm (operating-system-etc-service): Remove 'ASPELL_CONF' definition. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: vdirsyncer: Update to 0.8.1.Leo Famulari2016-02-02
| | | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.8.1. [native-inputs]: Add python-hypothesis, python-pytest-subtesthack.
* gnu: Add python-pytest-subtesthack.Leo Famulari2016-02-02
| | | | | * gnu/packages/python.scm (python-pytest-subtesthack, python2-pytest-subtesthack): New variables.
* licenses: Add the Unlicense.Leo Famulari2016-02-02
| | | | * guix/licenses.scm (unlicense): New variable.
* gnu: Add python-hypothesis.Leo Famulari2016-02-02
| | | | | * gnu/packages/python.scm (python-hypothesis, python2-hypothesis): New variables.
* gnu: Add awscli.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (awscli): New variable.
* gnu: Add python-botocore.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-botocore): New variable.
* gnu: Add python-jmespath.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-jmespath): New variable.
* gnu: Add python-tox.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-tox): New variable.
* gnu: Add python-pluggy.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-pluggy): New variable.
* gnu: Add python-rsa.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-rsa, python2-rsa): New variables.
* gnu: Add python-colorama.David Thompson2016-02-02
| | | | | * gnu/packages/python.scm (python-colorama, python2-colorama): New variables.
* gnu: Update sortmerna to 2.1.Ben J. Woodcroft2016-02-02
| | | | * gnu/packages/bioinformatics.scm (sortmerna): Update to 2.1.
* gnu: ntp: Update to 4.2.8p6.Leo Famulari2016-02-02
| | | | | | Fixes CVE-2015-{7973, 7974, 7975, 7976, 7977, 7978, 7979, 8138, 8158}. * gnu/packages/ntp.scm (ntp): Update to 4.2.8p6.
* gnu: Add linux-libre-4.1.Mark H Weaver2016-02-02
| | | | | | | * gnu/packages/linux-libre-4.1-i686.conf, gnu/packages/linux-libre-4.1-x86_64.conf: New files. * Makefile.am (KCONFIGS): Add them. * gnu/packages/linux.scm (linux-libre-4.1): New variable.
* gnu: linux-libre: Generalize 'kernel-config' to support variants.Mark H Weaver2016-02-02
| | | | | * gnu/packages/linux.scm (kernel-config): Rewrite to support optional #:variant keyword argument.
* gnu: linux-libre: Update to 4.4.1.Mark H Weaver2016-02-01
| | | | | | | * gnu/packages/patches/linux-libre-CVE-2016-0728.patch: Delete file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/linux.scm (linux-libre): Update to 4.4.1. [source]: Remove patch.
* gnu: Update socat to 1.7.3.1.Leo Famulari2016-02-01
| | | | * gnu/packages/networking.scm (socat): Update to 1.7.3.1.
* gnu: keepassx: Update to 2.0.1.Leo Famulari2016-02-01
| | | | * gnu/packages/password-utils.scm (keepassx): Update to 2.0.1.
* gnu: ccache: Update to 3.2.4.Eric Bavier2016-02-01
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.2.4.
* emacs: command: Disambiguate "w" key in build options.Alex Kost2016-02-01
| | | | | | | This is a followup to commit 47c0f92c37dc7d50d9d4598ce5b91c4cdfec6ed1. * emacs/guix-command.el (guix-command-improve-common-build-argument): Use "W" key for '--with-input' option (leave "w" for '--with-source').
* guix build: Add '--with-input'.Ludovic Courtès2016-02-01
| | | | | | | | | | | * guix/scripts/build.scm (transform-package-inputs): New procedure. (%transformations): Add it. (%transformation-options, show-transformation-options-help): Add --with-input. * tests/scripts-build.scm ("options->transformation, with-input"): ("options->transformation, with-input, no matches"): New tests. * tests/guix-build.sh: Add tests. * doc/guix.texi (Package Transformation Options): Document it.
* build-system/python: Use 'ensure-keyword-arguments'.Ludovic Courtès2016-02-01
| | | | | * guix/build-system/python.scm (package-with-explicit-python): Use 'ensure-keyword-arguments'.
* build: Remove semicolons from Guile warnings.Ludovic Courtès2016-02-01
| | | | | * build-aux/compile-all.scm (compile-file*): Clear *CURRENT-WARNING-PREFIX*.
* build: Really enable Guile warnings.Ludovic Courtès2016-02-01
| | | | | | * build-aux/compile-all.scm (compile-options): Rename to... (warnings): ... this. Add 'unsupported-warning'. (compile-file*): Pass '(#:warnings ...) as #:opts.
* guix package: Support package transformation options.Ludovic Courtès2016-02-01
| | | | | | | | | | * guix/scripts/package.scm (show-help): Call 'show-transformation-options-help'. (%options): Append %TRANSFORMATION-OPTIONS. (process-actions)[transform, transform-entry]: New procedures. * doc/guix.texi (Invoking guix package): Mention package transformations. (Package Transformation Options): Mention 'guix package'.
* guix build: Separate transformation options.Ludovic Courtès2016-02-01
| | | | | | | | | | | * guix/scripts/build.scm (%transformation-options): New variable. (show-transformation-options-help): New procedure. (show-help): Remove '--with-source' documentation and add 'show-transformation-options-help' call. (%options): Remove "with-source" and append %TRANSFORMATION-OPTIONS. * doc/guix.texi (Package Transformation Options): New node. Document '--with-source', moved from... (Additional Build Options): ... here.
* doc: Add subsections to 'Invoking guix build'.Ludovic Courtès2016-02-01
| | | | | | | | | | | * doc/guix.texi (Invoking guix build): Add example. Shuffle options in the new subsections below. (Common Build Options, Additional Build Options): New nodes. (Invoking guix archive): Refer to "Common Build Options". (Invoking guix environment): Likewise. (Invoking guix system): Likewise. fixlet
* guix build: Transformations operate on single objects.Ludovic Courtès2016-02-01
| | | | | | | | | | | * guix/scripts/build.scm (transform-package-source): Return a procedure that expects a single object rather than a list of packages. (options->transformation): Rewrite to precompute the list of applicable transformations and to return a procedure that expects a single object rather than a list of objects. (options->derivations): Adjust accordingly. * tests/scripts-build.scm: New file. * Makefile.am (SCM_TESTS): Add it.
* install: Make it clear that we refer to the root by label.Ludovic Courtès2016-02-01
| | | | | * gnu/system/install.scm (installation-os): Use (title 'label) for the root file system.
* build: Use the right section and source for man pages.Ludovic Courtès2016-02-01
| | | | | * doc.am (HELP2MANFLAGS): New variable. (gen_man): Use it.
* gnu: Add pinball.Eric Bavier2016-01-31
| | | | | | | | | | * gnu/packages/games.scm (pinball): New variable. * gnu/packages/patches/pinball-const-fix.patch, gnu/packages/patches/pinball-cstddef.patch, gnu/packages/patches/pinball-missing-separators.patch, gnu/packages/patches/pinball-src-deps.patch, gnu/packages/patches/pinball-system-ltdl.patch: New patches. * gnu-system.am (dist_patch_DATA): Add them.