aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add Scheme48.Ludovic Courtès2013-05-11
| | | | | | * gnu/packages/scheme.scm (scheme48): New variable. * gnu/packages/patches/scheme48-tests.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
* gnu: gnupg: Update to 2.0.20.Ludovic Courtès2013-05-11
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.0.20.
* gnu: chicken: Clear description.Ludovic Courtès2013-05-11
| | | | | * gnu/packages/scheme.scm (chicken): Remove unneeded part of the description.
* doc: Document "guix download".Ludovic Courtès2013-05-11
| | | | | | * doc/guix.texi (Defining Packages): Linke to "Invoking guix download". (Utilities): Add an overview paragraph. (Invoking guix download): New node.
* gnu: Sync synopses with the Womb.Ludovic Courtès2013-05-11
| | | | | * gnu/packages/bazaar.scm (bazaar): Use synopsis from the Womb. * gnu/packages/gv.scm (gv): Likewise.
* tests: Fix out-of-source builds.Ludovic Courtès2013-05-11
| | | | | * tests/nar.scm (%test-dir): Compute relative to `pre-inst-env', which is in $top_builddir.
* tests: Add `guix hash' test.Ludovic Courtès2013-05-11
| | | | | | | * guix/scripts/hash.scm (guix-hash)[eof->null]: New procedure. Use it to convert the EOF object to the empty bytevector. * tests/guix-hash.sh: New file. * Makefile.am (SH_TESTS): Add it.
* Update Nix sub-module.Ludovic Courtès2013-05-11
| | | | | * nix-upstream: Update to 3a0cc43ac89ae8f778764c9f5e27b361e4986913 (Nix ~1.5.2).
* refresh: Add `--key-server' and `--gpg'.Ludovic Courtès2013-05-11
| | | | | | | | * guix/scripts/refresh.scm (%options): Add `--key-server' and `--gpg'. (show-help): Update accordingly. (update-package): New procedure, formerly in `guix-refresh'. (guix-refresh): Use it. Parameterize `%openpgp-key-server' and `%gpg-command'.
* gnupg: Turn the GPG command name and keyserver into parameters.Ludovic Courtès2013-05-11
| | | | | | | * guix/gnupg.scm (%gpg-command): Turn into a SRFI-39 parameter. (%openpgp-key-server): Likewise. Default to pgp.mit.edu, as keys.gnupg.net is unreliable. Update users.
* gnu: Add CHICKEN.Ludovic Courtès2013-05-11
| | | | * gnu/packages/scheme.scm (chicken): New variable.
* ui: Invite users to try `--help' in the error message.Ludovic Courtès2013-05-10
| | | | | | | * guix/ui.scm (show-guix-usage): Mention `guix --help'. Suggested by Mark H. Weaver. (run-guix-command): Invoke it when a command is not found. (guix-main): Adjust accordingly.
* Update `NEWS'.Ludovic Courtès2013-05-10
|
* package: Store the output path of packages installed with `-e'.Ludovic Courtès2013-05-10
| | | | | | * guix/scripts/package.scm (guix-package)[process-actions](package->tuple): Put the output path in the tuple, not the derivation path. * tests/guix-package.sh: Add test.
* package: Make sure the dependencies get built along with the manifest.Ludovic Courtès2013-05-10
| | | | | | | | | | | | | | | | | | | | Before this, something like "guix package -i glibc" could fail because glibc lists linux-libre-headers as a propagated input (which would be added as a dependency in the manifest) but the linux-libre-headers output could be unavailable, leading to an error like this: path `/nix/store/4v2bk8sx5cm166gks3fi3q7d9zchibnk-linux-libre-headers-3.3.8' is not valid This patch adds such dependencies as inputs of the profile derivation. * guix/scripts/package.scm (profile-derivation): Accept package objects in the `deps' field of an element of PACKAGES. Convert them to their output path for BUILDER, and add them to the inputs of the `build-expression->derivation' call. (input->name+path): When INPUT doesn't contain a package object, return it as is. (guix-package)[process-actions](canonicalize-deps): Expect DEPS to contain package objects, and leave them as is.
* Update `TODO'.Ludovic Courtès2013-05-10
|
* refresh: Gracefully handle failure to download a tarball.Ludovic Courtès2013-05-10
| | | | | | * guix/scripts/refresh.scm (guix-refresh): When updating a source file, gracefully handle the case where TARBALL is #f. Reported by Nikita Karetnikov <nikita@karetnikov.org>.
* ui: Implement `guix --help'.Ludovic Courtès2013-05-10
| | | | | * guix/ui.scm (command-files, commands, show-guix-help): New procedures. (guix-main): Invoke `show-guix-help' when passed `--help'.
* ui: Gracefully report "command not found" errors.Ludovic Courtès2013-05-10
| | | | | | * guix/ui.scm (run-guix-command): Can `resolve-interface' errors and report them with `leave'. Parameterize `program-name' from here. (guix-main): Remove parameterization of `program-name'.
* gnu-maintenance: Add GnuTLS FTP server.Ludovic Courtès2013-05-10
| | | | * guix/gnu-maintenance.scm (ftp-server/directory)[quirks]: Add GnuTLS.
* download: Fix premature socket close on TLS connections.Ludovic Courtès2013-05-10
| | | | | | | | This would manifest when downloading a large file such as the Bazaar tarball, leading to an "Error in the pull function" GnuTLS exception. * guix/build/download.scm (add-weak-reference): New procedure. (tls-wrap): Add (add-weak-reference record port).
* package: Use ~/.guix-profile as the default for --search-paths.Ludovic Courtès2013-05-10
| | | | | | * guix/scripts/package.scm (search-path-environment-variables): Prefer %USER-ENVIRONMENT-DIRECTORY when it points to PROFILE. (display-search-paths): Use 3 spaces for indentation.
* build: Make sure the user's Guile has all the required features.Ludovic Courtès2013-05-10
| | | | | * m4/guix.m4 (GUIX_ASSERT_GUILE_FEATURES): New macro. * configure.ac: Use it.
* gnu: geiser: Update to 0.4.Ludovic Courtès2013-05-10
| | | | * gnu/packages/emacs.scm (geiser): Update to 0.4.
* gnu: Add GNU Bazaar.Nikita Karetnikov2013-05-08
| | | | | * gnu/packages/bazaar.scm: New file. * Makefile.am (MODULES): Add it.
* Add 'python-build-system'.Nikita Karetnikov2013-05-08
| | | | | * guix/build-system/python.scm, guix/build/python-build-system.scm: New files. * Makefile.am (MODULES): Add them.
* Add (guix build rpath).Ludovic Courtès2013-05-08
| | | | | | | | * guix/build/rpath.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages/python.scm (python): Use it; remove local copy of the *rpath* procedures. * gnu/packages/samba.scm (samba): Likewise.
* gnu: Add tzdata.Ludovic Courtès2013-05-08
| | | | * gnu/packages/base.scm (tzdata): New variable.
* gnu: Add cryptsetup.Andreas Enge2013-05-08
| | | | | * gnu/packages/cryptsetup.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add lvm2.Andreas Enge2013-05-08
| | | | | * gnu/packages/lvm.scm: New file. * Makefile.am (MODULES): Add it.
* doc: Update `NEWS'.Ludovic Courtès2013-05-08
| | | | * NEWS: Update.
* doc: Document `guix refresh'.Ludovic Courtès2013-05-08
| | | | | | * doc/guix.texi (Defining Packages): Add cross-reference to "Invoking guix refresh". (Invoking guix refresh): New node.
* package: Display the output of packages to be installed/removed.Ludovic Courtès2013-05-08
| | | | | * guix/scripts/package.scm (guix-package)[show-what-to-remove/install]: Display the output name.
* package: Preserve the installed package output when upgrading.Ludovic Courtès2013-05-08
| | | | | | | * guix/scripts/package.scm (guix-package)[find-package]: Add optional parameter `output'. Use it. [process-actions]: When computing UPGRADE, pass OUTPUT to `find-package'.
* gnu: python: Build the shared library.Ludovic Courtès2013-05-08
| | | | | * gnu/packages/python.scm (python): Add `--enable-shared'. Add #:modules and #:phases. Add PatchELF as an input.
* gnu: gsasl: Propagate GnuTLS.Ludovic Courtès2013-05-08
| | | | * gnu/packages/gsasl.scm (gsasl): Move GnuTLS to `propagated-inputs'.
* gnu: Add Hugs.Nikita Karetnikov2013-05-07
| | | | | * gnu/packages/hugs.scm: New file. * Makefile.am (MODULES): Add it.
* ui: Capitalize informative messages.Ludovic Courtès2013-05-07
| | | | | * guix/ui.scm (show-what-to-build): Capitalize user messages, as per the GCS (info "(standards) Errors").
* package: Fix spacing in user messages.Ludovic Courtès2013-05-07
| | | | * guix/scripts/package.scm (guix-package)[process-actions]: Fix spacing.
* gnu: help2man: Update to 1.41.2.Ludovic Courtès2013-05-07
| | | | * gnu/packages/help2man.scm (help2man): Update to 1.41.2.
* gnu: guile-ncurses: Update to 1.4.Ludovic Courtès2013-05-07
| | | | * gnu/packages/guile.scm (guile-ncurses): Update to 1.4.
* gnu: Add GNU FreeIPMI.Ludovic Courtès2013-05-07
| | | | | * gnu/packages/freeipmi.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: gv: Move to a separate file.Ludovic Courtès2013-05-06
| | | | | | | | | * gnu/packages/ghostscript.scm (ghostscript): Remove libxext and libxt as inputs. (gv): Move to... * gnu/packages/gv.scm (gv): ... here. New file. (ghostscript/x): Variant of GHOSTSCRIPT with libxt and libxext as inputs.
* gnu: freetype: Use mirror:// URL.Ludovic Courtès2013-05-06
| | | | * gnu/packages/fontutils.scm (freetype): Use mirror://savannah URL.
* refresh: Change default to not update source files.Ludovic Courtès2013-05-06
| | | | | | * guix/scripts/refresh.scm (%options): Change `--dry-run' to `--update'. (show-help): Adjust accordingly. (guix-refresh): Likewise.
* gnu: Add GNU gv.Andreas Enge2013-05-05
| | | | * gnu/packages/ghostscript.scm (gv): New variable.
* gnu: ghostscript: Add X support.Andreas Enge2013-05-05
| | | | * gnu/packages/ghostscript.scm (ghostscript): Add X related inputs.
* gnu: Add libxaw3d.Andreas Enge2013-05-05
| | | | * gnu/packages/xorg.scm (libxaw3d): New variable.
* gnu: Add atk.Andreas Enge2013-05-05
| | | | | * gnu/packages/gtk.scm: New module. * Makefile.am (MODULES): Add it.
* gnu: Add id3lib.Andreas Enge2013-05-04
| | | | * gnu/packages/mp3.scm (id3lib): New variable.