summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | build: Pass the appropriate flags when building `libstore.a'.Ludovic Courtès2013-03-30
| | | | | | | | | | * daemon.am (libstore_a_CFLAGS): Rename to... (libstore_a_CXXFLAGS): ... this.
* | build-system/gnu: Remove #:path-exclusions parameter.Ludovic Courtès2013-03-30
| | | | | | | | | | | | | | | | | | * guix/build/gnu-build-system.scm (set-paths): Remove `path-exclusions' parameter. Replace `relevant-input-directories' by `input-directories'. * guix/build-system/gnu.scm (gnu-build): Remove `path-exclusions' parameter; don't pass it in BUILDER. * guix/build-system/cmake.scm (cmake-build): Likewise.
* | Merge branch 'master' into core-updatesLudovic Courtès2013-03-29
|\ \ | | | | | | | | | | | | | | | Conflicts: Makefile.am gnu/packages/base.scm
| * | 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.
| * | 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: Update mpfr to 3.1.2.Andreas Enge2013-03-22
| | | | | | | | | | | | * gnu/packages/multiprecision.scm (mpfr): Update to 3.1.2.
* | | gnu: coreutils, sed: Update.Ludovic Courtès2013-03-15
| | | | | | | | | | | | | | | * gnu/packages/base.scm (sed): Update to 4.2.2. (coreutils): Update to 8.21.