summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-10distro: lout: Delay use of of `nixpkgs-derivation'....* distro/packages/lout.scm (lout): Don't fork with `nixpkgs-derivation', to avoid any issues in the absence of `nix-instantiate'. Ludovic Courtès
2012-12-10derivations: Distinguish direct store paths from files within a store path....* guix/derivations.scm (derivation)[direct-store-path?]: New procedure. Use it to determine which inputs must be added to the store. Ludovic Courtès
2012-12-09store: Add GC-related operations....* guix/store.scm (gc-action): New enumerate type. (read-long-long, read-string-list, write-store-path, write-store-path-list, read-store-path-list): New procedures. (write-arg): Add support for `store-path' and `store-path-list'. (read-arg): Add support for `store-path-list'. (define-operation): Add support for multiple-value returns. (run-gc, live-paths, dead-paths, collect-garbage, delete-paths): New procedures. (%long-long-max): New macro. * tests/store.scm: New file. * Makefile.am (TESTS): Add it. Ludovic Courtès
2012-12-09store: Add `add-temp-root'....* guix/store.scm (add-temp-root): New procedure. Ludovic Courtès
2012-12-09Update `THANKS'.Ludovic Courtès
2012-12-09doc: Correct short name of `--install' option of `guix-package'....* doc/guix.texi (Invoking guix-package): Fix short form of `--install'. Reported by Andreas Enge <andreas@enge.fr>. Ludovic Courtès
2012-12-09Update `TODO'.Ludovic Courtès
2012-12-09Change email address in `AUTHORS'.Ludovic Courtès
2012-12-08Update `AUTHORS'.Ludovic Courtès
2012-12-08Add (guix licenses)....* guix/licenses.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2012-12-07download: Fix the primary Savannah URL....* guix/download.scm (%mirrors)[savannah]: Use "http://download.savannah.gnu.org/releases/" as the primary URL. Ludovic Courtès
2012-12-07distro: Add ACL....* distro/packages/acl.scm: New file. Dependency on Perl added by Ludovic. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2012-12-07distro: Add Attr....* distro/packages/attr.scm: New file. Dependency on Perl and `patch-shebang' added by Ludovic. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2012-12-05Add (guix gnu-maintenance)....* guix/gnu-maintenance.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2012-12-04guix-build: Don't connect to the daemon when run with `--version' or `--help'....* guix-build.in (%store): Turn into a SRFI-39 parameter. Update users. (guix-build): Set %STORE and call `open-connection' only after `parse-options' has been called. Ludovic Courtès
2012-12-04store: Honor $NIX_STORE_DIR and $NIX_STATE_DIR....* guix/store.scm (%nix-state-dir): Honor $NIX_STATE_DIR. (%store-prefix): Honor $NIX_STORE_DIR. Ludovic Courtès
2012-12-04derivations: Fix erroneous call to `add-to-store' for local files as input....* guix/derivations.scm (derivation)[inputs]: Fix typo in call to `add-to-store'. * tests/derivations.scm ("derivation with local file as input"): New test. * tests/packages.scm ("trivial with local file as input"): New test. Ludovic Courtès
2012-12-04Augment `TODO'.Ludovic Courtès
2012-12-04distro: Add GNU lsh....* distro/packages/lsh.scm, distro/packages/patches/lsh-guile-compat.patch: distro/packages/patches/lsh-no-root-login.patch: distro/packages/patches/lsh-pam-service-name.patch: New files. * Makefile.am (MODULES): Add lsh.scm. (dist_patch_DATA): Add the above patches. Ludovic Courtès
2012-12-04distro: Add util-linux....* distro/packages/linux.scm (util-linux): New variable. Nikita Karetnikov
2012-12-04distro: Add psmisc....* distro/packages/linux.scm (psmisc): New variable. Ludovic Courtès
2012-12-02distro: make-bootstrap: Use `linux' module....* distro/packages/make-bootstrap.scm: Use (distro packages linux). This is a followup to 80fe5c6. Ludovic Courtès
2012-12-01distro: gnutls: Build sequentially....* distro/packages/gnutls.scm (gnutls)[arguments]: New field. Ludovic Courtès
2012-11-30distro: guile-2.0: Update to 2.0.7....* distro/packages/guile.scm (guile-2.0): Switch to 2.0.7. (guile-2.0/fixed): Stay at 2.0.6. Ludovic Courtès
2012-11-30distro: Add `guile-2.0/fixed', which should rarely change....* distro/packages/guile.scm (guile-2.0/fixed): New variable. * distro/packages/base.scm (guile-final): Use it. Ludovic Courtès
2012-11-28distro: Import 'gettext' under a different name....* distro/packages/nano.scm, distro/packages/wget.scm: Import 'gettext' from (distro packages gettext) under 'guix:gettext'. Nikita Karetnikov
2012-11-27distro: linux-libre-headers: Move to (distro packages linux)....* distro/packages/base.scm (linux-libre-headers): Move to... * distro/packages/linux.scm (linux-libre-headers): ... here. Ludovic Courtès
2012-11-27distro: Add Linux-PAM....* distro/packages/linux.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2012-11-27download: Add kernel.org mirrors....* guix/download.scm (%mirrors): Add `kernel.org' mirrors. Ludovic Courtès
2012-11-27download: Keep only one slash when concatenating URIs....* guix/build/download.scm (url-fetch)[uri-vicinity]: New procedure. [maybe-expand-mirrors]: Use it. Ludovic Courtès
2012-11-27distro: flex: Fix module name....* distro/packages/flex.scm: Change the module name to (distro packages flex). Ludovic Courtès
2012-11-25distro: Add GNU Cpio....* distro/packages/cpio.scm, distro/packages/patches/cpio-gets-undeclared.patch: New files. * Makefile.am (MODULES): Add 'cpio.scm'. (dist_patch_DATA): Add 'cpio-gets-undeclared.patch'. Nikita Karetnikov
2012-11-25distro: Add GNU Time....* distro/packages/time.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2012-11-25distro: Add GNU Which....* distro/packages/which.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2012-11-25build: Have `hydra.scm' return one job per package....* hydra.scm (hydra-jobs): Return one job for each non-bootstrap package. Ludovic Courtès
2012-11-25packages: Add missing export....* guix/packages.scm: Export `package-home-page'. Ludovic Courtès
2012-11-25distro: Search bootstrap binaries and patches in %LOAD-PATH....* Makefile.am (patchdir, bootstrapdir): Change to be sub-directories of $(guilemoduledir). (.scm.go): Remove `DISTRO_' environment variables. * distro.scm (not-colon): Remove. (%patch-path, %bootstrap-binaries-path): Default to sub-directories of the entries in %LOAD-PATH. * pre-inst-env.in: Remove definition of `DISTRO_' environment variables. Ludovic Courtès
2012-11-25distro: Add GNU Less....* distro/packages/less.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2012-11-25distro: Add GNU Nano....* distro/packages/nano.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2012-11-25doc: Mention the pronunciation of "Guix"....* README: Mention pronunciation of "Guix". * doc/guix.texi (Introduction): Likewise. Ludovic Courtès
2012-11-25distro: Add GNU Wget....* distro/packages/wget.scm: New file; patch-shebang phase added by Ludovic Courtès. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2012-11-24distro: Add GNU Ddrescue....* distro/packages/ddrescue.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2012-11-24doc: Update `README'....* README: Update introductory summary. Point to Savannah instead of Gitorious. Mention <bug-guix@gnu.org>. (Guix & Nix): New section. Ludovic Courtès
2012-11-24distro: Add GNU Gettext....* distro/packages/gettext.scm, distro/packages/patches/gettext-gets-undeclared.patch: New files. * Makefile.am (MODULES): Add 'gettext.scm'. (dist_patch_DATA): Add 'gettext-gets-undeclared.patch'. Nikita Karetnikov
2012-11-24build: Change bug-report address; add URL....* configure.ac: Change bug-report address in `AC_INIT'; add URL. Ludovic Courtès
2012-11-24distro: Add GNU Shishi....* distro/packages/shishi.scm, distro/packages/patches/shishi-gets-undeclared.patch: New files. * Makefile.am (MODULES): Add 'shishi.scm'. (dist_patch_DATA): Add 'shishi-gets-undeclared.patch'. Nikita Karetnikov
2012-11-22distro: Move (distro packages libtool) to (distro packages autotools)....* distro/packages/autotools.scm (libtool): Add it. * distro/packages/libtool.scm: Remove it. * distro/packages/guile.scm (distro packages guile): Adjust accordingly. * Makefile.am (MODULES): Adjust accordingly. Nikita Karetnikov
2012-11-22distro: Add GNU Autoconf and GNU Automake....* distro/packages/autotools.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2012-11-22distro: Add Flex....* distro/packages/flex.scm, distro/packages/patches/flex-bison-tests.patch: New files. * Makefile.am (MODULES): Add `flex.scm'. (dist_patch_DATA): Add `flex-bison-tests.patch'. Ludovic Courtès
2012-11-22distro: Add GNU Bison....* distro/packages/bison.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès