~ruther/guix-local

6171070b — Ludovic Courtès 11 years ago
build: Use the canonical srcdir/builddir in 'pre-inst-env'.

Fixes <http://bugs.gnu.org/17935>.

* pre-inst-env.in (abs_top_builddir, abs_top_srcdir): Use 'pwd -P'.
c2d77474 — Ludovic Courtès 11 years ago
build: Remove empty element from $GUILE_LOAD_PATH.

* pre-inst-env.in (GUILE_LOAD_PATH): Remove extraneous colon.
8ee380ba — Ludovic Courtès 11 years ago
gnu: gnupg: Update to 2.0.25 and 1.4.18.

* gnu/packages/gnupg.scm (gnupg): Update to 2.0.25.
  (gnupg-1): Update to 1.4.18.
8ad49499 — Ludovic Courtès 11 years ago
build: Support running the test suite from a directory with symlinks.

Fixes <http://bugs.gnu.org/17935>.
Reported by Alex Kost <alezost@gmail.com>.

* test-env.in: Canonicalize $NIX_STORE_DIR, and remove
  $NIX_IGNORE_SYMLINK_STORE setting.
* tests/guix-register.sh: Likewise, canonicalize $new_store_dir and
  $new_store and leave $NIX_IGNORE_SYMLINK_STORE unchanged.
8731e527 — John Darrington 11 years ago
gnu: Add maxima.

* gnu/packages/maths.scm (maxima): New variable.
f842bbed — John Darrington 11 years ago
gnu: Add gcl.

* gnu-system.am (GNU_SYSTEM_MODULES): Add new package.
* gnu/packages/lisp.scm: New file.
6879fe23 — Taylan Ulrich Bayirli/Kammer 11 years ago
guix package: Try $LOGNAME in addition to $USER.

Fixes <http://bugs.gnu.org/17946>.

Notoriously, cron jobs may set LOGNAME only and not USER.  See
e.g. crontab(5) under Debian 7 (wheezy).

* guix/scripts/package.scm (%profile-directory)
(guix-package): Also try LOGNAME if USER is unset.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3e39b916 — Ludovic Courtès 11 years ago
Thank Taylan and Alex.
88371f0d — Ludovic Courtès 11 years ago
guix package: Do the right thing for '-p ~/.guix-profile'.

Fixes <http://bugs.gnu.org/17939>.
Reported by Taylan Ulrich Bayirli/Kammer <taylanbayirli@gmail.com>.

* guix/scripts/package.scm (canonicalize-profile): New procedure.
  (%options): Use it for --profile.
* tests/guix-package.sh: Add test.
e84d8b30 — Ludovic Courtès 11 years ago
vm: Enable QEMU support in the freestanding VM image.

* gnu/system/vm.scm (system-qemu-image): Add 'initrd' field.
3a100e79 — Ludovic Courtès 11 years ago
gnu: Avoid circular dependency among modules.

Reported by Alex Kost <alezost@gmail.com>.

* gnu/packages/python.scm: Don't use #:select for (gnu packages zip).
12c0f32a — John Darrington 11 years ago
gnu: Add gegl and gimp

* gnu/packages/gimp.scm (gegl, gimp): New variables.
8451a568 — Ludovic Courtès 11 years ago
doc: Document user accounts and user groups.

* doc/guix.texi (File Systems): Fix typo.
  (User Accounts): Populate.
e3ced65a — Ludovic Courtès 11 years ago
linux-initrd: Use 'call-with-error-handling' when booting.

* guix/build/linux-initrd.scm (canonicalize-device-spec): When label
  resolution fails, call 'error' instead of 'format' + 'start-repl'.
  (boot-system): Wrap most of body in 'call-with-error-handling'.
  Remove 'catch' around 'primitive-load' call.
dccab4df — Ludovic Courtès 11 years ago
linux-initrd: Remove unused local procedure.

* guix/build/linux-initrd.scm (boot-system)[resolve]: Remove.
615215a5 — Ludovic Courtès 11 years ago
gnu: Add youtube-dl.

* gnu/packages/video.scm (youtube-dl): New variable.
113daf62 — Ludovic Courtès 11 years ago
doc: Write about file system configuration.

* doc/guix.texi (Using the Configuration System): Change 'guix system
  boot' to 'guix system reconfigure'.
  (File Systems, User Accounts, Services): New nodes.
d266b793 — Ludovic Courtès 11 years ago
linux-initrd: Gracefully handle lack of or invalid ext2 superblocks.

Reported by David Thompson <dthompson2@worcester.edu>.

* guix/build/linux-initrd.scm (read-ext2-superblock): Add
  'superblock-size' variable.  Read with 'get-bytevector-n!' instead of
  'getbytevector-n', and make sure we read exactly SUPERBLOCK-SIZE
  bytes.
0f28ee34 — Ludovic Courtès 11 years ago
gnu: pdf: Add PoDoFo.

* gnu/packages/pdf.scm (podofo): New variable.
3cf118a1 — Cyrill Schenkel 11 years ago
gnu: Add cmatrix.

* gnu/packages/games.scm (cmatrix):  New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next