summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Add description and license for QEMU-KVM.Ludovic Courtès2013-02-10
| | | | * gnu/packages/qemu.scm (qemu-kvm): Add description and license.
* gnu: Add libcddb, GNU libcdio, and GNU xorriso.Ludovic Courtès2013-02-10
| | | | | * gnu/packages/cdrom.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add QEMU-KVM.Ludovic Courtès2013-02-09
| | | | | * gnu/packages/qemu.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add GNU Smalltalk.Nikita Karetnikov2013-02-09
| | | | | * gnu/packages/smalltalk.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: hop: Add `patch-rpath' phase.Ludovic Courtès2013-02-08
| | | | * gnu/packages/scheme.scm (hop): Add `patch-rpath' phase.
* gnu: Add PatchELF.Ludovic Courtès2013-02-08
| | | | | * gnu/packages/patchelf.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add Hop.Ludovic Courtès2013-02-08
| | | | * gnu/packages/scheme.scm (hop): New variable.
* gnu: bigloo: Propagate GMP.Ludovic Courtès2013-02-08
| | | | * gnu/packages/scheme.scm (bigloo): Propagate GMP.
* gnu: Add GNU mcron.Ludovic Courtès2013-02-08
| | | | * gnu/packages/guile.scm (mcron): New variable.
* gnu: guile-1.8: Patch `ice-9/popen.scm'.Ludovic Courtès2013-02-08
| | | | | * gnu/packages/guile.scm (guile-1.8): Rename `patch-loader-search-path' to `patch-stuff'; patch `ice-9/popen.scm'.
* gnu: ed: Update to 1.6.Ludovic Courtès2013-02-07
| | | | * gnu/packages/ed.scm (ed): Update to 1.6.
* gnu: ed: Patch /bin/sh in the test suite.Ludovic Courtès2013-02-07
| | | | * gnu/packages/ed.scm (ed): Add `patch-test-suite' phase.
* gnu: Add libmp3splt and mp3splt.Andreas Enge2013-02-06
| | | | * gnu/packages/mp3.scm (libmp3split, mp3splt): New variables.
* gnu: make-bootstrap: Fix `%binutils-static-stripped'.Ludovic Courtès2013-02-06
| | | | | | * gnu/packages/make-bootstrap.scm (%binutils-static-stripped): Add distinguishing `name' field. Add `output' field to have a single "out" output (followup to 4873f8e). Reported by Nikita.
* gnu: Add TeXLive.Andreas Enge2013-02-06
| | | | | * gnu/packages/texlive.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Have MPFR and MPC propagate their input.Ludovic Courtès2013-02-05
| | | | | | * gnu/packages/multiprecision.scm (mpfr): Change GMP to a propagated input. (mpc): Likewise for GMP and MPFR. Reported by Andreas Enge <andreas@enge.fr>.
* gnu: Add PCRE (Perl Compatible Regular Expression).Andreas Enge2013-02-05
| | | | | * gnu/packages/pcre.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add GNU Guile-Ncurses.Ludovic Courtès2013-02-05
| | | | * gnu/packages/guile.scm (guile-ncurses): New variable.
* gnu: Add libid3tag.Andreas Enge2013-02-04
| | | | * gnu/packages/mp3 (libid3tag): New variable.
* gnu: Add libmad.Andreas Enge2013-02-04
| | | | | * gnu/packages/mp3.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add GNU Prolog.Nikita Karetnikov2013-02-02
| | | | | * gnu/packages/gprolog.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add libxslt.Andreas Enge2013-02-01
| | | | * gnu/packages/xml.scm (libxslt): New variable.
* gnu: Fix invalid `license' fields.Ludovic Courtès2013-02-01
| | | | | | | | | * gnu/packages/acl.scm (acl): Change `license' field to refer to the `license' objects. * gnu/packages/attr.scm (attr): Likewise. * gnu/packages/compression.scm (xz): Likewise. * gnu/packages/global.scm (global): Likewise. * gnu/packages/linux.scm (linux-libre-headers): Likewise.
* gnu: Add libkate.Andreas Enge2013-01-31
| | | | | * gnu/packages/oggvorbis.scm (libkate): New variable. * gnu/packages/oggvorbis.scm (vorbis-tools): Add input libkate.
* gnu: Add flac.Andreas Enge2013-01-31
| | | | | | * gnu/packages/oggvorbis.scm (flac): New variable. * gnu/packages/oggvorbis.scm (vorbis-tools): Add flac input. * gnu/packages/patches/flac-fix-memcmp-not-declared.patch: New file.
* gnu: bigloo: Update tarball's hash.Ludovic Courtès2013-01-31
| | | | | * gnu/packages/scheme.scm (bigloo): Change hash. The tarball was recently modified in-place (!).
* gnu: vorbis-tools: Enable ogg123.Andreas Enge2013-01-30
| | | | * gnu/packages/oggvorbis.scm (vorbis-tools): Add inputs ao and curl.
* gnu: Add libao.Andreas Enge2013-01-30
| | | | * gnu/packages/oggvorbis.scm (ao): New variable.
* gnu: Add curl.Andreas Enge2013-01-30
| | | | | * gnu/packages/curl.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add openssh.Andreas Enge2013-01-30
| | | | * gnu/packages/ssh.cm (openssh): New variable.
* store: Remove the `fixed?' parameter from `add-to-store'.Ludovic Courtès2013-01-30
| | | | | | | | * guix/store.scm (add-to-store): Remove the `fixed?' parameter from the public interface. * gnu/packages/bootstrap.scm, guix-download.in, guix/derivations.scm, guix/packages.scm, tests/derivations.scm: Update all callers accordingly.
* gnu: Add libssh2.Andreas Enge2013-01-29
| | | | | * gnu/packages/ssh.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add openldap.Andreas Enge2013-01-29
| | | | | * gnu/packages/openldap.scm: New file. * Makefile.am (MODULE): Add it.
* gnu: gdb: Update to 7.5.1.Ludovic Courtès2013-01-28
| | | | * gnu/packages/gdb.scm (gdb): Update to 7.5.1.
* gnu: automake: Update to 1.13.1.Ludovic Courtès2013-01-27
| | | | * gnu/packages/autotools.scm (automake): Update to 1.13.1.
* gnu: autoconf-wrapper: Fix "guile" input.Ludovic Courtès2013-01-27
| | | | | * gnu/packages/autotools.scm (autoconf-wrapper): Remove `lambda' for "guile" input..
* gnu: python: Remove unnecessary module import.Ludovic Courtès2013-01-27
| | | | * gnu/packages/python.scm: Remove use of (gnu packages base).
* gnu: Add irssi.Cyril Roelandt2013-01-26
| | | | | * gnu/packages/irssi.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add zip, unzip and zziplib.Andreas Enge2013-01-26
| | | | | * gnu/packages/zip.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add TECkit.Andreas Enge2013-01-26
| | | | | | * gnu/packages/freetype.scm (teckit): New variable. * gnu/packages/patches/teckit-cstdio.patch: New file. * Makefile.am (dist_patch_DATA): Add patch.
* gnu: Use `mirror://apache' where applicable.Ludovic Courtès2013-01-25
| | | | | * gnu/packages/libapr.scm (libapr, libaprutil): Use `mirror://apache'. * gnu/packages/subversion.scm (subversion): Likewise.
* gnu: Add Subversion.Cyril Roelandt2013-01-25
| | | | | * gnu/packages/subversion.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add SQLite.Ludovic Courtès2013-01-25
| | | | | * gnu/packages/sqlite.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add libaprutil.Cyril Roelandt2013-01-25
| | | | * gnu/packages/libapr: new variable.
* gnu: Add libapr.Cyril Roelandt2013-01-25
| | | | | | * gnu/packages/libapr.scm: New file. * gnu/packages/patches/libapr-skip-getservbyname-test.patch: New file * Makefile.am: Add them
* gnu: fplll: Update to version 4.0.2.Andreas Enge2013-01-25
| | | | * gnu/packages/algebra.scm (fplll): Update to version 4.0.2.
* gnu: Add poppler.Andreas Enge2013-01-24
| | | | | * gnu/packages/pdf.scm: New file. * Makefile.am (MODULES): Add it.
* packages: Mark the `inputs' field of <package> as thunked.Ludovic Courtès2013-01-24
| | | | | | | | | | | * guix/packages.scm (<package>)[inputs]: Mark as thunked. (package-derivation)[expand-input]: Remove case where the input is a procedure. * tests/packages.scm ("trivial with system-dependent input"): Remove `lambda', and use (%current-system). * gnu/packages/bootstrap.scm (package-from-tarball): Likewise for `inputs'. (%bootstrap-glibc, %bootstrap-gcc): Likewise. * gnu/packages/scheme.scm (mit-scheme): Likewise.
* gnu: Add t1lib.Andreas Enge2013-01-24
| | | | * gnu/packages/freetype.scm (t1lib): New variable.
* gnu: Add OCaml. licenses: Add QPL.Cyril Roelandt2013-01-24
| | | | | | * gnu/packages/ocaml.scm: New file. * Makefile.am (MODULES): Add it. * guix/licenses.scm: New variable.