summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-22distro: Add GNU tar.•••* distro/base.scm (tar): New variable. Ludovic Courtès
2012-08-22distro: Add GNU sed.•••* distro/base.scm (sed): New variable. Ludovic Courtès
2012-08-21distro: Add GNU Bash.•••* distro/base.scm (bash): New variable. Ludovic Courtès
2012-08-21distro: Add GNU Make.•••* distro/base.scm (gnu-make): New variable. * distro/make-impure-dirs.patch: New file. * Makefile.am (nobase_dist_guilemodule_DATA): Add it. Ludovic Courtès
2012-08-19build-system/gnu: Augment $PATH with $out for `patch-shebangs'.•••* guix/build/gnu-build-system.scm (patch-shebangs): Add BINDIRS to $PATH, and pass that to `patch-shebang'. Ludovic Courtès
2012-08-19utils: Add a `path' argument to `patch-shebang'.•••* 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. Ludovic Courtès
2012-08-19distro: gmp: Fix typo in URL.•••* distro/base.scm (gmp): Fix URL. Ludovic Courtès
2012-08-19build-system/gnu: Add a `patch-shebangs' phase.•••* 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'. Ludovic Courtès
2012-08-19utils: Add `patch-shebang'.•••* guix/build/utils.scm (search-path-as-string->list): New procedure. (dump-port, patch-shebang): New procedures. Ludovic Courtès
2012-08-17release.nix: Add dependency on GNU libgcrypt.•••* release.nix (build)[configureFlags]: Add `--with-libgcrypt-prefix'. Ludovic Courtès
2012-08-17build: Add `--with-libgcrypt-prefix'; capture the path to libgcrypt.•••* configure.ac: Add `--with-libgcrypt-prefix'. Substitute `LIBGCRYPT'. * Makefile.am (.scm.go): Pass $(LIBGCRYPT). * guix/utils.scm (%libgcrypt): New variable. (sha256): Use it. Ludovic Courtès
2012-08-16packages: Add all non-derivation paths to the store.•••* guix/packages.scm (package-derivation): Add all non-derivation paths to the store. Ludovic Courtès
2012-08-16packages: Allow store paths as inputs.•••* guix/packages.scm (package-derivation): Allow non-derivation store paths as inputs. Ludovic Courtès
2012-08-14release.nix: Build out of chroot.•••* release.nix: Add `preConfigure' and `__noChroot' attributes. Ludovic Courtès
2012-08-14build: Pass the right flags for "make distcheck".•••* Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): New variable. * configure.ac: Define and substitute `NIX_PREFIX'. Ludovic Courtès
2012-08-14build: Add `test.drv' to the distribution.•••* Makefile.am (EXTRA_DIST): Add `tests/test.drv'. Ludovic Courtès
2012-08-14build: Pass $(NIX_INSTANTIATE) to the build and test environments.•••* 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. Ludovic Courtès
2012-08-14build: Add SRFI-64 to the distribution.•••* Makefile.am (MODULES): Add `srfi/srfi-64.scm' and `srfi/srfi-64.upstream.scm'. Ludovic Courtès
2012-08-14build: Add release.nix.•••* release.nix: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès
2012-07-21distro: Add GNU MPC.•••* distro/base.scm (mpc): New variable. Ludovic Courtès
2012-07-21distro: Add GNU MPFR.•••* distro/base.scm (mpfr): New variable. Ludovic Courtès
2012-07-21distro: Add GNU recutils.•••* distro/base.scm (recutils): New variable. Ludovic Courtès
2012-07-13distro: Add libffi.•••* distro/base.scm (libffi): New variable. (guile-2.0): Use it. Ludovic Courtès
2012-07-12distro: Add GNU Ncurses.•••* distro/base.scm (ncurses): New variable. (readline): Use it. Ludovic Courtès
2012-07-12distro: Add GNU Readline.•••* 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. Ludovic Courtès
2012-07-12guix-build: Default the number of build cores to (current-processor-count).•••* guix-build.in (guix-build): Use (current-processor-count) build cores by default. Ludovic Courtès
2012-07-11Add `nixpkgs-derivation*'; use it in the distro.•••* guix/utils.scm (nixpkgs-derivation*): New macro. * distro/base.scm: Use it instead of `nixpkgs-derivation'. Ludovic Courtès
2012-07-11distro: Add GNU libunistring.•••* distro/base.scm (libunistring): New variable. (guile-2.0): Use it. Ludovic Courtès
2012-07-11distro: Add GNU Libtool.•••* distro/base.scm (libtool): New variable. (guile-1.8, guile-2.0): Use it. Ludovic Courtès
2012-07-11distro: Add GMP.•••* distro/base.scm (gmp): New variable. (guile-1.8, guile-2.0): Use it. Ludovic Courtès
2012-07-11distro: Add GNU M4.•••* 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. Ludovic Courtès
2012-07-07build: Use Automake's `gnu' option.•••* configure.ac: Use Automake's `gnu' option. * ChangeLog, NEWS: New files. Ludovic Courtès
2012-07-07build: Adjust tests to Automake 1.12.•••* 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. Ludovic Courtès
2012-07-07Add `THANKS'.Ludovic Courtès
2012-07-07build: Tell xgettext that the source is UTF-8.•••* po/Makevars (XGETTEXT_OPTIONS): Add `--from-code=UTF-8'. Ludovic Courtès
2012-07-07distro: Add Guile-Reader.•••* distro/base.scm (guile-reader): New procedure. (guile-reader/guile-1.8, guile-reader/guile-2.0): New variables. Ludovic Courtès
2012-07-07Unset `LD_LIBRARY_PATH' in `build-expression->derivation'.•••* guix/derivations.scm (build-expression->derivation)[prolog]: Unset `LD_LIBRARY_PATH'. Ludovic Courtès
2012-07-07build-system/gnu: Add dependency on GNU Findutils.•••* guix/build-system/gnu.scm (%standard-inputs): Add "findutils". Ludovic Courtès
2012-07-07distro: guile-2.0: Propagate libunistring and Libtool.•••* distro/base.scm (guile-2.0): Propagate libunistring and Libtool. Ludovic Courtès
2012-07-07distro: guile-1.8: Propagate GMP and Libtool.•••* distro/base.scm (guile-1.8): Propagate GMP and Libtool. Ludovic Courtès
2012-07-07Add `package-transitive-inputs'; use it to honor propagated inputs.•••* 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. Ludovic Courtès
2012-07-07distro: Add GNU Guile 2.0, released today!•••* distro/base.scm (guile-2.0): New variable. Ludovic Courtès
2012-07-07build-system/gnu: Set $PKG_CONFIG_PATH.•••* guix/build/gnu-build-system.scm (set-paths): Add `PKG_CONFIG_PATH'. Ludovic Courtès
2012-07-07distro: Add Lout.•••* distro/base.scm (lout): New variable. Ludovic Courtès
2012-07-07build-system/gnu: Add `tests?' parameter.•••* guix/build-system/gnu.scm (gnu-build): Add `tests?' parameter. [builder]: Inherit it. Ludovic Courtès
2012-07-07utils: Have `substitute' restore the file's permission bits.•••* guix/build/utils.scm (substitute): Restore FILE's mode before renaming TEMPLATE. Ludovic Courtès
2012-07-07utils: Change `substitute' and `substitute*' to work with several regexps.•••* 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. Ludovic Courtès
2012-07-07distro: gawk: Disable parallel tests.•••* distro/base.scm (gawk): Explicitly disable parallel tests. Ludovic Courtès
2012-07-07guix-build: Add `--cores'.•••* guix-build.in (leave): New macro, formerly in `guix-build'. (show-help): Document `--cores'. (%options): Add `--cores'. (guix-build): Remove `leave' macro from here. Pass the `cores' option value to `set-build-options'. Ludovic Courtès
2012-07-07build-system/gnu: Support parallel builds and tests.•••* guix/build/gnu-build-system.scm (build): Add `parallel-build?' parameter; honor it and $NIX_BUILD_CORES. (check): Add `parallel-tests?' parameter; likewise. * guix/build-system/gnu.scm (gnu-build): Add `parallel-build?' and `parallel-tests?' parameters. [builder]: Inherit them. Ludovic Courtès