summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-22distro: Move patches to their own directory.Ludovic Courtès
* Makefile.am (nobase_dist_guilemodule_DATA): Keep only $(MODULES). (patchdir): New variable. (dist_patch_DATA): New variable. Patch files formerly in $(nobase_dist_guilemodule_DATA). (.scm.go): Define `DISTRO_PATCH_DIRECTORY' and `DISTRO_INSTALLED_PATCH_DIRECTORY'. (TESTS_ENVIRONMENT): Define `DISTRO_PATCH_DIRECTORY'. * distro.scm (%patch-directory): New variable. (search-patch): New procedure. * distro/base.scm: Use `search-patch' instead of `(search-path %load-path ...)'. * distro/findutils-absolute-paths.patch, distro/guile-1.8-cpp-4.5.patch, distro/m4-readlink-EINVAL.patch, distro/m4-s_isdir.patch, distro/make-impure-dirs.patch: Move to `distro/patches'.
2012-08-22distro: Add GNU Findutils.Ludovic Courtès
* distro/base.scm (findutils): New variable. * distro/findutils-absolute-paths.patch: New file. * Makefile.am (nobase_dist_guilemodule_DATA): Add it.
2012-08-22distro: Add GNU grep.Ludovic Courtès
* distro/base.scm (grep): New variable.
2012-08-22distro: Add GNU tar.Ludovic Courtès
* distro/base.scm (tar): New variable.
2012-08-22distro: Add GNU sed.Ludovic Courtès
* distro/base.scm (sed): New variable.
2012-08-21distro: Add GNU Bash.Ludovic Courtès
* distro/base.scm (bash): New variable.
2012-08-21distro: Add GNU Make.Ludovic Courtès
* distro/base.scm (gnu-make): New variable. * distro/make-impure-dirs.patch: New file. * Makefile.am (nobase_dist_guilemodule_DATA): Add it.
2012-08-19build-system/gnu: Augment $PATH with $out for `patch-shebangs'.Ludovic Courtès
* guix/build/gnu-build-system.scm (patch-shebangs): Add BINDIRS to $PATH, and pass that to `patch-shebang'.
2012-08-19utils: Add a `path' argument to `patch-shebang'.Ludovic Courtès
* guix/build/utils.scm (patch-shebang): Add an optional `path' parameter. Change SHEBANG-RX to match the whole interpreter file name. Don't patch when BIN and CMD are the same. Add docstring.
2012-08-19distro: gmp: Fix typo in URL.Ludovic Courtès
* distro/base.scm (gmp): Fix URL.
2012-08-19build-system/gnu: Add a `patch-shebangs' phase.Ludovic Courtès
* guix/build/gnu-build-system.scm (patch-shebangs): New procedure. (%standard-phases): Add it. * guix/build-system/gnu.scm (gnu-build): New `patch-shebangs?' keyword parameter. Pass it to the builder's `gnu-build'.
2012-08-19utils: Add `patch-shebang'.Ludovic Courtès
* guix/build/utils.scm (search-path-as-string->list): New procedure. (dump-port, patch-shebang): New procedures.
2012-08-17release.nix: Add dependency on GNU libgcrypt.Ludovic Courtès
* release.nix (build)[configureFlags]: Add `--with-libgcrypt-prefix'.
2012-08-17build: Add `--with-libgcrypt-prefix'; capture the path to libgcrypt.Ludovic Courtès
* configure.ac: Add `--with-libgcrypt-prefix'. Substitute `LIBGCRYPT'. * Makefile.am (.scm.go): Pass $(LIBGCRYPT). * guix/utils.scm (%libgcrypt): New variable. (sha256): Use it.
2012-08-16packages: Add all non-derivation paths to the store.Ludovic Courtès
* guix/packages.scm (package-derivation): Add all non-derivation paths to the store.
2012-08-16packages: Allow store paths as inputs.Ludovic Courtès
* guix/packages.scm (package-derivation): Allow non-derivation store paths as inputs.
2012-08-14release.nix: Build out of chroot.Ludovic Courtès
* release.nix: Add `preConfigure' and `__noChroot' attributes.
2012-08-14build: Pass the right flags for "make distcheck".Ludovic Courtès
* Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): New variable. * configure.ac: Define and substitute `NIX_PREFIX'.
2012-08-14build: Add `test.drv' to the distribution.Ludovic Courtès
* Makefile.am (EXTRA_DIST): Add `tests/test.drv'.
2012-08-14build: Pass $(NIX_INSTANTIATE) to the build and test environments.Ludovic Courtès
* Makefile.am (.scm.go): Define $NIX_INSTANTIATE. (TESTS_ENVIRONMENT): Likewise, and define $NIX_HASH. * guix/utils.scm (nixpkgs-derivation): Use $NIX_INSTANTIATE when defined. * tests/utils.scm (%nix-hash): New variable. ("sha256 & bytevector->nix-base32-string"): Use it.
2012-08-14build: Add SRFI-64 to the distribution.Ludovic Courtès
* Makefile.am (MODULES): Add `srfi/srfi-64.scm' and `srfi/srfi-64.upstream.scm'.
2012-08-14build: Add release.nix.Ludovic Courtès
* release.nix: New file. * Makefile.am (EXTRA_DIST): Add it.
2012-07-21distro: Add GNU MPC.Ludovic Courtès
* distro/base.scm (mpc): New variable.
2012-07-21distro: Add GNU MPFR.Ludovic Courtès
* distro/base.scm (mpfr): New variable.
2012-07-21distro: Add GNU recutils.Ludovic Courtès
* distro/base.scm (recutils): New variable.
2012-07-13distro: Add libffi.Ludovic Courtès
* distro/base.scm (libffi): New variable. (guile-2.0): Use it.
2012-07-12distro: Add GNU Ncurses.Ludovic Courtès
* distro/base.scm (ncurses): New variable. (readline): Use it.
2012-07-12distro: Add GNU Readline.Ludovic Courtès
* distro/base.scm (readline): New variable. (guile-1.8, guile-2.0): Use it. * distro/readline-link-ncurses.patch: New file. * Makefile.am (nobase_dist_guilemodule_DATA): Add it.
2012-07-12guix-build: Default the number of build cores to (current-processor-count).Ludovic Courtès
* guix-build.in (guix-build): Use (current-processor-count) build cores by default.
2012-07-11Add `nixpkgs-derivation*'; use it in the distro.Ludovic Courtès
* guix/utils.scm (nixpkgs-derivation*): New macro. * distro/base.scm: Use it instead of `nixpkgs-derivation'.
2012-07-11distro: Add GNU libunistring.Ludovic Courtès
* distro/base.scm (libunistring): New variable. (guile-2.0): Use it.
2012-07-11distro: Add GNU Libtool.Ludovic Courtès
* distro/base.scm (libtool): New variable. (guile-1.8, guile-2.0): Use it.
2012-07-11distro: Add GMP.Ludovic Courtès
* distro/base.scm (gmp): New variable. (guile-1.8, guile-2.0): Use it.
2012-07-11distro: Add GNU M4.Ludovic Courtès
* distro/base.scm (m4): New variable. * distro/m4-readlink-EINVAL.patch, distro/m4-s_isdir.patch: New files. * Makefile.am (nobase_dist_guilemodule_DATA): Add them.
2012-07-07build: Use Automake's `gnu' option.v0.0Ludovic Courtès
* configure.ac: Use Automake's `gnu' option. * ChangeLog, NEWS: New files.
2012-07-07build: Adjust tests to Automake 1.12.Ludovic Courtès
* Makefile.am (TESTS_ENVIRONMENT): Remove `guile' invocation. Add semicolons, and export the variables as shown in the Automake 1.12 manual. (LOG_COMPILER): New variable, with `guile' invocation.
2012-07-07Add `THANKS'.Ludovic Courtès
2012-07-07build: Tell xgettext that the source is UTF-8.Ludovic Courtès
* po/Makevars (XGETTEXT_OPTIONS): Add `--from-code=UTF-8'.
2012-07-07distro: Add Guile-Reader.Ludovic Courtès
* distro/base.scm (guile-reader): New procedure. (guile-reader/guile-1.8, guile-reader/guile-2.0): New variables.
2012-07-07Unset `LD_LIBRARY_PATH' in `build-expression->derivation'.Ludovic Courtès
* guix/derivations.scm (build-expression->derivation)[prolog]: Unset `LD_LIBRARY_PATH'.
2012-07-07build-system/gnu: Add dependency on GNU Findutils.Ludovic Courtès
* guix/build-system/gnu.scm (%standard-inputs): Add "findutils".
2012-07-07distro: guile-2.0: Propagate libunistring and Libtool.Ludovic Courtès
* distro/base.scm (guile-2.0): Propagate libunistring and Libtool.
2012-07-07distro: guile-1.8: Propagate GMP and Libtool.Ludovic Courtès
* distro/base.scm (guile-1.8): Propagate GMP and Libtool.
2012-07-07Add `package-transitive-inputs'; use it to honor propagated inputs.Ludovic Courtès
* guix/packages.scm (package-transitive-inputs): New procedure. (package-derivation): Use it to compute INPUTS. * tests/packages.scm (dummy-package): New macro. ("package-transitive-inputs"): New test.
2012-07-07distro: Add GNU Guile 2.0, released today!Ludovic Courtès
* distro/base.scm (guile-2.0): New variable.
2012-07-07build-system/gnu: Set $PKG_CONFIG_PATH.Ludovic Courtès
* guix/build/gnu-build-system.scm (set-paths): Add `PKG_CONFIG_PATH'.
2012-07-07distro: Add Lout.Ludovic Courtès
* distro/base.scm (lout): New variable.
2012-07-07build-system/gnu: Add `tests?' parameter.Ludovic Courtès
* guix/build-system/gnu.scm (gnu-build): Add `tests?' parameter. [builder]: Inherit it.
2012-07-07utils: Have `substitute' restore the file's permission bits.Ludovic Courtès
* guix/build/utils.scm (substitute): Restore FILE's mode before renaming TEMPLATE.
2012-07-07utils: Change `substitute' and `substitute*' to work with several regexps.Ludovic Courtès
* guix/build/utils.scm (substitute): Change to accept a `pattern+procs' parameter. Iterate over it. (substitute*): Adjust accordingly. * distro/base.scm (guile-1.8): Adjust accordingly.