diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-03 21:07:52 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-03 21:11:28 +0100 |
commit | 00e219d1c98e55dd1b6c6af00ae73c23ed52583e (patch) | |
tree | 28565d9ddd0ed72f7d35b0500b61745e3e7412d2 /.gitignore | |
parent | e76bdf8b87920b87a2a2e728c2e40ff24ca39ffe (diff) | |
download | guix-00e219d1c98e55dd1b6c6af00ae73c23ed52583e.tar.gz |
build: Produce (guix config) instead of using compile-time tricks.
* guix/config.scm.in: New file. * guix/utils.scm: Use it. (%libgcrypt): Remove. (%nixpkgs-directory): Don't capture the compile-time $NIXPKGS; use %NIXPKGS instead. (nixpkgs-derivation): Use %NIX-INSTANTIATE. * pre-inst-env.in (NIX_INSTANTIATE, NIXPKGS, LIBGCRYPT): Remove. * configure.ac: Emit `guix/config.scm'. * Makefile.am (GOBJECTS): Add `guix/config.go'. (nobase_nodist_guilemodule_DATA): Add `guix/config.scm'.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e6b254ae44..eb4238f0b0 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ config.cache /guix-download /distro/packages/bootstrap/i686-linux/guile-bootstrap-2.0.6.tar.xz /guix-package +/guix/config.scm |