summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update `TODO'.Ludovic Courtès2013-03-27
|
* gnu: Add GNU cflow.Ludovic Courtès2013-03-26
| | | | | * gnu/packages/cflow.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add GNU cppi.Ludovic Courtès2013-03-26
| | | | | * gnu/packages/cppi.scm: New file. * Makefile.am (MODULES): Add it.
* store: Really disable file name canonicalization for derivation inputs.Ludovic Courtès2013-03-22
| | | | | | | * 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.
* store: Use `sendfile' when available.Ludovic Courtès2013-03-22
| | | | | | | | * 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.
* gnu: Add cmake.Cyril Roelandt2013-03-21
| | | | | | * gnu/packages/cmake.scm: New file. * gnu/packages/patches/cmake-fix-tests.patch: New file. * Makefile.am: Add them.
* gnu: Disable file name canonicalization in `search-*'.Ludovic Courtès2013-03-21
| | | | | | * gnu/packages.scm (search-patch, search-bootstrap-binary): Make sure no canonicalization occurs. This reduces the number of 'stat' system calls.
* gnu: Add lua.Cyril Roelandt2013-03-19
| | | | | * gnu/packages/lua.scm: New file. * Makefile.am: add it.
* gnu: libgcrypt: Upgrade to 1.5.1.Ludovic Courtès2013-03-19
| | | | * gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.5.1.
* Work around <http://bugs.gnu.org/13095> in build-aux/download.scm.Ludovic Courtès2013-03-19
| | | | | * build-aux/download.scm: Annihilate `shutdown' in (web client). Reported by Aljosha Papsch.
* release.nix: Hack to unchroot more stuff.Ludovic Courtès2013-03-18
| | | | | | * release.nix (unchrootedNixpkgs): New function. (jobs)[tarball, build, build_disable_daemon, distro): Use it. Should fix <http://hydra.gnu.org:3000/build/7279>.
* release.nix: Adjust to current Nixpkgs.Ludovic Courtès2013-03-18
| | | | * release.nix: s/buildNativeInputs/nativeBuildInputs/.
* guix package: Report packages to be removed/installed.Ludovic Courtès2013-03-18
| | | | | | * guix/scripts/package.scm (guix-package)[process-actions](show-what-to-remove/install): New procedure. Call it before `show-what-to-build'.
* gnu: Add openconnect.Andreas Enge2013-03-16
| | | | * gnu/packages/vpn.scm (openconnect): New variable.
* derivations: Optimize `build-expression->derivation'.Ludovic Courtès2013-03-16
| | | | | | | | | 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.
* derivations: Optimize `write-derivation'.Ludovic Courtès2013-03-16
| | | | | | | | | | | | 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.
* guix package: Gracefully handle `official-gnu-packages' failure.Ludovic Courtès2013-03-16
| | | | | | | * 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>.
* gnu: emacs: Update to 24.3.Ludovic Courtès2013-03-14
| | | | | * gnu/packages/emacs.scm (emacs): Update to 24.3. Use the .xz tarball. * gnu/packages/patches/emacs-configure-sh.patch: Adjust.
* gnu: texinfo: Update to 5.1.Ludovic Courtès2013-03-14
| | | | * gnu/packages/texinfo.scm (texinfo): Update to 5.1.
* ui: Gracefully report failures to connect to the daemon.Ludovic Courtès2013-03-07
| | | | | | | | | | | | * 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'.
* packages: Remove the default value for `license'.Ludovic Courtès2013-03-07
| | | | | | | * 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.
* Revert "utils: Add 'wrap-program'."Ludovic Courtès2013-03-07
| | | | This reverts commit 02065130de33e990969fe9b7cc19b9b1c24f3ff7.
* utils: Add 'wrap-program'.Nikita Karetnikov2013-03-06
| | | | * guix/build/utils.scm (wrap-program): New procedure.
* gnu: Add GNU Fdisk.Nikita Karetnikov2013-03-06
| | | | | * gnu/packages/fdisk.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add w3m.Nikita Karetnikov2013-03-06
| | | | | | | * 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'.
* licenses: Add 'x11-style'.Nikita Karetnikov2013-03-06
| | | | * guix/licenses.scm (x11-style): New variable.
* gnu-maintenance: Clarify `releases'.Ludovic Courtès2013-03-05
| | | | | * guix/gnu-maintenance.scm (releases): Change to use `match' and `match-lambda'. Add `release-file' auxiliary function.
* gnu-maintenance: Fix `gnu-package?' for packages lacking a `source'.Ludovic Courtès2013-03-05
| | | | | * guix/gnu-maintenance.scm (gnu-package?): Support PACKAGE when its source is #f.
* guix package: Recover from freshness check transient errors.Ludovic Courtès2013-03-05
| | | | | * guix/scripts/package.scm (check-package-freshness): Ignore `getaddrinfo-error' and `ftp-error' exceptions.
* guix package: Inform about new upstream versions of GNU packages.Ludovic Courtès2013-03-05
| | | | | | | | * 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.
* gnu: Add Avahi.Ludovic Courtès2013-03-05
| | | | | * gnu/packages/avahi.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Update GnuTLS to 3.1.9.1.Ludovic Courtès2013-03-05
| | | | * gnu/packages/gnutls.scm (gnutls): Update to 3.1.9.1.
* gnu: Add intltool.Ludovic Courtès2013-03-05
| | | | | * guix/download.scm (%mirrors): Add `gnome' mirrors. * gnu/packages/glib.scm (intltool): New variable.
* gnu: Add lsof.Andreas Enge2013-03-05
| | | | | * gnu/packages/lsof.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add Perl XML::Parser.Ludovic Courtès2013-03-04
| | | | * gnu/packages/xml.scm (perl-xml-parser): New variable.
* Add (guix build-system perl).Ludovic Courtès2013-03-04
| | | | | | * 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.
* download: Add CPAN mirrors.Ludovic Courtès2013-03-04
| | | | * guix/download.scm (%mirrors)[cpan]: New URLs.
* gnu: Add vpnc.Andreas Enge2013-03-03
| | | | | | | * 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.
* release.nix: Reduce the number of dependencies.Ludovic Courtès2013-03-02
| | | | * release.nix (tarball): Use a minimal Git.
* gnu: Add libdaemon.Ludovic Courtès2013-03-02
| | | | | * gnu/packages/libdaemon.scm: New file. * Makefile.am (MODULES): Add it.
* release.nix: Unchroot recursively.Ludovic Courtès2013-03-02
| | | | * release.nix (unchroot): Operate recursively on build inputs.
* release.nix: Build outside of a chroot.Ludovic Courtès2013-03-02
| | | | | * release.nix (unchroot): New function. (jobs)[tarball, build, build_disable_daemon]: Use it.
* ui: Factorize `read/eval-package-expression'.Ludovic Courtès2013-03-01
| | | | | | * 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.
* guix package: Add `--install-from-expression'.Ludovic Courtès2013-03-01
| | | | | | | | | | | | * 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'.
* gnu: global: Update to 6.2.8.Ludovic Courtès2013-03-01
| | | | * gnu/packages/global.scm (global): Update to 6.2.8.
* guix gc: Add `--references' and `--referrers'.Ludovic Courtès2013-02-27
| | | | | | | | | | * 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'.
* store: Add queries for references & co.Ludovic Courtès2013-02-27
| | | | | | | * 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.
* download: Add X.org mirrors.Andreas Enge2013-02-23
| | | | * guix/download.scm (%mirrors): Add `xorg'.
* gnu: screen: Use GNU mirror.Andreas Enge2013-02-23
| | | | * gnu/packages/screen.scm (screen): Use GNU mirror.
* gnu: Update libpng to 1.5.14.Andreas Enge2013-02-23
| | | | * gnu/packages/libpng.scm (libpng): Switch to version 1.5.14.