| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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.
| Andreas Enge | 2013-10-02 | 1 | -0/+2 |
* | gnu: Add libcanberra.•••* gnu/packages/libcanberra.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Andreas Enge | 2013-10-02 | 1 | -0/+60 |
* | gnu: libvorbis: Propagate input libogg.•••* gnu/packages/oggvorbis.scm (libvorbis): Propagate input libogg, as
stipulated by the pkg-config files.
| Andreas Enge | 2013-10-02 | 1 | -1/+1 |
* | gnu: gnome: Add libnotify.•••* gnu/packages/gnome.scm (libnotify): New variable.
| Andreas Enge | 2013-10-02 | 1 | -1/+33 |
* | gnu: racket: Revert input from gtk+-3 to gtk+-2.•••* gnu/packages/scheme.scm (racket): Revert input from gtk+-3 to gtk+-2.
| Andreas Enge | 2013-10-02 | 1 | -1/+1 |
* | gnu: gtk+: Propagate inputs.•••* gnu/packages/gtk.scm (gtk+): Propagate inputs at-spi2-atk, libxi and
libxinerama.
| Andreas Enge | 2013-10-01 | 1 | -2/+6 |
* | 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.
| Andreas Enge | 2013-10-01 | 6 | -6/+5 |
* | gnu: gtk+-2: Update to 2.24.21.•••* gnu/packages/gtk.scm (gtk+-2): Update to 2.24.21, add inputs perl and
python.
| Andreas Enge | 2013-10-01 | 1 | -4/+7 |
* | gnu: Add Gtk+ 3.•••* gnu/packages/gtk.scm (gtk+): Switch to version 3.10.0.
* gnu/packages/gtk.scm (gtk+-2): New name for version 2.24.20.
| Andreas Enge | 2013-10-01 | 1 | -1/+38 |
* | gnu: Drop gtk+-3, erroneously pushed in the previous commit.•••* gnu/packages/gtk.scm (gtk+-3): Delete variable.
| Andreas Enge | 2013-10-01 | 1 | -18/+0 |
* | gnu: Add at-spi2-atk.•••* gnu/packages/gtk.scm (at-spi2-atk): New variable.
| Andreas Enge | 2013-10-01 | 1 | -1/+47 |
* | gnu: atk: Update to 2.10.0.•••* gnu/packages/gtk.scm (atk): Update to 2.10.0.
| Andreas Enge | 2013-10-01 | 1 | -3/+4 |
* | gnu: Add at-spi2-core.•••* gnu/packages/gtk.scm (at-spi2-core): New variable.
| Andreas Enge | 2013-10-01 | 1 | -0/+29 |
* | gnu: libxi: Propagate inputs inputproto and libx11.•••* gnu/packages/xorg.scm (libxi): Propagate inputs inputproto and libx11,
as stipulated by xi.pc.
| Andreas Enge | 2013-09-30 | 1 | -3/+3 |
* | gnu: glib: Update to 2.38.0.•••* gnu/packages/glib.scm (glib): Update to 2.38.0 and drop rewriting of GTESTER.
* gnu/packages/patches/glib-tests-homedir.patch: Update patch for 2.38.0.
* gnu/packages/patches/glib-tests-desktop.patch: Update patch for 2.38.0 and
drop test dbus-appinfo.
| Andreas Enge | 2013-09-30 | 3 | -41/+54 |
* | gnu: Add gobject-introspection.•••* gnu/packages/glib.scm (gobject-introspection): New variable.
| Cyril Roelandt | 2013-09-29 | 1 | -0/+46 |
* | gnu: git: Add graphical tools to the "gui" output.•••* gnu/packages/version-control.scm (git): Add "gui" output. Add Tcl/Tk
as inputs. Add #:configure-flags. Augment 'split' phase to handle
graphical user interfaces.
| Ludovic Courtès | 2013-09-29 | 1 | -6/+34 |
* | gnu: git: Do not retain reference from "out" to Subversion.•••* gnu/packages/version-control.scm (git): Wrap 'git-svn', not 'git', for
PERL5LIB and LD_LIBRARY_PATH.
| Ludovic Courtès | 2013-09-29 | 1 | -11/+11 |
* | Add httpd•••* gnu/packages/web.scm (httpd): New variable
* gnu-system.am (GNU_SYSTEM_MODULES): Add it
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Aljosha Papsch | 2013-09-29 | 1 | -0/+64 |
* | gnu: bzip2: Allow cross-compilation.•••Reported by Nikita Karetnikov <nikita@karetnikov.org>.
* gnu/packages/compression.scm (bzip2): Add 'set-cross-environment'
phase for cross-compilation.
| Ludovic Courtès | 2013-09-29 | 1 | -9/+40 |
* | gnu: git: Add "svn" output for 'git-svn'.•••* gnu/packages/version-control.scm (git): Add SUBVERSION as an input.
Add 'split' phase.
| Ludovic Courtès | 2013-09-29 | 1 | -2/+41 |
* | gnu: subversion: Install Perl bindings.•••* gnu/packages/version-control.scm (subversion): Add
'install-perl-bindings' phase.
| Ludovic Courtès | 2013-09-29 | 1 | -1/+26 |
* | gnu: Add SWIG.•••* gnu/packages/swig.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ludovic Courtès | 2013-09-29 | 1 | -0/+65 |
* | gnu: libmicrohttpd: Update to 0.9.30.•••* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.30.
| Ludovic Courtès | 2013-09-29 | 1 | -2/+2 |
* | gnu: flex: Use Bison 2.7 for tests.•••* gnu/packages/bison.scm (bison): Move FLEX to 'inputs', and remove the
hack that turned off its test suite.
* gnu/packages/flex.scm (flex): Add 'bison-for-tests' in 'inputs', and
use that to run the tests.
| Ludovic Courtès | 2013-09-29 | 2 | -14/+23 |
* | gnu: Add Skribilo.•••* gnu/packages/skribilo.scm (skribilo): New variable.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ludovic Courtès | 2013-09-28 | 1 | -0/+69 |
* | gnu: Add Guile-Cairo.•••* gnu/packages/gtk.scm (guile-cairo): New variable.
| Ludovic Courtès | 2013-09-28 | 1 | -0/+61 |
* | gnu: xorriso: Update to 1.3.2.•••* gnu/packages/cdrom.scm (xorriso): Update to 1.3.2.
| Ludovic Courtès | 2013-09-28 | 1 | -2/+2 |
* | gnu: lightning: Update to 2.0.1.•••* gnu/packages/lightning.scm (lightning): Update to 2.0.1.
| Ludovic Courtès | 2013-09-28 | 1 | -2/+2 |
* | gnu: freeipmi: Update to 1.3.2.•••* gnu/packages/freeipmi.scm (freeipmi): Update to 1.3.2.
| Ludovic Courtès | 2013-09-28 | 1 | -2/+2 |
* | gnu: gdb: Update to 7.6.1.•••* gnu/packages/gdb.scm (gdb): Update to 7.6.1.
| Ludovic Courtès | 2013-09-28 | 1 | -2/+2 |
* | gnu: bison: Update to 3.0.•••* gnu/packages/bison.scm (bison): Update to 3.0. Make Perl a native
input. Add a variant of Flex as a native input. Use #:export instead
of 'define-public'.
* gnu/packages/flex.scm (flex): Use #:export instead of 'define-public'.
| Ludovic Courtès | 2013-09-27 | 2 | -9/+23 |
* | gnu: units: Update to 2.02.•••* gnu/packages/maths.scm (units): Update to 2.02.
| Ludovic Courtès | 2013-09-27 | 1 | -2/+2 |
* | gnu: texinfo: Update to 5.2.•••* gnu/packages/texinfo.scm (texinfo): Update to 5.2.
| Ludovic Courtès | 2013-09-27 | 1 | -2/+2 |
* | gnu: global: Update to 6.2.9.•••* gnu/packages/global.scm (global): Update to 6.2.9.
| Ludovic Courtès | 2013-09-27 | 1 | -2/+2 |
* | gnu: guix: Update to 0.4.•••* gnu/packages/package-management.scm (guix): Update to 0.4.
(guix-0.4): Remove.
* gnu/system/vm.scm (qemu-image, system-qemu-image): Use GUIX instead of
GUIX-0.4.
| Ludovic Courtès | 2013-09-27 | 2 | -18/+5 |
* | gnu: vm: Remove erroneous store reference.•••* gnu/system/vm.scm (system-qemu-image): Remove reference from BOOT to
MINGETTY since MINGETTY may not be valid yet.
| Ludovic Courtès | 2013-09-27 | 1 | -2/+1 |
* | gnu: vm: Add more packages to the profile.•••* gnu/system/vm.scm (system-qemu-image): Add grep, sed, and Findutils to
the profile.
| Ludovic Courtès | 2013-09-27 | 1 | -5/+7 |
* | gnu: module-init-tools: Remove reference to unavailable man page tarball.•••Fixes <http://bugs.gnu.org/15187>.
Reported by Mark H. Weaver <mhw@netris.org>.
* gnu/packages/linux.scm (module-init-tools): Remove reference to
Gentoo's pre-built man pages and 'unpack-man-pages' phase. Add
'fake-docbook' phases.
| Ludovic Courtès | 2013-09-27 | 1 | -16/+8 |
* | gnu: guix: Remove warning about 0.4 hack.•••* gnu/packages/package-management.scm (guix-0.4): Remove warning.
| Ludovic Courtès | 2013-09-27 | 1 | -4/+1 |
* | Merge branch 'core-updates' | Ludovic Courtès | 2013-09-27 | 4 | -28/+22 |
|\ |
|
| * | Merge branch 'master' into core-updates | Ludovic Courtès | 2013-09-26 | 11 | -76/+363 |
| |\ |
|
| * | | gnu: m4: Upgrade to 1.4.17.•••* gnu/packages/m4.scm (m4): Upgrade to 1.4.17. Remove
'm4-s_isdir.patch' and 'm4-gets-undeclared.patch'.
* gnu/packages/patches/m4-s_isdir.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
| Ludovic Courtès | 2013-09-25 | 2 | -24/+6 |
| * | | Merge branch 'master' into core-updates | Ludovic Courtès | 2013-09-23 | 35 | -262/+1167 |
| |\ \ |
|
| * | | | gnu: isl: Update urls.•••* gnu/packages/gcc.scm (isl): Update source and home page url.
| Andreas Enge | 2013-09-19 | 1 | -2/+2 |
| * | | | gnu: glibc: Fix 'ldd' on x86_64.•••Reported by Cyril Roelandt at
<https://lists.gnu.org/archive/html/guix-devel/2013-09/msg00136.html>.
* gnu/packages/patches/glibc-ldd-x86_64.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc): Use it.
| Ludovic Courtès | 2013-09-15 | 2 | -2/+14 |
| * | | | Merge branch 'master' into core-updates | Ludovic Courtès | 2013-09-08 | 21 | -229/+1081 |
| |\ \ \ |
|
| * | | | | gnu: glibc: Upgrade to 2.18.•••* gnu/packages/base.scm (glibc): Upgrade to 2.18.
| Ludovic Courtès | 2013-09-08 | 1 | -2/+2 |
* | | | | | gnu: vm: Add a few packages to the default profile.•••* gnu/system/vm.scm (system-qemu-image): Add procps, psmisc, and Zile to
the default profile. Increase the image size to 550 MiB.
| Ludovic Courtès | 2013-09-27 | 1 | -1/+5 |
* | | | | | gnu: dmd: Make the 'networking' service slightly more robust.•••* gnu/system/dmd.scm (static-networking-service)[start]: Sleep before
running 'route', to leave time for the interface to come up.
[stop]: Run "route del -net default".
| Ludovic Courtès | 2013-09-27 | 1 | -3/+7 |