| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: Add kodi.•••* gnu/packages/kodi.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| David Thompson | 2015-11-25 | 2 | -0/+224 |
* | gnu: Add jasper.•••* gnu/packages/image.scm (jasper): New variable.
| David Thompson | 2015-11-25 | 1 | -0/+21 |
* | gnu: Add tinyxml.•••* gnu/packages/xml.scm (tinyxml): New variable.
* gnu/packages/patches/tinyxml-use-stl.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| David Thompson | 2015-11-25 | 3 | -0/+111 |
* | build: Reject ARMv6 systems.•••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].
| Ludovic Courtès | 2015-11-25 | 1 | -2/+7 |
* | gnu: Add eyeD3.•••* gnu/packages/mp3.scm (eyed3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Leo Famulari | 2015-11-25 | 1 | -0/+31 |
* | gnu: Add Ragel.•••* gnu/packages/ragel.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ricardo Wurmus | 2015-11-25 | 2 | -0/+50 |
* | services: dmd: Spawn a REPL upon failure to load a service definition.•••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'.
| Ludovic Courtès | 2015-11-25 | 1 | -1/+7 |
* | doc: Remove mention of monadic services.•••* doc/guix.texi (Base Services): Remove mention of a list of monadic
services.
| Ludovic Courtès | 2015-11-25 | 1 | -2/+2 |
* | services: dmd: Strip the default list of modules.•••* 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.
| Ludovic Courtès | 2015-11-25 | 2 | -7/+10 |
* | services: dmd: Add 'modules' and 'imported-modules' fields.•••* 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.
| Ludovic Courtès | 2015-11-25 | 2 | -24/+68 |
* | gexp: Build text derivations locally.•••* guix/gexp.scm (gexp->file): Pass #:substitutable? #f.
(text-file*): Likewise, and #:local-build? #t.
| Ludovic Courtès | 2015-11-25 | 1 | -2/+5 |
* | gnu: dico: Sort entries in .a files deterministically.•••* 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.
| Ludovic Courtès | 2015-11-25 | 3 | -1/+20 |
* | gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214].•••* gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.3.2
| Leo Famulari | 2015-11-24 | 1 | -2/+2 |
* | gnu: Add GNU Dico.•••* gnu/packages/dico.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ludovic Courtès | 2015-11-24 | 2 | -0/+78 |
* | services: dmd: Error out upon unmet dmd requirements.•••* 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.
| Ludovic Courtès | 2015-11-24 | 2 | -26/+81 |
* | gnu: python-pyjwt: Update to 1.4.0.•••* gnu/packages/python.scm (python-pyjwt): Update to 1.4.0.
[native-inputs]: Move python-setuptools here, add python-pytest-runner.
| Efraim Flashner | 2015-11-24 | 1 | -7/+6 |
* | gnu: python-pytest-runner: Add python-setuptools as native-input.•••* gnu/packages/python.scm (python-pytest-runner)[native-input]: Add
python-setuptools.
| Efraim Flashner | 2015-11-24 | 1 | -0/+1 |
* | gnu: python-setuptools-scm: Update to 1.9.0.•••* gnu/packages/python.scm (python-setuptools-scm): Update to 1.9.0.
[native-inputs]: Add python-setuptools.
| Efraim Flashner | 2015-11-24 | 1 | -6/+6 |
* | gnu: gnuplot: Update to 5.0.1.•••* gnu/packages/maths.scm (gnuplot): Update to 5.0.1.
(native-inputs): 'texlive' -> 'texlive-bin'.
| Eric Bavier | 2015-11-24 | 1 | -5/+7 |
* | guix package: Reduce startup time by ~50%.•••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.
| Ludovic Courtès | 2015-11-24 | 1 | -6/+4 |
* | gnu: ruby-simplecov-html: Fix hash and disable tests.•••* gnu/packages/ruby.scm (ruby-simplecov-html)[source]: Replace incorrect
hash.
[arguments]: Disable tests.
| Ricardo Wurmus | 2015-11-24 | 1 | -1/+2 |
* | build: Add rsem patch to the distribution.•••This file was added in commit 66e3eff1.
* gnu-system.am (dist_patch_DATA): Add rsem-makefile.patch.
| Ludovic Courtès | 2015-11-24 | 1 | -0/+1 |
* | graph: Add '%bag-with-origins-node-type'.•••* 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.
| Ludovic Courtès | 2015-11-23 | 4 | -13/+66 |
* | doc: Mention the 'NIX_REMOTE' variable for 'guix import nix'.•••Suggested by rgrau on #guix.
* doc/guix.texi (Invoking guix import): Document 'NIX_REMOTE'.
| Ludovic Courtès | 2015-11-23 | 1 | -0/+9 |
* | refresh: Add '--expression'.•••* guix/scripts/refresh.scm (%options, show-help): Add --expression.
(guix-refresh): Honor it.
* doc/guix.texi (Invoking guix refresh): Document it.
| Ludovic Courtès | 2015-11-23 | 2 | -0/+20 |
* | Thank Jan. | Ludovic Courtès | 2015-11-23 | 1 | -0/+1 |
* | guix download: Fail when more than one URL is passed.•••* guix/scripts/download.scm (guix-download)[parse-option]: Call 'leave'
when passed an extra argument.
* tests/guix-download.sh: Add test.
| Ludovic Courtès | 2015-11-23 | 2 | -1/+8 |
* | guix download: Gracefully handle missing arguments.•••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.
| Ludovic Courtès | 2015-11-23 | 1 | -2/+3 |
* | gnu: enca: Add file-name field to source.•••* gnu/packages/textutils.scm (enca): Add file-name field to source.
| Taylan Ulrich Bayırlı/Kammer | 2015-11-23 | 1 | -1/+2 |
* | gnu: recode: Add file-name field to source.•••* gnu/packages/textutils.scm (recode): Add file-name field to source.
| Taylan Ulrich Bayırlı/Kammer | 2015-11-23 | 1 | -1/+2 |
* | gnu: Fix a few 'source-file-name' lint warnings.•••* 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.
| Ludovic Courtès | 2015-11-23 | 4 | -0/+6 |
* | emacs: Expand 'guix-load-path'.•••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.
| Alex Kost | 2015-11-23 | 1 | -1/+1 |
* | ftp-client: Default port for 'ftp-open' is now "ftp".•••* guix/ftp-client.scm (ftp-open): Change default #:port to "ftp".
* guix/scripts/lint.scm (probe-uri): Remove 'port' parameter to
'ftp-open'.
| Ludovic Courtès | 2015-11-22 | 2 | -4/+7 |
* | ftp-client: Fix off-by-one when trying addresses in 'ftp-open'.•••* 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))'.)
| Ludovic Courtès | 2015-11-22 | 1 | -25/+26 |
* | doc: Mention 'guix environment guix'.•••* doc/contributing.texi (Building from Git): Mention 'guix environment
guix'. Remove outdated description of ./bootstrap. Clarify a few
things.
| Ludovic Courtès | 2015-11-22 | 1 | -10/+23 |
* | environment: Correctly handle abnormal exits.•••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.
| Ludovic Courtès | 2015-11-21 | 2 | -2/+16 |
* | tests: Skip 'guix-container-environment.sh' when support is missing.•••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.
| Ludovic Courtès | 2015-11-21 | 1 | -0/+6 |
* | doc: Remove extraneous "See."•••* doc/contributing.texi (Building from Git): Remove extra "See" and use
@xref instead of @pxref.
| Ludovic Courtès | 2015-11-21 | 1 | -1/+1 |
* | gnu: tig: Update to 2.1.1.•••* gnu/packages/version-control.scm (tig): Update to 2.1.1.
| Efraim Flashner | 2015-11-21 | 1 | -3/+4 |
* | gnu: cvs: Use external zlib.•••* gnu/packages/version-control.scm (cvs)[arguments]: add configure flag
--with-exernal-zlib.
| Efraim Flashner | 2015-11-21 | 1 | -1/+3 |
* | gnu: nano: Update to 2.4.3.•••* gnu/packages/nano.scm (nano): Update to 2.4.3.
| Efraim Flashner | 2015-11-21 | 1 | -2/+3 |
* | refresh: Rewrite '--list-dependent' in terms of (guix graph).•••* guix/scripts/refresh.scm (all-packages, list-dependents): New
procedures.
(guix-refresh): Use it.
| Ludovic Courtès | 2015-11-21 | 1 | -23/+48 |
* | graph: Add procedures to query a node's edges.•••* guix/graph.scm (%node-edges, node-edges, node-back-edges)
(node-transitive-edges): New procedures.
* tests/graph.scm ("node-edges")
("node-transitive-edges + node-back-edges"): New tests.
| Ludovic Courtès | 2015-11-21 | 2 | -1/+92 |
* | Add (guix graph).•••* guix/scripts/graph.scm (<node-type>, <graph-backend>, emit-prologue)
(emit-epilogue, emit-node, emit-edge, %graphviz-backend, export-graph):
Move to...
* guix/graph.scm: ... here. New file.
* guix/scripts/system.scm, tests/graph.scm: Use it.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2015-11-21 | 5 | -99/+136 |
* | gnu: parted: Update to 3.2.•••* gnu/packages/disk.scm (parted): Update to 3.2.
[inputs]: Add lvm2 and remove check. Replace readline-6.2 with its
latest version.
[native-inputs]: Add perl and python for the tests.
[arguments]: Use `modify-phases' and adapt to the new tests.
[home-page]: Use https.
| Mathieu Lirzin | 2015-11-21 | 1 | -30/+28 |
* | gnu: Add qemu-minimal.•••* gnu/packages/qemu.scm (qemu): Exchange with former QEMU-HEADLESS.
(qemu-headless): Rename to...
(qemu-minimal): ... this. New variable. Pass --target-list.
* gnu/packages/debug.scm (qemu-2.3.0): Inherit from QEMU-MINIMAL.
* gnu/packages/grub.scm (qemu-for-tests): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm, qemu-image):
Update to name change.
| Ludovic Courtès | 2015-11-21 | 4 | -22/+31 |
* | doc: Fix 'geiser-guile-load-path' example.•••Reported by marusich on #guix.
* doc/contributing.texi (The Perfect Setup): Wrap modifying
'geiser-guile-load-path' into 'with-eval-after-load'.
| Alex Kost | 2015-11-21 | 1 | -1/+2 |
* | gnu: Add Synfig Studio.•••* gnu/packages/animation.scm (synfigstudio): New variable.
| Ricardo Wurmus | 2015-11-20 | 1 | -0/+48 |
* | gnu: Add Synfig.•••* gnu/packages/animation.scm (synfig): New variable.
* gnu/packages/patches/synfig-build-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| Ricardo Wurmus | 2015-11-20 | 3 | -1/+146 |
* | gnu: Add ETL.•••* gnu/packages/animation.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ricardo Wurmus | 2015-11-20 | 2 | -0/+48 |