~ruther/guix-local

0ec8b206 — Ricardo Wurmus 11 years ago
gnu: miso: Install executables.

* gnu/packages/bioinformatics.scm (miso)[source]: Patch "setup.py" to use
  "setuptools" so that executables are built.
* gnu/packages/bioinformatics.scm (miso)[native-inputs]: Add "python2-mock"
  and "python2-pytz".
c4325f62 — Ricardo Wurmus 11 years ago
gnu: Add idr.

* gnu/packages/bioinformatics.scm (idr): New variable.
f3457e70 — Mark H Weaver 11 years ago
gnu: linux-libre: Update to 4.1.

* gnu/packages/linux.scm (linux-libre): Update to 4.1.
  [inputs]: Remove gcc-4.9, since it is now the default compiler.
* gnu/packages/linux-libre-i686.conf, gnu/packages/linux-libre-x86_64.conf:
  Update to 4.1 configs from <https://jxself.org/git/?p=kernel-configs.git>.
b7a3cf11 — 宋文武 11 years ago
gnu: Add gnome-klotski.

* gnu/packages/gnome.scm (gnome-klotski): New variable.
49dc60f8 — 宋文武 11 years ago
system: emacs-site-file: Use 'geiser-install to load geiser.

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

* gnu/system.scm (emacs-site-file): Use 'geiser-install to load geiser
  instead of setting 'geiser-guile-load-path' manually.
607a04ae — Mark H Weaver 11 years ago
gnu: Add gom.

* gnu/packages/gnome.scm (gom): New variable.
86d6a893 — Mark H Weaver 11 years ago
gnu: Add clutter-gst.

* gnu/packages/gnome.scm (clutter-gst): New variable.
bf7f17ba — Mark H Weaver 11 years ago
gnu: Add clutter-gtk.

* gnu/packages/gnome.scm (clutter-gtk): New variable.
fb182b8a — Mark H Weaver 11 years ago
gnu: Add clutter.

* gnu/packages/gnome.scm (clutter): New variable.
ba421ab7 — Mark H Weaver 11 years ago
gnu: Add cogl.

* gnu/packages/gnome.scm (cogl): New variable.
e5c35d9a — Mark H Weaver 11 years ago
licenses: Add the SGI Free Software License B, version 2.0.

* guix/licenses.scm (sgifreeb2.0): New variable.
22ad3918 — Andreas Enge 11 years ago
gnu: sipwitch: Update to 1.9.8.

* gnu/packages/telephony.scm (sipwitch): Update to 1.9.8.
89223417 — Ludovic Courtès 11 years ago
gnu: commencement: Make a few variables private.

This removes ambiguity warnings when installing these packages.

* gnu/packages/commencement.scm (glibc-final, gcc-final,
  glibc-utf8-locales-final): Make private.
790c3717 — Ludovic Courtès 11 years ago
gnu: imagemagick: Do not retain reference to "doc" output.

* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Use 'modify-phases'.
  Add 'strip-configure-xml' phase.
0e2d0213 — Ludovic Courtès 11 years ago
doc: Add "Application Setup" section.

* doc/guix.texi (Application Setup): New node.
6248e326 — Alex Kost 11 years ago
emacs: Add "edit" command to a list of packages.

* emacs/guix-base.el (guix-edit-package): New function.
* emacs/guix-list.el (guix-list-edit-package): New command.  Bind it to
  "e" key.
* emacs/guix-main.scm (package-location-string): New procedure.
* doc/emacs.texi (Emacs List buffer): Document "e" key binding.
* doc/guix.texi (Invoking guix edit): Mention "package list" buffer.
6a8c9545 — Alex Kost 11 years ago
emacs: Simplify defining package ID in a list buffer.

* emacs/guix-list.el: Always retrieve 'package-id' parameter for a list
  of outputs.
  (guix-list-current-package-id): New function.
8c2dbe3f — Andreas Enge 11 years ago
gnu: ucommon: Update to 6.3.4.

* gnu/packages/telephony.scm (ucommon): Update to 6.3.4.
0805f336 — Alex Kost 11 years ago
emacs: Complete 'guix size --map-file' properly.

* emacs/guix-pcomplete.el (guix-pcomplete-complete-option-arg): Complete
  file name for '-m/--map-file' option of 'guix size' command.
a8f996c6 — Ludovic Courtès 11 years ago
size: Add '--map-file' option.

* guix/scripts/size.scm (profile->page-map): New procedures.
  (show-help, %options):  Add --map-file.
  (guix-size): Honor it.
* doc/guix.texi (Invoking guix size): Document it.
* doc/images/coreutils-size-map.png: New file.
* doc.am (dist_infoimage_DATA): Add it.
Next