summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-26utils: Add 'canonical-newline-port'.Federico Beffa
* guix/utils.scm (canonical-newline-port): New procedure. * tests/utils.scm ("canonical-newline-port"): New test.
2015-11-26import: hackage: Make parsing of tests and fields more flexible.Federico Beffa
* guix/import/cabal.scm (is-test): Allow spaces between keyword and parentheses. (is-id): Add argument 'port'. Allow spaces between keyword and column. (lex-word): Adjust call to 'is-id'.
2015-11-26import: hackage: Make it resilient to missing final newline.Federico Beffa
* guix/import/cabal.scm (peek-next-line-indent): Check for missing final newline.
2015-11-26import: hackage: Imporve parsing of tests.Federico Beffa
* guix/import/cabal.scm (lex-word): Add support for tests with no spaces. (impl): Rewrite.
2015-11-26import: hackage: Add recognition of 'true' and 'false' symbols.Federico Beffa
* guix/import/cabal.scm (is-true, is-false, lex-true, lex-false): New procedures. (lex-word): Use them. (make-cabal-parser): Add TRUE and FALSE tokens. (eval): Add entries for 'true and 'false symbols.
2015-11-26gnu: python-pickleshare: Add python-setuptools to native-inputs.Efraim Flashner
* gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add python-setuptools.
2015-11-26gnu: python-pathpy: Add python-setuptools to native-inputs.Efraim Flashner
* gnu/packages/python.scm (python-pathpy)[native-inputs]: Add python-setuptools.
2015-11-26gnu: python2-oauthlib: Override python2-cryptography in inputs.Efraim Flashner
* gnu/packages/python.scm (python2-oauthlib)[inputs]: Override inherited "python2-cryptography" in inputs.
2015-11-26services: Add network-manager-service.宋文武
* gnu/services/networking.scm (network-manager-service): New procedure. (network-manager-service-type, %network-manager-activation): New variables. (network-manager-dmd-service): New procedure.
2015-11-25gnu: python-oauthlib: Update to 1.0.3.Efraim Flashner
* gnu/packages/python.scm (python-oauthlib): Update to 1.0.3. [native-inputs]: Move python-setuptools, python-nose, python mock here. Add python-coverage. [inputs]: Add python-blinker, python-cryptography, python-pyjwt.
2015-11-25gnu: python2-unittest2: Use python2-setuptools.Efraim Flashner
* gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from python-setuptools to python2-setuptools.
2015-11-25services: xorg: Export additional symbols.David Thompson
'slim-configuration' and 'slim-service-type' are needed if one wishes to use 'modify-services' on a service list that includes the slim service. * gnu/services/xorg.scm: Export 'slim-configuration' and 'slim-service-type'.
2015-11-25gnu: Add kodi.David Thompson
* gnu/packages/kodi.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-25gnu: Add jasper.David Thompson
* gnu/packages/image.scm (jasper): New variable.
2015-11-25gnu: Add tinyxml.David Thompson
* gnu/packages/xml.scm (tinyxml): New variable. * gnu/packages/patches/tinyxml-use-stl.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
2015-11-25build: Reject ARMv6 systems.Ludovic Courtès
Fixes <http://bugs.gnu.org/21987>. Reported by Martin Vahi <martin.vahi@softf1.com>. * m4/guix.m4 (GUIX_SYSTEM_TYPE): Restrict ARM systems to arm|armv[7-9].
2015-11-25gnu: Add eyeD3.Leo Famulari
* gnu/packages/mp3.scm (eyed3): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-11-25gnu: Add Ragel.Ricardo Wurmus
* gnu/packages/ragel.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-25services: dmd: Spawn a REPL upon failure to load a service definition.Ludovic Courtès
Fixes <http://bugs.gnu.org/19779>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/services/dmd.scm (dmd-configuration-file)[config]: Wrap 'primitive-load' calls in 'call-with-error-handling'.
2015-11-25doc: Remove mention of monadic services.Ludovic Courtès
* doc/guix.texi (Base Services): Remove mention of a list of monadic services.
2015-11-25services: dmd: Strip the default list of modules.Ludovic Courtès
* gnu/services/dmd.scm (%default-imported-modules): Remove (gnu build file-systems). (%default-modules): Likewise, and remove (ice-9 ftw). * gnu/services/base.scm (file-system-service-type): Add 'modules' and 'imported-modules' fields.
2015-11-25services: dmd: Add 'modules' and 'imported-modules' fields.Ludovic Courtès
* gnu/services/dmd.scm (%default-imported-modules, %default-modules): New variables. * gnu/services/dmd.scm (<dmd-service>)[modules, imported-modules]: New field. * gnu/services/dmd.scm (dmd-service-file-name, dmd-service-file): New procedures. (dmd-configuration-file)[modules]: Compute based on the 'imported-modules' field of SERVICES. (dmd-configuration-file): Remove 'use-modules' form. Use 'dmd-service-file', and call 'primitive-load' on each file. * doc/guix.texi (dmd Services): Document the new fields.
2015-11-25gexp: Build text derivations locally.Ludovic Courtès
* guix/gexp.scm (gexp->file): Pass #:substitutable? #f. (text-file*): Likewise, and #:local-build? #t.
2015-11-25gnu: dico: Sort entries in .a files deterministically.Ludovic Courtès
* gnu/packages/patches/dico-libtool-deterministic.patch: New file. * gnu/packages/dico.scm (dico)[source]: Use it. [arguments]: Add #:make-flags. * gnu-system.am (dist_patch_DATA): Add the patch.
2015-11-24gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214].Leo Famulari
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.3.2
2015-11-24gnu: Add GNU Dico.Ludovic Courtès
* gnu/packages/dico.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-24services: dmd: Error out upon unmet dmd requirements.Ludovic Courtès
* gnu/services/dmd.scm (assert-no-duplicates): Rename to... (assert-valid-graph): ... this. [provisions]: New variable. [assert-satisfied-requirements]: New procedure. Use it. * tests/guix-system.sh: Add test with unmet dmd requirements.
2015-11-24gnu: python-pyjwt: Update to 1.4.0.Efraim Flashner
* gnu/packages/python.scm (python-pyjwt): Update to 1.4.0. [native-inputs]: Move python-setuptools here, add python-pytest-runner.
2015-11-24gnu: python-pytest-runner: Add python-setuptools as native-input.Efraim Flashner
* gnu/packages/python.scm (python-pytest-runner)[native-input]: Add python-setuptools.
2015-11-24gnu: python-setuptools-scm: Update to 1.9.0.Efraim Flashner
* gnu/packages/python.scm (python-setuptools-scm): Update to 1.9.0. [native-inputs]: Add python-setuptools.
2015-11-24gnu: gnuplot: Update to 5.0.1.Eric Bavier
* gnu/packages/maths.scm (gnuplot): Update to 5.0.1. (native-inputs): 'texlive' -> 'texlive-bin'.
2015-11-24guix package: Reduce startup time by ~50%.Ludovic Courtès
As measured with: time sh -c 'for i in `seq 1 10` ; do guix package --search-paths ; done' On my machine, when running: strace -o ,,s guix package --search-paths the number returned by: grep -E '^(open|l?stat).*\.go' ,,s | wc -l drops from 1610 to 837. * guix/scripts/package.scm: Remove two unnecessary #:use-module forms. Autoload (gnu packages ...) modules.
2015-11-24gnu: ruby-simplecov-html: Fix hash and disable tests.Ricardo Wurmus
* gnu/packages/ruby.scm (ruby-simplecov-html)[source]: Replace incorrect hash. [arguments]: Disable tests.
2015-11-24build: Add rsem patch to the distribution.Ludovic Courtès
This file was added in commit 66e3eff1. * gnu-system.am (dist_patch_DATA): Add rsem-makefile.patch.
2015-11-23graph: Add '%bag-with-origins-node-type'.Ludovic Courtès
* guix/scripts/graph.scm (bag-node-edges): Remove 'filter' call. Add case for 'origin'. (%bag-node-type)[edges]: Add filtering here. (%bag-with-origins-node-type): New variable. (%node-types): Add it. * tests/graph.scm ("bag DAG, including origins"): New test. * tests/guix-graph.sh: Add 'bag-with-origins'. * doc/guix.texi (Invoking guix graph): Document it.
2015-11-23doc: Mention the 'NIX_REMOTE' variable for 'guix import nix'.Ludovic Courtès
Suggested by rgrau on #guix. * doc/guix.texi (Invoking guix import): Document 'NIX_REMOTE'.
2015-11-23refresh: Add '--expression'.Ludovic Courtès
* guix/scripts/refresh.scm (%options, show-help): Add --expression. (guix-refresh): Honor it. * doc/guix.texi (Invoking guix refresh): Document it.
2015-11-23Thank Jan.Ludovic Courtès
2015-11-23guix download: Fail when more than one URL is passed.Ludovic Courtès
* guix/scripts/download.scm (guix-download)[parse-option]: Call 'leave' when passed an extra argument. * tests/guix-download.sh: Add test.
2015-11-23guix download: Gracefully handle missing arguments.Ludovic Courtès
Fixes <http://bugs.gnu.org/21991>. Reported by Jan Synáček <jan.synacek@gmail.com>. * guix/scripts/download.scm (guix-download): Call 'leave' when OPTS does not contain an 'argument' key.
2015-11-23gnu: enca: Add file-name field to source.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/textutils.scm (enca): Add file-name field to source.
2015-11-23gnu: recode: Add file-name field to source.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/textutils.scm (recode): Add file-name field to source.
2015-11-23gnu: Fix a few 'source-file-name' lint warnings.Ludovic Courtès
* gnu/packages/firmware.scm (ath9k-htc-firmware)[source](file-name): New field. * gnu/packages/gnunet.scm (guile-gnunet)[source](file-name): New field. * gnu/packages/guile.scm (guile-next)[source](file-name): New field. (guile-minikanren)[source](file-name): New field (guile-gdbm-ffi)[source](file-name): New field. * gnu/packages/ssh.scm (guile-ssh)[source](file-name): New field.
2015-11-23emacs: Expand 'guix-load-path'.Alex Kost
Reported by Mathieu Lirzin <mthl@gnu.org> at <http://lists.gnu.org/archive/html/guix-devel/2015-11/msg00585.html>. * emacs/guix-backend.el (guix-start-repl): Expand 'guix-load-path' to avoid a potentially relative directory name in Guile %load-path.
2015-11-22ftp-client: Default port for 'ftp-open' is now "ftp".Ludovic Courtès
* guix/ftp-client.scm (ftp-open): Change default #:port to "ftp". * guix/scripts/lint.scm (probe-uri): Remove 'port' parameter to 'ftp-open'.
2015-11-22ftp-client: Fix off-by-one when trying addresses in 'ftp-open'.Ludovic Courtès
* guix/ftp-client.scm (ftp-open): Change to use 'match' instead of car/cdr, and fix off-by-one (was '(null? addresses)' instead of '(null? (cdr addresses))'.)
2015-11-22doc: Mention 'guix environment guix'.Ludovic Courtès
* doc/contributing.texi (Building from Git): Mention 'guix environment guix'. Remove outdated description of ./bootstrap. Clarify a few things.
2015-11-21environment: Correctly handle abnormal exits.Ludovic Courtès
Fixes <http://bugs.gnu.org/21958>. * guix/scripts/environment.scm (status->exit-code): New procedure. (exit/status, primitive-exit/status): Use it. * tests/guix-environment-container.sh: Add test.
2015-11-21tests: Skip 'guix-container-environment.sh' when support is missing.Ludovic Courtès
Fixes <http://bugs.gnu.org/21410>. Reported by Alex Vong <alexvong1995@gmail.com>. * tests/guix-environment-container.sh: Exit with 77 when '((@@ (guix scripts environment) assert-container-features))' fails.
2015-11-21doc: Remove extraneous "See."Ludovic Courtès
* doc/contributing.texi (Building from Git): Remove extra "See" and use @xref instead of @pxref.