~ruther/guix-local

e117772d — Ludovic Courtès 13 years ago
distro: Add MIT/GNU Scheme and Bigloo.

* distro/packages/scheme.scm: New file.
* Makefile.am (MODULES): Add it.
29c1793d — Ludovic Courtès 13 years ago
build-system/gnu: Allow the `source' argument to be #f.

* guix/build-system/gnu.scm (gnu-build): Allow SOURCE to be #f.
f4b60f5f — Ludovic Courtès 13 years ago
daemon: Remove reference to immutable.{cc,hh}, which no longer exist.

* daemon.am (libutil_a_SOURCES): Remove nix/libutil/immutable.cc.
  (libutil_headers): Remove nix/libutil/immutable.hh.  These files were
  removed in Nix commit def5160 (post 1.2).
  Reported by Nikita Karetnikov <nikita@karetnikov.org>.
5b00f535 — Ludovic Courtès 13 years ago
snix: When unable to determine the version number, leave the URI unchanged.

* guix/snix.scm (snix-derivation->guix-package)[pretty-uri]: When
  VERSION is #f, return URI.
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.
Next