summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add preliminary binary substituter.Ludovic Courtès2013-04-03
| | | | | | | | | | | | | | | | | | * guix/scripts/substitute-binary.scm: New file. * Makefile.am (MODULES): Add it. * nix/scripts/substitute-binary.in: New file. * config-daemon.ac: Produce nix/scripts/substitute-binary. * daemon.am (nodist_pkglibexec_SCRIPTS): Add nix/scripts/substitute-binary. * guix/store.scm (substitutable-path-info): Use the `query-substitutable-path-infos' RPC. * nix/nix-daemon/guix-daemon.cc (main): Honor `NIX_SUBSTITUTERS'. * pre-inst-env.in: Set `NIX_SUBSTITUTERS'. * test-env.in: Leave `NIX_SUBSTITUTERS' unchanged. Set `GUIX_BINARY_SUBSTITUTE_URL, and create $NIX_STATE_DIR/substituter-data. Run `guix-daemon' within `./pre-inst-env'. * tests/store.scm ("substitute query"): New test.
* gnu: bigloo: Add dependencies on Avahi and libphidget.Ludovic Courtès2013-04-03
| | | | | * gnu/packages/scheme.scm (bigloo): Add Avahi and libphidget as inputs, and pkg-config as a native input.
* gnu: Add libphidget.Ludovic Courtès2013-04-02
| | | | | * gnu/packages/libphidget.scm: New file. * Makefile.am (MODULES): Add it.
* store: Add `store-path-hash-part'.Ludovic Courtès2013-04-01
| | | | | | * guix/store.scm (store-path-hash-part): New procedure. * tests/store.scm ("store-path-hash-part", "store-path-hash-part #f"): New tests.
* gnu-maintenance: Adjust `http-fetch' to the various Guile versions.Ludovic Courtès2013-04-01
| | | | | | * guix/gnu-maintenance.scm (http-fetch): Try #:streaming? #t, or 'http-get*', or 'http-get' as a last resort. Check whether DATA is #f, a string, or an input port.
* pull: Switch to the cgit URL.Ludovic Courtès2013-03-31
| | | | | * guix/scripts/pull.scm (%snapshot-url): Switch to the cgit URL, given that the Hydra one is not currently available.
* gnu: perl-xml-parser: Fix URL.Ludovic Courtès2013-03-31
| | | | * gnu/packages/xml.scm (perl-xml-parser): Fix URL.
* snix: Adjust import to current Nixpkgs input attribute names.Ludovic Courtès2013-03-29
| | | | | * guix/snix.scm (snix-derivation->guix-package): Use the new names `nativeBuildInputs' and `propagatedNativeBuildInputs'.
* gnu-maintenance: Improve 'official-gnu-packages'; add related procedures.Nikita Karetnikov2013-03-28
| | | | | | | | * guix/gnu-maintenance.scm (http-fetch): Return an input port. (<gnu-package-descriptor>): Add it. (official-gnu-packages): Use <gnu-package-descriptor>. (find-packages): Add it. (gnu-package?): Adjust accordingly.
* Add (guix build-system cmake).Cyril Roelandt2013-03-28
| | | | | * guix/build/cmake-build-system.scm, guix/build-system/cmake.scm: New files. * Makefile.am (MODULES): Add them.
* build: Set `%fresh-auto-compile' in `hydra.scm'.Ludovic Courtès2013-03-28
| | | | * hydra.scm: Set `%fresh-auto-compile' to #t.
* gnu: make-bootstrap: Import (gnu packages gcc).Ludovic Courtès2013-03-27
| | | | * gnu/packages/make-bootstrap.scm: Import (gnu packages gcc).
* download: Remove unreliable GNU mirror.Ludovic Courtès2013-03-27
| | | | * guix/download.scm (%mirrors)[gnu]: Remove ftp.chg.ru.
* gnu: Add libelf.Ludovic Courtès2013-03-27
| | | | * gnu/packages/gcc.scm (libelf): New variable.
* gnu: Add ISL and CLooG.Ludovic Courtès2013-03-27
| | | | * gnu/packages/gcc.scm (%gcc-infrastructure, isl, cloog): New variables.
* gnu: Move GCC to its own module.Ludovic Courtès2013-03-27
| | | | | | * gnu/packages/base.scm (gcc-4.7): Move to... * gnu/packages/gcc.scm: ... here. New file. * Makefile.am (MODULES): Add it.
* glib: Patch around prlimit(2) failure.Ludovic Courtès2013-03-27
| | | | | | | | * gnu/packages/glib.scm (glib)[source]: Switch to mirror://gnome. [inputs]: Add `patch/tests-prlimit'. [arguments]: Add it. * gnu/packages/patches/glib-tests-prlimit.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
* build: `hydra.scm' changes %load-path to refer to itself.Ludovic Courtès2013-03-27
| | | | * hydra.scm: Add `eval-when' clause.
* 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.