summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Change email address in `AUTHORS'.Ludovic Courtès2012-12-09
|
* Update `AUTHORS'.Ludovic Courtès2012-12-08
|
* Add (guix licenses).Nikita Karetnikov2012-12-08
| | | | | * guix/licenses.scm: New file. * Makefile.am (MODULES): Add it.
* download: Fix the primary Savannah URL.Ludovic Courtès2012-12-07
| | | | | * guix/download.scm (%mirrors)[savannah]: Use "http://download.savannah.gnu.org/releases/" as the primary URL.
* distro: Add ACL.Nikita Karetnikov2012-12-07
| | | | | | * distro/packages/acl.scm: New file. Dependency on Perl added by Ludovic. * Makefile.am (MODULES): Add it.
* distro: Add Attr.Nikita Karetnikov2012-12-07
| | | | | | * distro/packages/attr.scm: New file. Dependency on Perl and `patch-shebang' added by Ludovic. * Makefile.am (MODULES): Add it.
* Add (guix gnu-maintenance).Nikita Karetnikov2012-12-05
| | | | | * guix/gnu-maintenance.scm: New file. * Makefile.am (MODULES): Add it.
* guix-build: Don't connect to the daemon when run with `--version' or `--help'.Ludovic Courtès2012-12-04
| | | | | | * 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.
* store: Honor $NIX_STORE_DIR and $NIX_STATE_DIR.Ludovic Courtès2012-12-04
| | | | | * guix/store.scm (%nix-state-dir): Honor $NIX_STATE_DIR. (%store-prefix): Honor $NIX_STORE_DIR.
* derivations: Fix erroneous call to `add-to-store' for local files as input.Ludovic Courtès2012-12-04
| | | | | | | * 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.
* Augment `TODO'.Ludovic Courtès2012-12-04
|
* distro: Add GNU lsh.Ludovic Courtès2012-12-04
| | | | | | | | | * 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.
* distro: Add util-linux.Nikita Karetnikov2012-12-04
| | | | * distro/packages/linux.scm (util-linux): New variable.
* distro: Add psmisc.Ludovic Courtès2012-12-04
| | | | * distro/packages/linux.scm (psmisc): New variable.
* distro: make-bootstrap: Use `linux' module.Ludovic Courtès2012-12-02
| | | | | * distro/packages/make-bootstrap.scm: Use (distro packages linux). This is a followup to 80fe5c6.
* distro: gnutls: Build sequentially.Ludovic Courtès2012-12-01
| | | | * distro/packages/gnutls.scm (gnutls)[arguments]: New field.
* distro: guile-2.0: Update to 2.0.7.Ludovic Courtès2012-11-30
| | | | | * distro/packages/guile.scm (guile-2.0): Switch to 2.0.7. (guile-2.0/fixed): Stay at 2.0.6.
* distro: Add `guile-2.0/fixed', which should rarely change.Ludovic Courtès2012-11-30
| | | | | * distro/packages/guile.scm (guile-2.0/fixed): New variable. * distro/packages/base.scm (guile-final): Use it.
* distro: Import 'gettext' under a different name.Nikita Karetnikov2012-11-28
| | | | | * distro/packages/nano.scm, distro/packages/wget.scm: Import 'gettext' from (distro packages gettext) under 'guix:gettext'.
* distro: linux-libre-headers: Move to (distro packages linux).Ludovic Courtès2012-11-27
| | | | | * distro/packages/base.scm (linux-libre-headers): Move to... * distro/packages/linux.scm (linux-libre-headers): ... here.
* distro: Add Linux-PAM.Ludovic Courtès2012-11-27
| | | | | * distro/packages/linux.scm: New file. * Makefile.am (MODULES): Add it.
* download: Add kernel.org mirrors.Ludovic Courtès2012-11-27
| | | | * guix/download.scm (%mirrors): Add `kernel.org' mirrors.
* download: Keep only one slash when concatenating URIs.Ludovic Courtès2012-11-27
| | | | | * guix/build/download.scm (url-fetch)[uri-vicinity]: New procedure. [maybe-expand-mirrors]: Use it.
* distro: flex: Fix module name.Ludovic Courtès2012-11-27
| | | | | * distro/packages/flex.scm: Change the module name to (distro packages flex).
* distro: Add GNU Cpio.Nikita Karetnikov2012-11-25
| | | | | | | * 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'.
* distro: Add GNU Time.Nikita Karetnikov2012-11-25
| | | | | * distro/packages/time.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add GNU Which.Nikita Karetnikov2012-11-25
| | | | | * distro/packages/which.scm: New file. * Makefile.am (MODULES): Add it.
* build: Have `hydra.scm' return one job per package.Ludovic Courtès2012-11-25
| | | | * hydra.scm (hydra-jobs): Return one job for each non-bootstrap package.
* packages: Add missing export.Ludovic Courtès2012-11-25
| | | | * guix/packages.scm: Export `package-home-page'.
* distro: Search bootstrap binaries and patches in %LOAD-PATH.Ludovic Courtès2012-11-25
| | | | | | | | | | * 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.
* distro: Add GNU Less.Nikita Karetnikov2012-11-25
| | | | | * distro/packages/less.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add GNU Nano.Nikita Karetnikov2012-11-25
| | | | | * distro/packages/nano.scm: New file. * Makefile.am (MODULES): Add it.
* doc: Mention the pronunciation of "Guix".Ludovic Courtès2012-11-25
| | | | | * README: Mention pronunciation of "Guix". * doc/guix.texi (Introduction): Likewise.
* distro: Add GNU Wget.Nikita Karetnikov2012-11-25
| | | | | | * distro/packages/wget.scm: New file; patch-shebang phase added by Ludovic Courtès. * Makefile.am (MODULES): Add it.
* distro: Add GNU Ddrescue.Nikita Karetnikov2012-11-24
| | | | | * distro/packages/ddrescue.scm: New file. * Makefile.am (MODULES): Add it.
* doc: Update `README'.Ludovic Courtès2012-11-24
| | | | | | * README: Update introductory summary. Point to Savannah instead of Gitorious. Mention <bug-guix@gnu.org>. (Guix & Nix): New section.
* distro: Add GNU Gettext.Nikita Karetnikov2012-11-24
| | | | | | | * 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'.
* build: Change bug-report address; add URL.Ludovic Courtès2012-11-24
| | | | * configure.ac: Change bug-report address in `AC_INIT'; add URL.
* distro: Add GNU Shishi.Nikita Karetnikov2012-11-24
| | | | | | | * 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'.
* distro: Move (distro packages libtool) to (distro packages autotools).Nikita Karetnikov2012-11-22
| | | | | | | * 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.
* distro: Add GNU Autoconf and GNU Automake.Nikita Karetnikov2012-11-22
| | | | | * distro/packages/autotools.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add Flex.Ludovic Courtès2012-11-22
| | | | | | | * 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'.
* distro: Add GNU Bison.Ludovic Courtès2012-11-22
| | | | | * distro/packages/bison.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add GDBM.Ludovic Courtès2012-11-22
| | | | | * distro/packages/gdbm.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add GNU Ed.Nikita Karetnikov2012-11-21
| | | | | * distro/packages/ed.scm: New file. * Makefile.am (MODULES): Add it.
* doc: Document basic package definitions.Ludovic Courtès2012-11-21
| | | | | * doc/guix.texi (Programming Interface): Add introduction. (Defining Packages): Populate.
* build: Fix `hydra.scm' recipe.Ludovic Courtès2012-11-21
| | | | | | | * 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)'.
* guix-package: Extract version strings when installing a direct store path.Ludovic Courtès2012-11-19
| | | | | | * guix-package.in (guix-package)[process-actions]: Extract the version string from store paths. * tests/guix-package.sh: Adjust accordingly.
* guix-build: Use `location->string'.Ludovic Courtès2012-11-19
| | | | | * guix-build.in (derivations-from-package-expressions): Use `location->string'.
* guix-package: Record the correct version string in manifests.Ludovic Courtès2012-11-19
| | | | | * guix-package.in (guix-package)[find-package]: Return (package-version p), not VERSION.