summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-01-01services: cuirass: Allow for gexps in specifications.Ludovic Courtès
* gnu/services/cuirass.scm (<cuirass-configuration>)[specifications]: Change default value to #~'(). (cuirass-shepherd-service): Remove conditional for "--specifications". Use 'scheme-file' instead of 'plain-file'. Change file name to "cuirass-specs.scm". * doc/guix.texi (Continuous Integration): Change the example to use a gexp where #:file refers to a file within Cuirass. Adjust documentation.
2017-01-01gnu-maintenance: Update ViewVC URLs.Ludovic Courtès
* guix/gnu-maintenance.scm (%gnumaint-base-url): Change "/gnumaint" to "/womb/gnumaint". (%package-list-url, %package-description-url): Adjust accordingly.
2017-01-01gexp: Support 'ungexp' forms in improper lists.Ludovic Courtès
* guix/gexp.scm (gexp)[collect-escapes, substitute-references]: Replace the (exp0 exp ...) patterns with (exp0 . exp) to match improper lists. Adjust clause bodies accordingly. * tests/gexp.scm ("one input package, dotted list"): New test.
2017-01-01gexp: Properly report substitution errors.Ludovic Courtès
* guix/gexp.scm (gexp)[substitute-ungexp]: Wrap body in 'with-syntax' and pass EXP as the last argument to 'syntax-error'. [substitute-ungexp-splicing]: Pass EXP as the last argument to 'syntax-error'.
2017-01-01gnu: python-ndg-httpsclient: Use pypi-uri.Leo Famulari
* gnu/packages/python.scm (python-ndg-httpsclient, python2-ndg-httpsclient) [source]: Use pypi-uri.
2017-01-01gnu: diffoscope: Embed tool references.Ricardo Wurmus
Fixes <http://bugs.gnu.org/25315>. * gnu/packages/package-management.scm (diffoscope)[inputs]: Add colordiff and vim. [arguments]: Add "embed-tool-references" build phase to embed references to "colordiff", "xxd", and "readelf".
2017-01-01gnu: mariadb: Update to 10.1.20.Alex Vong
* gnu/packages/databases.scm (mariadb): Update to 10.1.20. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-01-01gnu: mysql: Update to 5.7.17.Alex Vong
* gnu/packages/databases.scm (mysql): Update to 5.7.17. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-01-01build-system: cargo: Handle Cargo.lock file not present.David Craven
* guix/build-system/cargo.scm (cargo-build): Add src output. (private-keywords): Add #:outputs. * guix/build/cargo-build-system.scm (configure): Use /share/rust-source when replacing inputs. (build, check): Don't do anything when there isn't a Cargo.lock file present. (install): Install sources to src output. When a Cargo.lock file is present use cargo install to install binaries to out. * guix/import/crate.scm (make-crate-sexp): Importer uses the src output for crate inputs by default. * guix/import/utils.scm (package-names->package-inputs, maybe-inputs, maybe-native-inputs): Take an optional output argument. * tests/crate.scm (crate->guix-package test): Update. Problem reported by Francisco Gómez García <espectalll@kydara.com>.
2017-01-01import: crate: Provide a default home-page value.David Craven
* guix/import/crate.scm (make-crate-sexp): Provide a default home-page value. * tests/crate.scm (test-crate): Add repository field. Problem reported by ng0 <ng0@libertad.pw>.
2017-01-01build-system: cargo: Make Cargo.toml writeable.David Craven
* guix/build/cargo-build-system.scm (configure): Make sure Cargo.toml is writeable before attempting modification. Problem reported by Danny Milosavljevic <dannym@scratchpost.org>.
2017-01-01gnu: Add propeller-development-suite.Ricardo Wurmus
* gnu/packages/embedded.scm (propeller-development-suite): New variable.
2017-01-01gnu: Add spinsim.Ricardo Wurmus
* gnu/packages/embedded.scm (spinsim): New variable.
2017-01-01gnu: Add spin2cpp.Ricardo Wurmus
* gnu/packages/embedded.scm (spin2cpp): New variable.
2017-01-01gnu: Add propeller-load.Ricardo Wurmus
* gnu/packages/embedded.scm (propeller-load): New variable.
2017-01-01gnu: Add openspin.Ricardo Wurmus
* gnu/packages/embedded.scm (openspin): New variable.
2017-01-01gnu: Add propeller-toolchain.Ricardo Wurmus
* gnu/packages/embedded.scm (propeller-toolchain): New variable.
2017-01-01gnu: Add proplib.Ricardo Wurmus
* gnu/packages/embedded.scm (proplib): New variable.
2017-01-01gnu: Add propeller-gcc.Ricardo Wurmus
* gnu/packages/embedded.scm (propeller-gcc): New variable.
2017-01-01gnu: Add propeller-binutils.Ricardo Wurmus
* gnu/packages/embedded.scm (propeller-binutils): New variable.
2017-01-01gnu: Add dummy linker for propeller-elf.Ricardo Wurmus
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for propeller-elf.
2017-01-01gnu: clisp: Remove timestamps.Ricardo Wurmus
* gnu/packages/lisp.scm (clisp)[arguments]: Add "remove-timestamps" phase to remove "__DATE__" and "__TIME__".
2017-01-01gnu: clisp: Use modify-phases syntax.Ricardo Wurmus
* gnu/packages/lisp.scm (clisp)[arguments]: Use modify-phases syntax.
2017-01-01Update .mailmap.Alex Kost
* .mailmap: Add new entries for Alex Sassmannshausen, Ben Woodcroft, Daniel Pimentel, David Hashe, George Clemmer, Ivan Vilata i Balaguer, Jeff Mickey, John J. Foerch, Marek Benc, Pjotr Prins, Raoul Jean Pierre Bonnal, Rene Saavedra, 宋文武, Stefan Reichör, Thomas Danckaert and Vincent Legoll.
2017-01-01gnu: manaplus: Update to 1.6.12.24.Alex Kost
* gnu/packages/games.scm (manaplus): Update to 1.6.12.24.
2017-01-01gnu: python-dendropy: Update to 4.2.0.Ben Woodcroft
* gnu/packages/bioinformatics.scm (python-dendropy): Update to 4.2.0. [source]: Remove patch. (python2-dendropy)[source]: Use the same source as python-dendropy. * gnu/packages/patches/python-dendropy-exclude-failing-tests.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-01-01gnu: diamond: Update to 0.8.31.Ben Woodcroft
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.31.
2016-12-31gnu: nagios: Update to 4.2.4 [fixes CVE-2016-{9565,9566}].Ludovic Courtès
* gnu/packages/monitoring.scm (nagios): Update to 4.2.4. [native-inputs]: New field.
2016-12-31Add 'guix copy'.Ludovic Courtès
* guix/scripts/copy.scm: New file. * guix/scripts/archive.scm (options->derivations+files): Export. * doc/guix.texi (Invoking guix copy): New node. * Makefile.am (MODULES) [HAVE_GUILE_SSH]: Add guix/scripts/copy.scm. * po/guix/POTFILES.in: Likewise.
2016-12-31ssh: 'retrieve-files' detects remote export failures.Ludovic Courtès
* guix/ssh.scm (retrieve-files): Call 'lookahead-u8' and raise a '&message' condition when it returns EOF.
2016-12-31ssh: 'send-files' returns the list of items sent.Ludovic Courtès
* guix/ssh.scm (send-files): Return MISSING.
2016-12-31ssh: Allow transfers of complete closures.Ludovic Courtès
* guix/ssh.scm (store-export-channel, send-files) (file-retrieval-port, retrieve-files): Add #:recursive? parameter and honor it.
2016-12-31git-download: Use a single download script for all derivations.Ludovic Courtès
That way, we have only one /gnu/store/…-git-download instead of one /gnu/store/…-PACKAGE-checkout-builder for each package. This is a followup to ced200328ca6337ac446e4557c645629e7d7a997. * guix/git-download.scm (git-fetch)[build]: Get the URL, commit, and recursive parameter using 'getenv'. Pass #:script-name and #:env-vars arguments to 'gexp->derivation'.
2016-12-31gnu: python-graphql-relay: Update to 0.4.5.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-graphql-relay): Update to 0.4.5.
2016-12-31gnu: python-freezegun: Update to 0.3.8.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-freezegun): Update to 0.3.8.
2016-12-31gnu: python-ply: Update to 3.9.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ply): Update to 3.9. [source]: Use pypi-uri.
2016-12-31gnu: python-pyquery: Update to 1.2.17.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pyquery): Update to 1.2.17.
2016-12-31gnu: python-click-log: Update to 0.1.8.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-click-log): Update to 0.1.8.
2016-12-31gnu: python-ndg-httpsclient: Update to 0.4.2.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ndg-httpsclient): Update to 0.4.2.
2016-12-31gnu: python-ipykernel: Update to 4.5.2.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ipykernel): Update to 4.5.2.
2016-12-31gnu: python-jupyter-core: Update to 4.2.1.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-jupyter-core): Update to 4.2.1.
2016-12-31gnu: python2-fastlmm: Update to 0.2.26.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python2-fastlmm): Update to 0.2.26.
2016-12-31gnu: python-pytz: Update to 2016.10.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pytz): Update to 2016.10.
2016-12-31gnu: python-pyyaml: Update to 3.12.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pyyaml): Update to 3.12. [source]: Use pypi-uri.
2016-12-31gnu: python-pygments: Update to 2.1.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pygments): Update to 2.1.3.
2016-12-30gnu: tiled: Update to 0.18.0.Kei Kebreau
* gnu/packages/game-development.scm (tiled): Update to 0.18.0.
2016-12-31hydra: Remove 'qemu-image' job.Ludovic Courtès
As per the discussion at <https://lists.gnu.org/archive/html/guix-devel/2016-12/msg01098.html>. * build-aux/hydra/gnu-system.scm (demo-os): Remove. (qemu-jobs): Remove 'qemu-image' job. * build-aux/hydra/demo-os.scm: Remove.
2016-12-31gnu: mc: Partially fix absolute file paths.ng0
Partially fixes <http://bugs.gnu.org/25273>. * gnu/packages/mc.scm (mc)[arguments]: Add new phase 'fix-absolutism. This substitutes absolute file paths with functional file paths. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-12-31gnu: pius: Update to 2.2.2-0.891687c.Troy Sankey
* gnu/packages/gnupg.scm (pius): Update to 2.2.2-0.891687c. [inputs]: Change GNUPG-2.0 to GNUPG (2.1). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-12-31Add (guix ssh) module.Ludovic Courtès
* guix/scripts/offload.scm (connect-to-remote-daemon) (store-import-channel, store-export-channel, send-files) (retrieve-files): Move to (guix ssh). (nonce): Add optional 'name' parameter and use it. (retrieve-files*): New procedure. (transfer-and-offload): Use it instead of 'retrieve-files', and add first parameter to 'send-files'. (assert-node-can-import): Likewise. (assert-node-can-export): Use 'retrieve-files' instead of 'store-export-channel'. * guix/ssh.scm: New file. * configure.ac: Use 'GUIX_CHECK_GUILE_SSH' and define 'HAVE_GUILE_SSH' Automake conditional. * Makefile.am (MODULES) [HAVE_GUILE_SSH]: Add guix/ssh.scm.