~ruther/guix-local

aeb7ec5c — Ludovic Courtès 12 years ago
monads: Allow resolution of a monad's bind/return at expansion time.

* guix/monads.scm (<monad>): Turn in a raw SRFI-9 record type.
  (define-monad): New macro.
  (with-monad): Add a case for when MONAD is a macro.
  (identity-return, identity-bind, store-return, store-bind): Inline.
  (%identity-monad, %store-monad): Use 'define-monad'.
* tests/monads.scm ("monad?"): New test.
d9f0a237 — Ludovic Courtès 12 years ago
gnu: vm: Rewrite helper functions as monadic functions.

* gnu/system/dmd.scm (host-name-service, nscd-service, mingetty-service,
  syslog-service, guix-service, static-networking-service): Rewrite as
  monadic functions.
  (dmd-configuration-file): Use 'text-file' instead of
  'add-text-to-store'.
* gnu/system/grub.scm (grub-configuration-file): Rewrite as a monadic
  function.
* gnu/system/linux.scm (pam-services->directory): Likewise.
* gnu/system/shadow.scm (group-file, passwd-file, guix-build-accounts):
  Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm, qemu-image,
  union, system-qemu-image): Likewise.
b860f382 — Ludovic Courtès 12 years ago
Add (guix monads).

* guix/monads.scm: New file.
* tests/monads.scm: New file.
* Makefile.am (MODULES): Add guix/monads.scm.
  (SCM_TESTS): Add tests/monads.scm.
* doc/guix.texi (The Store Monad): New node.
  (The Store): Reference it.
c8957c77 — Andreas Enge 12 years ago
gnu: libxcb: Enable xcb-xkb.

* gnu/packages/xorg.scm (libxcb): Add configure flag "--enable-xkb".
85f5dc19 — Andreas Enge 12 years ago
gnu: gnome: Add brasero.

* gnu/packages/gnome.scm (brasero): New variable; not totally usable due to
    lacking inputs.
bef4dd92 — Andreas Enge 12 years ago
gnu: Add hicolor-icon-theme.

* gnu/packages/gnome.scm (hicolor-icon-theme): New variable.
7d3f3651 — Andreas Enge 12 years ago
gnu: gnome: Add gnome-icon-theme.

* gnu/packages/gnome.scm (gnome-icon-theme): New variable.
27477d2d — Andreas Enge 12 years ago
gnu: Add icon-naming-utils.

* gnu/packages/gnome.scm (icon-naming-utils): New variable.
535dc6cf — Andreas Enge 12 years ago
gnu: Add perl-xml-simple.

* gnu/packages/xml.scm (perl-xml-simple): New variable.
22e32e69 — Andreas Enge 12 years ago
gnu: gnome: Add gsettings-desktop-schemas.

* gnu/packages/gnome.scm (gsettings-desktop-schemas): New variable.
1369442b — Andreas Enge 12 years ago
gnu: xnee: Drop input gtk+.

* gnu/packages/xnee.scm (xnee): Drop unused input gtk+.
f922fc42 — Andreas Enge 12 years ago
gnu: itstool: Really push the modification announced in 9000d556.

* gnu/packages/glib.scm (itstool): Do as announced in 9000d556.
9000d556 — Andreas Enge 12 years ago
gnu: itstool: Add propagated inputs python-2 and libxml2.

* gnu/packages/glib.scm (itstool): Add propagated input python-2; it is needed
    to rewrite the shebang in the output python script and must be propagated
    so that PYTHONPATH gets set when using itstool; and libxml2, imported as a
    module by the script.
90ed6291 — Andreas Enge 12 years ago
gnu: Add libcanberra.

* gnu/packages/libcanberra.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
bad312e3 — Andreas Enge 12 years ago
gnu: libvorbis: Propagate input libogg.

* gnu/packages/oggvorbis.scm (libvorbis): Propagate input libogg, as
    stipulated by the pkg-config files.
d9c1a22b — Andreas Enge 12 years ago
gnu: gnome: Add libnotify.

* gnu/packages/gnome.scm (libnotify): New variable.
afc75310 — Andreas Enge 12 years ago
gnu: racket: Revert input from gtk+-3 to gtk+-2.

* gnu/packages/scheme.scm (racket): Revert input from gtk+-3 to gtk+-2.
0e112540 — Andreas Enge 12 years ago
gnu: gtk+: Propagate inputs.

* gnu/packages/gtk.scm (gtk+): Propagate inputs at-spi2-atk, libxi and
    libxinerama.
8b0275b6 — Andreas Enge 12 years ago
gnu: Revert inputs from gtk+-3 to gtk+-2.

* gnu/packages/cdrom.scm (dvdisaster): Replace input gtk+ by gtk+-2.
* gnu/packages/emacs.scm (emacs): Replace input gtk+ by gtk+-2.
* gnu/packages/geeqie.scm (geeqie): Replace input gtk+ by gtk+-2.
* gnu/packages/gkrellm.scm (gkrellm): Replace input gtk+ by gtk+-2.
* gnu/packages/mp3.scm (ripperx): Replace input gtk+ by gtk+-2.
* gnu/packages/scheme.scm: Drop duplicate inclusion of module gtk.
1c8362a8 — Andreas Enge 12 years ago
gnu: gtk+-2: Update to 2.24.21.

* gnu/packages/gtk.scm (gtk+-2): Update to 2.24.21, add inputs perl and
    python.
Next