summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: sqlite: Upgrade to 3.8.2.Sree Harsha Totakura2014-01-23
| | | | | | * gnu/packages/sqlite.scm (sqlite): Upgrade to 3.8.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-2.0: Switch to libgc 7.4.0.Ludovic Courtès2014-01-22
| | | | | * gnu/packages/guile.scm (guile-2.0): Use LIBGC-7.4. (guile-2.0/fixed): Keep using LIBGC.
* gnu: Add libatomic_ops 7.4.0 and libgc 7.4.0.Ludovic Courtès2014-01-22
| | | | * gnu/packages/bdw-gc.scm (libatomic-ops, libgc-7.4): New variables.
* gnu: libgc: Explicitly mark license as 'x11-style'.Ludovic Courtès2014-01-22
| | | | * gnu/packages/bdw-gc.scm (libgc)[license]: Use 'x11-style'.
* gnu: isc-dhcp: Fix license.Ludovic Courtès2014-01-22
| | | | * gnu/packages/admin.scm (isc-dhcp): Change license to ISC.
* gnu: gnubik: Synchornize synopsis and description.Ludovic Courtès2014-01-22
| | | | * gnu/packages/games.scm (gnubik): Synchornize synopsis and description.
* gnu: Add GNU V.E.R.A.Ludovic Courtès2014-01-22
| | | | | * gnu/packages/dictionaries.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: glib: Upgrade to 2.39.1.Ludovic Courtès2014-01-20
| | | | | | | * gnu/packages/glib.scm (glib): Upgrade to 2.39.1. Run tests sequentially. * gnu/packages/patches/glib-tests-desktop.patch: Adjust for 2.39.1. Add hunk for gsettings.c.
* gnu: mesa: Propagate input.Andreas Enge2014-01-18
| | | | * gnu/packages/gl.scm (mesa): Propagate input libx11.
* gnu: gl: Correct copyright notice.Andreas Enge2014-01-18
| | | | | * gnu/packages/gl.scm: Add copyright notice for mesa, moved here from module xorg in commit 200726e.
* gnu: Add DocBook DTD and XSL style sheets.Ludovic Courtès2014-01-17
| | | | | * gnu/packages/docbook.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add libexif, libgphoto2, and gphoto2.Ludovic Courtès2014-01-15
| | | | | * gnu/packages/photo.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: pspp: Upgrade to 0.8.2John Darrington2014-01-15
| | | | | | | | * gnu/packages/maths.scm (pspp): Update to 0.8.2. * gnu/packages/patches/pspp-tests.patch: Deleted. * gnu-system.am: Removed pspp-tests.patch from the manifest. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: git: 'git-submodule' works even if Perl is not in $PATH.Ludovic Courtès2014-01-15
| | | | | | * gnu/packages/version-control.scm (git): Add 'native-inputs' field; move Gettext there from 'inputs'. In 'split' phase, wrap the 'git-submodule' script.
* gnu: valgrind: Update to 2.9.0.Andreas Enge2014-01-15
| | | | * gnu/packages/valgrind.scm (valgrind): Update to 2.9.0.
* gnu: Add Taylor UUCP.Ludovic Courtès2014-01-15
| | | | | * gnu/packages/uucp.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: inetutils: Upgrade to 1.9.2.Ludovic Courtès2014-01-14
| | | | | * gnu/packages/admin.scm (inetutils): Upgrade to 1.9.2. Add Readline as an input.
* gnu: Add mpc123.Ludovic Courtès2014-01-14
| | | | * gnu/packages/mp3.scm (libmpcdec, mpc123): New variables.
* gnu: Changes references to (gnu packages admin).Ludovic Courtès2014-01-13
| | | | | | | | * gnu/packages/version-control.scm, gnu/packages/vim.scm, gnu/system.scm, gnu/system/dmd.scm, gnu/system/shadow.scm, gnu/system/vm.scm: Change references to (gnu packages system) to (gnu packages admin). This is a followup to commit 4aeea89.
* gnu: Rename (gnu packages system) to (gnu packages admin).Ludovic Courtès2014-01-13
| | | | | | * gnu/packages/system.scm: Rename to... * gnu/packages/admin.scm: ... this. Adjust module name accordingly. * gnu-system.am (GNU_SYSTEM_MODULES): Update.
* gnu: Add ISC's DHCP implementation.Ludovic Courtès2014-01-13
| | | | * gnu/packages/system.scm (isc-dhcp): New variable.
* gnu: Add libtirpc.Ludovic Courtès2014-01-13
| | | | | * gnu/packages/onc-rpc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add aumix.Ludovic Courtès2014-01-13
| | | | * gnu/packages/linux.scm (aumix): New variable.
* gnu: Add GnuPG's pinentry.Ludovic Courtès2014-01-13
| | | | * gnu/packages/gnupg.scm (pinentry): New variable.
* gnu: guile-ssh: Remove now unneeded cruft.Ludovic Courtès2014-01-13
| | | | | * gnu/packages/ssh.scm (guile-ssh): Remove libssh version hack from 'autoreconf' phase.
* gnu: Add Aspell dictionaries.Ludovic Courtès2014-01-12
| | | | | | * gnu/packages/aspell.scm (aspell-dictionary): New procedure. (aspell-dict-en, aspell-dict-eo, aspell-dict-es, aspell-dict-fr): New variables.
* gnu: lsh: Move generic patching to 'snippet'.Ludovic Courtès2014-01-05
| | | | | * gnu/packages/lsh.scm (lsh): Move generic patching to the 'snippet' field of 'origin'.
* gnu: lsh: Fix the absolute file name of 'sexp-conv'.Ludovic Courtès2014-01-04
| | | | | * gnu/packages/lsh.scm (lsh): Rename 'fix-test-suite' phase to 'pre-configure'. Set PATH_SEXP_CONV in environ.h.in.
* gnu: nettle: Set the RUNPATH on 'sexp-conv' and other programs.Ludovic Courtès2014-01-04
| | | | | * gnu/packages/nettle.scm (nettle): Rename 'inputs' to 'native-inputs'. Add 'arguments' field.
* gnu: lsh: Distinguish between native inputs and target inputs.Ludovic Courtès2014-01-04
| | | | | * gnu/packages/lsh.scm (lsh): Move M4, Guile, gperf, and psmisc to 'native-inputs'. Use GUILE-2.0 instead of GUILE-FINAL.
* gnu: pulseaudio: Add patch for 'volume-test'; re-enable tests.Ludovic Courtès2014-01-03
| | | | | | | * gnu/packages/patches/pulseaudio-volume-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/pulseaudio.scm (pulseaudio): Use it. Remove #:tests? #t.
* gnu: games: Add new package gnubgJohn Darrington2013-12-30
| | | | | | * gnu/packages/games.scm (gnubg): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libgcrypt: Add "debug" output.Ludovic Courtès2013-12-30
| | | | * gnu/packages/gnupg.scm (libgcrypt): Add 'outputs' field.
* gnu: mesa: Move out of xorg.scm and into gl.scmJohn Darrington2013-12-30
| | | | | | | | | * gnu/packages/xorg.scm (mesa): Move to... * gnu/packages/gl.scm (mesa): ... here. New variable. * gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/qemu.scm, gnu/packages/qt.scm: Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: automake: Upgrade to 1.14.1.Ludovic Courtès2013-12-29
| | | | * gnu/packages/autotools.scm (automake): Upgrade to 1.14.1.
* gnu: gdbm: Upgrade to 1.11.Ludovic Courtès2013-12-29
| | | | * gnu/packages/gdbm.scm (gdbm): Upgrade to 1.11.
* gnu: games: New moduleJohn Darrington2013-12-29
| | | | | | * gnu/packages/games.scm (gnubik): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome: Add new package gtkglextJohn Darrington2013-12-29
| | | | | | | | | | * gnu/packages/gnome.scm (gtkglext): New variable. * gnu/packages/patches/gtkglext-disable-disable-deprecated.patch, gnu/packages/patches/gtkglext-remove-pangox-dependency.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python: Update to 3.3.3.Andreas Enge2013-12-28
| | | | * gnu/packages/python.scm (python): Update to 3.3.3.
* gnu: python-2: Update to 2.7.6.Andreas Enge2013-12-28
| | | | * gnu/packages/python.scm (python-2): Update to 2.7.6.
* gnu: parallel: Update to 20131122.Andreas Enge2013-12-28
| | | | * gnu/packages/parallel.scm (parallel): Update to 20131122.
* gnu: xorriso: Update to 1.3.4.Andreas Enge2013-12-28
| | | | * gnu/packages/cdrom.scm (xorriso): Update to 1.3.4.
* gnu: libcdio: Update to 0.92.Andreas Enge2013-12-28
| | | | * gnu/packages/cdrom.scm (libcdio): Update to 0.92.
* gnu: libextractor: Update to 1.3.Andreas Enge2013-12-28
| | | | * gnu/packages/gnunet.scm (libextractor): Update to 1.3.
* gnu: vim: Update to 7.4.Andreas Enge2013-12-22
| | | | * gnu/packages/vim.scm (vim): Update to 7.4.
* Factorize package search between 'guix package' and 'guix build'.Ludovic Courtès2013-12-21
| | | | | | | | | | * guix/scripts/package.scm (newest-available-packages): Remove. (find-best-packages-by-name): Move to... * gnu/packages.scm (find-best-packages-by-name): ... here. (find-newest-available-packages): Memoize. * guix/scripts/build.scm (specification->package): New procedure, formerly called 'find-package' within 'guix-build'. (guix-build): Adjust accordingly.
* gnu: xf86-video-vmware: Add input xorg-server.Andreas Enge2013-12-18
| | | | * gnu/packages/xorg.scm (xf86-video-vmware): Add input xorg-server.
* gnu: iso-codes: Update to 3.49.Andreas Enge2013-12-18
| | | | * gnu/packages/iso-codes.scm (iso-codes): Update to 3.49.
* gnu: shishi: Use libgcrypt-1.5.Andreas Enge2013-12-18
| | | | * gnu/packages/shishi.scm (shishi): Use input libgcrypt-1.5 instead of 1.6.
* gnu: libgcrypt: Make old version 1.5.3 public.Andreas Enge2013-12-18
| | | | | | * gnu/packages/gnupg.scm (libgcrypt-1.5): New variable. * gnu/packages/ssh.scm (libssh): Use libgcrypt-1.5 instead of defining it ad-hoc.