~ruther/guix-local

0ec1af59 — Ludovic Courtès 13 years ago
guix-package: Create or diagnose missing profile directory.

Reported by Andreas Enge.

* guix-package.in (%profile-directory): Honor $NIX_STATE_DIR.
  (guix-package)[ensure-default-profile]: Use it.
  [process-actions]: Call it when the `profile' option is
  %CURRENT-PROFILE.
* tests/guix-package.sh: Add installation test with $HOME set, using the
  default profile.
2a5ab9dc — Ludovic Courtès 13 years ago
tests: Use "binutils:lib" as the `guix-package' example.

* tests/guix-package.sh: Use "binutils:lib" instead of "libsigsegv:lib",
  since the latter no longer exists.
ae9e3288 — Ludovic Courtès 13 years ago
guix-package: Fix check for ~/.guix-profile existence.

* guix-package.in (guix-package): When testing whether
  %USER-ENVIRONMENT-DIRECTORY exists, use `lstat' instead of
  `file-exists?'.  Reported by Andreas Enge.
1ca98280 — Andreas Enge 13 years ago
licenses: Add 'openldap2.8'.

* guix/licenses.scm (openldap2.8): New variable.
90a6d47c — Andreas Enge 13 years ago
distro: Add PARI/GP

* distro/packages/algebra.scm (pari-gp): New variable.
a53b000c — Ludovic Courtès 13 years ago
Update to Nix 1.3.
34fcbe3a — Ludovic Courtès 13 years ago
store: In `open-connection', process all the server's stderr.

* guix/store.scm (open-connection): Loop until `process-stderr' returns #t.
85a8a5f5 — Ludovic Courtès 13 years ago
distro: openssl: Fix the `license' field.

* distro/packages/openssl.scm: Add renamer for (guix licenses).  Adjust
  accordingly.
468bdabb — Ludovic Courtès 13 years ago
distro: Add GNU Emacs.

* distro/packages/emacs.scm: New file.
* Makefile.am (MODULES): Add it.
80ba8cc0 — Ludovic Courtès 13 years ago
doc: Fix typos.

* doc/guix.texi (Setting Up the Daemon): Use "useradd -c" for comments.
  Reported by Andreas Enge.
  (Invoking guix-gc): Fix typo.
a661e420 — Ludovic Courtès 13 years ago
distro: Add GNU Mailutils.

* distro/packages/mailutils.scm: New file.
* Makefile.am (MODULES): Add it.
d5529a91 — Ludovic Courtès 13 years ago
distro: expect: Provide the right path to `stty'.

* distro/packages/tcl.scm (expect): Add #:phases argument.
fa39cc0d — Ludovic Courtès 13 years ago
distro: gnutls: Add dependency on Which.

* distro/packages/gnutls.scm (gnutls): Add dependency on Which.
fbbb1c0f — Ludovic Courtès 13 years ago
distro: Add GDB.

* distro/packages/gdb.scm: New file.
* Makefile.am (MODULES): Add it.
75abd8ab — Ludovic Courtès 13 years ago
distro: dejagnu: Add `expect' in the search path of `runtest'.

* distro/packages/dejagnu.scm (dejagnu): In `check' phase, change `PATH'
  in `runtest', to avoid "expect not found in PATH" error.
39224d94 — Ludovic Courtès 13 years ago
distro: Add MySQL.

* distro/packages/mysql.scm: New file.
* Makefile.am (MODULES): Add it.
fe8ccfcc — Ludovic Courtès 13 years ago
distro: util-linux: Fix `license' field.

* distro/packages/linux.scm (util-linux): Change `license' field to
  refer to the actual license objects.
e47e3eff — Ludovic Courtès 13 years ago
distro: Add procps.

* distro/packages/linux.scm (procps): New variable.
eb6d676e — Ludovic Courtès 13 years ago
distro: tcl, expect: Enable tests.

* distro/packages/tcl.scm (tcl, expect): Remove #:tests? argument; add
  #:test-target.
b22a12fd — Ludovic Courtès 13 years ago
doc: Mention store sharing with Nix; update `package' example.

* doc/guix.texi: Set @documentlanguage.
  (Installation): Add reference to `INSTALL' and `README'.
  (Requirements): Mention store sharing with Nix.
  (Defining Packages): Update example to include `use-modules' clauses
  and to use (guix licenses).
Next