summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update `TODO'.Ludovic Courtès2013-03-271-20/+0
* gnu: Add GNU cflow.•••* gnu/packages/cflow.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2013-03-262-0/+52
* gnu: Add GNU cppi.•••* gnu/packages/cppi.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2013-03-262-0/+46
* store: Really disable file name canonicalization for derivation inputs.•••* guix/store.scm (write-contents)[call-with-binary-input-file]: Set %FILE-PORT-NAME-CANONICALIZATION to #f. * gnu/packages.scm (search-patch, search-bootstrap-binary): Leave %FILE-PORT-NAME-CANONICALIZATION unchanged. This reverts 9776ebb. Ludovic Courtès2013-03-222-11/+11
* store: Use `sendfile' when available.•••* guix/store.scm (write-contents)[call-with-binary-input-file]: New procedure. Use `sendfile' instead of `dump' when available. Add `size' parameter. (write-file): Update caller. Ludovic Courtès2013-03-221-10/+20
* gnu: Add cmake.•••* gnu/packages/cmake.scm: New file. * gnu/packages/patches/cmake-fix-tests.patch: New file. * Makefile.am: Add them. Cyril Roelandt2013-03-213-0/+125
* gnu: Disable file name canonicalization in `search-*'.•••* gnu/packages.scm (search-patch, search-bootstrap-binary): Make sure no canonicalization occurs. This reduces the number of 'stat' system calls. Ludovic Courtès2013-03-211-3/+5
* gnu: Add lua.•••* gnu/packages/lua.scm: New file. * Makefile.am: add it. Cyril Roelandt2013-03-192-0/+64
* gnu: libgcrypt: Upgrade to 1.5.1.•••* gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.5.1. Ludovic Courtès2013-03-191-10/+9
* Work around <http://bugs.gnu.org/13095> in build-aux/download.scm.•••* build-aux/download.scm: Annihilate `shutdown' in (web client). Reported by Aljosha Papsch. Ludovic Courtès2013-03-191-0/+5
* release.nix: Hack to unchroot more stuff.•••* release.nix (unchrootedNixpkgs): New function. (jobs)[tarball, build, build_disable_daemon, distro): Use it. Should fix <http://hydra.gnu.org:3000/build/7279>. Ludovic Courtès2013-03-181-4/+15
* release.nix: Adjust to current Nixpkgs.•••* release.nix: s/buildNativeInputs/nativeBuildInputs/. Ludovic Courtès2013-03-181-5/+5
* guix package: Report packages to be removed/installed.•••* guix/scripts/package.scm (guix-package)[process-actions](show-what-to-remove/install): New procedure. Call it before `show-what-to-build'. Ludovic Courtès2013-03-181-0/+40
* gnu: Add openconnect.•••* gnu/packages/vpn.scm (openconnect): New variable. Andreas Enge2013-03-161-1/+49
* derivations: Optimize `build-expression->derivation'.•••This reduces the execution time of "guix build -e '(@ (gnu packages emacs) emacs)' -d" by 6%, from 1.15s to 1.08s. * guix/derivations.scm (build-expression->derivation): Write the builder as UTF-8. Ludovic Courtès2013-03-161-8/+15
* derivations: Optimize `write-derivation'.•••This reduces the execution time of "guix build -e '(@ (gnu packages emacs) emacs)' -d" by 25%, from 1.54 s. to 1.15s. * guix/derivations.scm (write-sequence, write-list, write-tuple): New procedures. (write-derivation)[list->string, write-list]: Remove. [write-string-list, write-output, write-input, write-env-var]: New helpers. Rewrite in terms of these new helpers. Ludovic Courtès2013-03-161-32/+74
* guix package: Gracefully handle `official-gnu-packages' failure.•••* guix/gnu-maintenance.scm (http-fetch): Error out when DATA is #f. * guix/scripts/package.scm (check-package-freshness): Wrap `gnu-package?' call in `false-if-exception'. Reported by Cyril Roelandt <tipecaml@gmail.com>. Ludovic Courtès2013-03-162-2/+15
* gnu: emacs: Update to 24.3.•••* gnu/packages/emacs.scm (emacs): Update to 24.3. Use the .xz tarball. * gnu/packages/patches/emacs-configure-sh.patch: Adjust. Ludovic Courtès2013-03-142-9/+8
* gnu: texinfo: Update to 5.1.•••* gnu/packages/texinfo.scm (texinfo): Update to 5.1. Ludovic Courtès2013-03-141-2/+2
* ui: Gracefully report failures to connect to the daemon.•••* guix/store.scm (&nix-connection-error): New condition type. (open-connection): Translate `system-error' during the `connect' call into `&nix-connection-error'. * guix/ui.scm (call-with-error-handling): Add case for `nix-connection-error?'. * guix/scripts/package.scm (guix-package): Move `open-connection' call within `with-error-handling'. * guix/scripts/pull.scm (guix-pull): Likewise. * guix/scripts/download.scm (guix-download): Move body within `with-error-handling'. Ludovic Courtès2013-03-075-29/+50
* packages: Remove the default value for `license'.•••* guix/packages.scm (<package>): Remove the default value for `license'. * gnu/packages/bootstrap.scm (package-from-tarball, %bootstrap-glibc, %bootstrap-gcc): Initialize `license'. * tests/packages.scm (dummy-package): Likewise. Ludovic Courtès2013-03-073-5/+8
* Revert "utils: Add 'wrap-program'."•••This reverts commit 02065130de33e990969fe9b7cc19b9b1c24f3ff7. Ludovic Courtès2013-03-071-67/+1
* utils: Add 'wrap-program'.•••* guix/build/utils.scm (wrap-program): New procedure. Nikita Karetnikov2013-03-061-1/+67
* gnu: Add GNU Fdisk.•••* gnu/packages/fdisk.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov2013-03-062-0/+55
* gnu: Add w3m.•••* gnu/packages/w3m.scm, gnu/packages/patches/w3m-fix-compile.patch: New files. * Makefile.am (MODULES): Add 'w3m.scm'. (dist_patch_DATA): Add 'w3m-fix-compile.patch'. Nikita Karetnikov2013-03-063-1/+99
* licenses: Add 'x11-style'.•••* guix/licenses.scm (x11-style): New variable. Nikita Karetnikov2013-03-061-1/+11
* gnu-maintenance: Clarify `releases'.•••* guix/gnu-maintenance.scm (releases): Change to use `match' and `match-lambda'. Add `release-file' auxiliary function. Ludovic Courtès2013-03-051-32/+34
* gnu-maintenance: Fix `gnu-package?' for packages lacking a `source'.•••* guix/gnu-maintenance.scm (gnu-package?): Support PACKAGE when its source is #f. Ludovic Courtès2013-03-051-3/+4
* guix package: Recover from freshness check transient errors.•••* guix/scripts/package.scm (check-package-freshness): Ignore `getaddrinfo-error' and `ftp-error' exceptions. Ludovic Courtès2013-03-051-12/+21
* guix package: Inform about new upstream versions of GNU packages.•••* guix/gnu-maintenance.scm (gnu-package?): New procedure. * guix/scripts/package.scm (waiting): New macro. (check-package-freshness): New procedure. (guix-package)[process-actions]: Use it. * doc/guix.texi (Invoking guix package): Mention the feature. Ludovic Courtès2013-03-053-0/+54
* gnu: Add Avahi.•••* gnu/packages/avahi.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2013-03-052-0/+78
* gnu: Update GnuTLS to 3.1.9.1.•••* gnu/packages/gnutls.scm (gnutls): Update to 3.1.9.1. Ludovic Courtès2013-03-051-2/+2
* gnu: Add intltool.•••* guix/download.scm (%mirrors): Add `gnome' mirrors. * gnu/packages/glib.scm (intltool): New variable. Ludovic Courtès2013-03-052-1/+55
* gnu: Add lsof.•••* gnu/packages/lsof.scm: New file. * Makefile.am (MODULES): Add it. Andreas Enge2013-03-052-0/+76
* gnu: Add Perl XML::Parser.•••* gnu/packages/xml.scm (perl-xml-parser): New variable. Ludovic Courtès2013-03-041-1/+33
* Add (guix build-system perl).•••* guix/build-system/perl.scm, guix/build/perl-build-system.scm: New files. * Makefile.am (MODULES): Add them. * guix/build-system/gnu.scm (standard-inputs): Make public. Ludovic Courtès2013-03-044-1/+167
* download: Add CPAN mirrors.•••* guix/download.scm (%mirrors)[cpan]: New URLs. Ludovic Courtès2013-03-041-1/+14
* gnu: Add vpnc.•••* gnu/packages/vpn.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages/patches/vpnc-script.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Andreas Enge2013-03-033-1/+84
* release.nix: Reduce the number of dependencies.•••* release.nix (tarball): Use a minimal Git. Ludovic Courtès2013-03-021-1/+11
* gnu: Add libdaemon.•••* gnu/packages/libdaemon.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2013-03-022-0/+62
* release.nix: Unchroot recursively.•••* release.nix (unchroot): Operate recursively on build inputs. Ludovic Courtès2013-03-021-4/+17
* release.nix: Build outside of a chroot.•••* release.nix (unchroot): New function. (jobs)[tarball, build, build_disable_daemon]: Use it. Ludovic Courtès2013-03-021-7/+19
* ui: Factorize `read/eval-package-expression'.•••* guix/scripts/package.scm (read/eval-package-expression): Move to... * guix/ui.scm (read/eval-package-expression): ... here. * guix/scripts/build.scm (derivations-from-package-expressions): Use it. Ludovic Courtès2013-03-013-39/+35
* guix package: Add `--install-from-expression'.•••* guix/scripts/package.scm (read/eval-package-expression): New procedure. (show-help): Add `-e'. (%options): Likewise. (guix-package)[process-actions]: Handle ('install . p) pairs, where P is a package. * tests/guix-package.sh: Add `boot_make_drv'. Use `-i $boot_make_drv' once, and then use `-e $boot_make'. * doc/guix.texi (Invoking guix package): Document `-e'. Ludovic Courtès2013-03-013-5/+67
* gnu: global: Update to 6.2.8.•••* gnu/packages/global.scm (global): Update to 6.2.8. Ludovic Courtès2013-03-011-9/+8
* guix gc: Add `--references' and `--referrers'.•••* guix/scripts/gc.scm (show-help): Update. (%options): Add `--references' and `--referrers'. (guix-gc)[symlink-target, store-directory]: New procedures. Handle the `list-references' and `list-referrers' actions. * tests/guix-gc.sh: Add tests for `--references'. * doc/guix.texi (Invoking guix gc): Document `--references' and `--referrers'. Ludovic Courtès2013-02-273-7/+73
* store: Add queries for references & co.•••* guix/store.scm (operation-id)[query-valid-derivers]: New value. (references, referrers, valid-derivers, query-derivation-outputs): New procedures. * tests/store.scm ("references", "derivers"): New tests. Ludovic Courtès2013-02-272-1/+53
* download: Add X.org mirrors.•••* guix/download.scm (%mirrors): Add `xorg'. Andreas Enge2013-02-231-1/+33
* gnu: screen: Use GNU mirror.•••* gnu/packages/screen.scm (screen): Use GNU mirror. Andreas Enge2013-02-231-1/+1
* gnu: Update libpng to 1.5.14.•••* gnu/packages/libpng.scm (libpng): Switch to version 1.5.14. Andreas Enge2013-02-231-3/+3