summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2014-06-15gnu: Add cook.•••* gnu/packages/cook.scm: New file. * gnu-system.am: New file cook.scm. John Darrington
2014-06-13gnu: Add pingus.•••* gnu/packages/games.scm (pingus): New variable. * gnu/packages/patches/pingus-sdl-libs-config.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. Eric Bavier
2014-06-13gnu: Add busybox.•••* gnu/packages/busybox.scm: New file. * gnu-system.am: Add gnu/packages/busybox.scm. John Darrington
2014-06-12gnu: Add tinyproxy.•••* gnu/packages/web.scm (tinyproxy): New variable. * gnu/packages/docbook.scm: Remove #:select (tar) John Darrington
2014-06-12gnu: Add dropbear.•••* gnu/packages/ssh.scm (dropbear): New variable. John Darrington
2014-06-09gnu: skribilo: Propagate Guile dependencies.•••Reported by Carlos Carleos <carleos@uniovi.es>. * gnu/packages/skribilo.scm (skribilo)[inputs]: Move GUILE-READER/GUILE-2.0 and GUILE-LIB to... [propagated-inputs]: ... here. New field. Ludovic Courtès
2014-06-07gnu: rdup: Fix tests.•••* gnu/packages/backup.scm (rdup) [arguments]: Add pre-check phase. [origin]: Add snippet. Eric Bavier
2014-06-06gnu: Add WakeLan.•••* gnu/packages/admin.scm (wakelan): New variable. Ludovic Courtès
2014-06-05gnu: openssl: Upgrade to 1.0.1h.•••* gnu/packages/openssl.scm (openssl): Upgrade to 1.0.1h. Remove patches, which are now upstream. * gnu/packages/patches/openssl-extension-checking-fixes.patch: Remove. * gnu/packages/patches/openssl-CVE-2010-5298.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove them. Mark H Weaver
2014-06-04gnu: bdb: Move documentation to "doc" output.•••* gnu/packages/bdb.scm (bdb): Add 'outputs' field. Adjust 'configure' phase to move documentation to the "doc" output. Ludovic Courtès
2014-06-04gnu: Set proper source location for 'gcc-final'.•••* gnu/packages/base.scm (gcc-final)[location]: New field. Reported by Andreas Enge <andreas@enge.fr>. Ludovic Courtès
2014-06-04system: Tell module-init-tools where to look for modules.•••* gnu/packages/linux.scm (module-init-tools)[source](patches): New field. * gnu/packages/patches/module-init-tools-moduledir.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/system.scm (etc-directory): Add #:kernel parameter. Set 'LINUX_MODULE_DIRECTORY' in bashrc. (operating-system-etc-directory): Pass #:kernel to 'etc-directory'. Ludovic Courtès
2014-06-04gnu: guix: Use /etc as sysconfdir.•••* gnu/packages/package-management.scm (guix)[arguments]: Pass --sysconfdir=/etc. Ludovic Courtès
2014-06-04gnu: gnutls: Upgrade to 3.2.15.•••* gnu/packages/gnutls.scm (gnutls): Upgrade to 3.2.15. Mark H Weaver
2014-06-03gnu: linux-libre: Build the e1000e driver (Intel ethernet NIC driver.)•••* gnu/packages/linux.scm (linux-libre): Add CONFIG_E1000E=m. Ludovic Courtès
2014-06-03gnu: Merge Parted, fdisk, and ddrescue in (gnu packages disk).•••* gnu/packages/parted.scm: Rename to... * gnu/packages/disk.scm: ... this. New file. Merge with... * gnu/packages/fdisk.scm: ... this; remove file; * gnu/packages/ddrescue.scm: ... and this; remove file. * gnu/system/install.scm, gnu/system/vm.scm: Adjust accordingly. * gnu-system.am (GNU_SYSTEM_MODULES): Remove gnu/packages/{parted,fdisk,ddrescue}.scm and add gnu/packages/disk.scm. Ludovic Courtès
2014-06-03gnu: elfutils: Add synopsis and description.•••* gnu/packages/elf.scm (elfutils): Add synopsis and description. Ludovic Courtès
2014-06-02Revert "gnu: hurd: Add Hurd Minimal."•••This reverts commit bc046a94dec2afadbc1ee3957f13098a8d8b393c, which referred to uncommitted things ('glibc/hurd-headers'.) Ludovic Courtès
2014-06-01gnu: hurd: Add Hurd Minimal.•••* gnu/packages/hurd.scm (hurd-minimal): New variable. * gnu/packages/patches/hurd-minimal.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Manolis Ragkousis
2014-06-01gnu: util-linux: Remove dependency on Perl.•••* gnu/packages/linux.scm (util-linux)[source](patches): New field. * gnu/packages/patches/util-linux-perl.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès
2014-05-31gnu: Move libarchive to (gnu packages backup).•••* gnu/packages/compression.scm (libarchive): Move to... * gnu/packages/backup.scm (libarchive): ... here. Import (guix licenses) with #:renamer to avoid conflicting 'zlib' bindings. Ludovic Courtès
2014-05-30gnu: Add rdiff-backup.•••* gnu/packages/backup.scm (rdiff-backup): New variable. Eric Bavier
2014-05-30gnu: Add btar.•••* gnu/packages/backup.scm (btar): New variable. Eric Bavier
2014-05-30gnu: Add rdup.•••* gnu/packages/backup.scm (rdup): New variable. Eric Bavier
2014-05-30gnu: Add libarchive.•••* gnu/packages/compression.scm (libarchive): New variable. Eric Bavier
2014-05-30gnu: Add hdup.•••* gnu/packages/backup.scm (hdup): New variable. Eric Bavier
2014-05-29gnu: libgnome: Correct source file name.•••* gnu/packages/gnome.scm (libgnome): Correct source file name. Andreas Enge
2014-05-28gnu: fuse: Allow use of 'fusermount' taken from $PATH.•••* gnu/packages/linux.scm (fuse) <set-file-names>: Set FUSERMOUNT_DIR in lib/Makefile. Ludovic Courtès
2014-05-28gnu: Add sshfs-fuse.•••* gnu/packages/linux.scm (sshfs-fuse): New variable. Ludovic Courtès
2014-05-28gnu: Make gtk-glext depend on pangox-compat and remove workaround patch•••* gnu/packages/gnome.scm (gtk-glext): Add new dependency and remove patch * gnu/packages/patches/gtkglext-remove-pangox-dependency.patch: Delete file * gnu-system.am: Delete gnu/packages/patches/gtkglext-remove-pangox-dependency.patch John Darrington
2014-05-28gnu: Add cssc.•••* gnu/packages/version-control.scm (cssc): New variable. * gnu/packages/patches/cssc-gets-undeclared.patch: New file * gnu/packages/patches/cssc-missing-include.patch: New file * gnu-system.am: Add gnu/packages/patches/cssc-gets-undeclared.patch and gnu/packages/patches/cssc-missing-include.patch John Darrington
2014-05-28gnu: hdf5: Fix source download location.•••* gnu/packages/maths.scm (hdf5): Use "release" directory and not the "current" directory for the source, which does not break on new upstream releases. Andreas Enge
2014-05-27gnu: Add Autoconf 2.64.•••* gnu/packages/autotools.scm (autoconf-2.64): New variable. Ludovic Courtès
2014-05-27gnu: librsync: Fix source uri•••* gnu/packages/rsync.scm (librsync) [source]: Fix sourceforge uri. Eric Bavier
2014-05-27gnu: Add duplicity.•••* gnu/packages/backup.scm: New file. * gnu-system.am: Add it. Eric Bavier
2014-05-27gnu: Add python-mock.•••* gnu/packages/python.scm (python-mock): New variable. Eric Bavier
2014-05-27gnu: Add python-lockfile.•••* gnu/packages/python.scm (python-lockfile): New variable. Eric Bavier
2014-05-26gnu: Add Transmission.•••* gnu/packages/bittorrent.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès
2014-05-26gnu: Add gsegrafix and dependent libraries.•••* gnu/packages/math.scm (gsegrafix): New variable. * gnu/packages/gtk.scm (pangox-compat): New variable. * gnu/packages/gnome.scm (libidl, orbit2, libbonobo, gconf, gnome-mime-data, gnome-vfs, libgnome, libart-lgpl, libgnomecanvas, libgnomeui, libglade, libgnomeprint, libgnomeprintui, libbonoboui): New variables. John Darrington
2014-05-26gnu: Add mcrypt, libmcrypt, and libmhash.•••* gnu/packages/mcrypt.scm: New file. * gnu/packages/patches/mhash-keygen-test-segfault.patch: New patch. * gnu-system.am (GNU_SYSTEM_MODULES): Add file. (dist_patch_DATA): Add patch. Eric Bavier
2014-05-25gnu: Add librsync.•••* gnu/packages/rsync.scm (librsync): New variable. Eric Bavier
2014-05-26gnu: Add inotify-tools.•••* gnu/packages/linux.scm (inotify-tools): New variable. Ludovic Courtès
2014-05-24gnu: Add lzop.•••* gnu/packages/compression.scm (lzop): New variable. Eric Bavier
2014-05-22gnu: imagemagick: Upgrade to 6.8.9-0.•••* gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.9-0. Andreas Enge
2014-05-22gnu: perl-io-tty: Upgrade to 1.11.•••* gnu/packages/perl.scm (perl-io-tty): Upgrade to 1.11. Andreas Enge
2014-05-21gnu: Add wpa_supplicant.•••* gnu/packages/admin.scm (wpa-supplicant): New variable. Ludovic Courtès
2014-05-20gnu: Add ccache.•••* gnu/packages/ccache.scm: New file. * gnu/packages/patches/ccache-stdc-predef-test.patch: New patch. * gnu-system.am (GNU_SYSTEM_MODULES): Add ccache.scm. (dist_patch_DATA): Add patch. Eric Bavier
2014-05-20gnu: Edit synopses of petsc packages.•••* gnu/packages/maths.scm (petsc) [synopsis]: Shorten. (petsc-complex,petsc-openmpi,petsc-complex-openmpi) [synopsis]: Repeat synopsis from petsc package with extensions. [description]: Remove. Eric Bavier
2014-05-20gnu: offlineimap: fix license.•••* gnu/packages/mail.scm (offlineimap) [license]: Change to gpl2+. Eric Bavier
2014-05-20gnu: Add mu.•••* gnu/packages/mail.scm (mu): New variable. Eric Bavier