summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Augment `TODO'.Ludovic Courtès2012-12-041-0/+13
* distro: 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ès2012-12-045-0/+168
* distro: Add util-linux.•••* distro/packages/linux.scm (util-linux): New variable. Nikita Karetnikov2012-12-041-2/+43
* distro: Add psmisc.•••* distro/packages/linux.scm (psmisc): New variable. Ludovic Courtès2012-12-041-0/+24
* distro: make-bootstrap: Use `linux' module.•••* distro/packages/make-bootstrap.scm: Use (distro packages linux). This is a followup to 80fe5c6. Ludovic Courtès2012-12-021-0/+1
* distro: gnutls: Build sequentially.•••* distro/packages/gnutls.scm (gnutls)[arguments]: New field. Ludovic Courtès2012-12-011-0/+6
* distro: 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ès2012-11-301-3/+11
* distro: 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ès2012-11-302-1/+6
* distro: Import 'gettext' under a different name.•••* distro/packages/nano.scm, distro/packages/wget.scm: Import 'gettext' from (distro packages gettext) under 'guix:gettext'. Nikita Karetnikov2012-11-282-4/+6
* distro: 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ès2012-11-272-47/+49
* distro: Add Linux-PAM.•••* distro/packages/linux.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2012-11-272-0/+59
* download: Add kernel.org mirrors.•••* guix/download.scm (%mirrors): Add `kernel.org' mirrors. Ludovic Courtès2012-11-271-1/+7
* download: Keep only one slash when concatenating URIs.•••* guix/build/download.scm (url-fetch)[uri-vicinity]: New procedure. [maybe-expand-mirrors]: Use it. Ludovic Courtès2012-11-271-1/+7
* distro: flex: Fix module name.•••* distro/packages/flex.scm: Change the module name to (distro packages flex). Ludovic Courtès2012-11-271-1/+1
* distro: 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 Karetnikov2012-11-253-0/+104
* distro: Add GNU Time.•••* distro/packages/time.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov2012-11-252-0/+54
* distro: Add GNU Which.•••* distro/packages/which.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov2012-11-252-0/+48
* build: Have `hydra.scm' return one job per package.•••* hydra.scm (hydra-jobs): Return one job for each non-bootstrap package. Ludovic Courtès2012-11-251-12/+22
* packages: Add missing export.•••* guix/packages.scm: Export `package-home-page'. Ludovic Courtès2012-11-251-0/+1
* distro: 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ès2012-11-253-20/+13
* distro: Add GNU Less.•••* distro/packages/less.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov2012-11-252-0/+51
* distro: Add GNU Nano.•••* distro/packages/nano.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov2012-11-252-0/+51
* doc: Mention the pronunciation of "Guix".•••* README: Mention pronunciation of "Guix". * doc/guix.texi (Introduction): Likewise. Ludovic Courtès2012-11-252-11/+13
* distro: Add GNU Wget.•••* distro/packages/wget.scm: New file; patch-shebang phase added by Ludovic Courtès. * Makefile.am (MODULES): Add it. Nikita Karetnikov2012-11-252-0/+60
* distro: Add GNU Ddrescue.•••* distro/packages/ddrescue.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov2012-11-242-0/+60
* doc: Update `README'.•••* README: Update introductory summary. Point to Savannah instead of Gitorious. Mention <bug-guix@gnu.org>. (Guix & Nix): New section. Ludovic Courtès2012-11-241-12/+52
* distro: 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 Karetnikov2012-11-243-0/+143
* build: Change bug-report address; add URL.•••* configure.ac: Change bug-report address in `AC_INIT'; add URL. Ludovic Courtès2012-11-241-1/+2
* distro: 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 Karetnikov2012-11-243-0/+142
* distro: 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 Karetnikov2012-11-224-58/+33
* distro: Add GNU Autoconf and GNU Automake.•••* distro/packages/autotools.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov2012-11-222-0/+84
* distro: 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ès2012-11-223-0/+84
* distro: Add GNU Bison.•••* distro/packages/bison.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2012-11-222-0/+57
* distro: Add GDBM.•••* distro/packages/gdbm.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2012-11-222-0/+56
* distro: Add GNU Ed.•••* distro/packages/ed.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov2012-11-212-0/+53
* doc: Document basic package definitions.•••* doc/guix.texi (Programming Interface): Add introduction. (Defining Packages): Populate. Ludovic Courtès2012-11-212-3/+151
* build: Fix `hydra.scm' recipe.•••* hydra.scm: Redirect the output port to the error port. (package-job): Return a name/thunk pair. (hydra-jobs)[system]: Use either the `system' key (a symbol) in ARGUMENTS, or (%current-system)'. Ludovic Courtès2012-11-211-2/+10
* guix-package: Extract version strings when installing a direct store path.•••* guix-package.in (guix-package)[process-actions]: Extract the version string from store paths. * tests/guix-package.sh: Adjust accordingly. Ludovic Courtès2012-11-192-6/+12
* guix-build: Use `location->string'.•••* guix-build.in (derivations-from-package-expressions): Use `location->string'. Ludovic Courtès2012-11-191-3/+2
* guix-package: Record the correct version string in manifests.•••* guix-package.in (guix-package)[find-package]: Return (package-version p), not VERSION. Ludovic Courtès2012-11-191-4/+5
* guix-package: Add `--list-available'.•••* guix-package.in (show-help, %options): Add `--list-available'. (guix-package)[process-query]: Add support for `--list-available'. * doc/guix.texi (Invoking guix-package): Document it. * tests/guix-package.sh: Add test. * guix/ui.scm (location->string): New procedure. * guix/utils.scm: Export <location>. Ludovic Courtès2012-11-195-3/+54
* distro: Add `fold-packages'.•••* distro.scm (fold-packages): New procedure. (find-packages-by-name): Use it instead of hand-written traversal; remove `package?' checks from `right-package?'. * tests/packages.scm ("fold-packages"): New test. Ludovic Courtès2012-11-192-11/+32
* guix-package: Add `--list-installed'.•••* guix-package.in (show-help, %options): Add `--list-installed'. (guix-package): Move main body to... [process-actions]: ... here. New internal procedure. [process-query]: New procedure. * tests/guix-package.sh: Add tests for `--list-installed'. * doc/guix.texi (Invoking guix-package): Document it. Ludovic Courtès2012-11-193-64/+127
* guix-package: Fix typo.•••* guix-package.in (guix-package)[find-package]: Don't use `_' as the wildcard, to avoid collision with `gettext'. Ludovic Courtès2012-11-191-1/+1
* distro: Add GNU Zile.•••* distro/packages/zile.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2012-11-192-1/+67
* distro: Add GNU help2man.•••* distro/packages/help2man.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2012-11-192-0/+52
* distro: Add GNU Pies and GNU Inetutils.•••* distro/packages/system.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2012-11-182-0/+91
* build: Add `hydra.scm'.•••* hydra.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès2012-11-182-0/+58
* doc: Add `ROADMAP'.•••* ROADMAP: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès2012-11-182-0/+60
* doc: Add `TODO'.•••* TODO: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès2012-11-182-0/+114