summaryrefslogtreecommitdiff
path: root/gnu-system.am
AgeCommit message (Collapse)Author
2014-06-20Merge branch 'core-updates'Ludovic Courtès
2014-06-16gnu: guile-ncurses: Work around missing test files.Ludovic Courtès
* gnu/packages/patches/guile-ncurses-tests.patch: New file. * gnu/packages/guile.scm (guile-ncurses)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
2014-06-16gnu: icu4c: Fix failing test.Ludovic Courtès
* gnu/packages/patches/icu4c-test-date-format.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/icu4c.scm (icu4c)[source]: Use it.
2014-06-15gnu: Add cook.John Darrington
* gnu/packages/cook.scm: New file. * gnu-system.am: New file cook.scm.
2014-06-13gnu: Add pingus.Eric Bavier
* 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.
2014-06-13gnu: Add busybox.John Darrington
* gnu/packages/busybox.scm: New file. * gnu-system.am: Add gnu/packages/busybox.scm.
2014-06-05gnu: openssl: Upgrade to 1.0.1h.Mark H Weaver
* 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.
2014-06-04system: Tell module-init-tools where to look for modules.Ludovic Courtès
* 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'.
2014-06-03gnu: Merge Parted, fdisk, and ddrescue in (gnu packages disk).Ludovic Courtès
* 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.
2014-06-02Revert "gnu: hurd: Add Hurd Minimal."Ludovic Courtès
This reverts commit bc046a94dec2afadbc1ee3957f13098a8d8b393c, which referred to uncommitted things ('glibc/hurd-headers'.)
2014-06-01gnu: hurd: Add Hurd Minimal.Manolis Ragkousis
* 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>
2014-06-01gnu: util-linux: Remove dependency on Perl.Ludovic Courtès
* 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.
2014-05-31Add (gnu system install).Ludovic Courtès
* gnu/system/install.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-05-28gnu: Make gtk-glext depend on pangox-compat and remove workaround patchJohn Darrington
* 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
2014-05-28gnu: Add cssc.John Darrington
* 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
2014-05-27gnu: Add duplicity.Eric Bavier
* gnu/packages/backup.scm: New file. * gnu-system.am: Add it.
2014-05-26services: Add D-Bus and Avahi.Ludovic Courtès
* gnu/services/dbus.scm: New file. * gnu/services/avahi.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add them.
2014-05-26gnu: Add Transmission.Ludovic Courtès
* gnu/packages/bittorrent.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-05-26gnu: Add mcrypt, libmcrypt, and libmhash.Eric Bavier
* 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.
2014-05-22Add (gnu) module.Ludovic Courtès
* gnu.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * build-aux/hydra/demo-os.scm: Use (gnu) and strip import list accordingly. * doc/guix.texi (Using the Configuration System): Adjust example accordingly.
2014-05-20Add (gnu system file-systems).Ludovic Courtès
This fixes a circular dependency between (gnu system) and (gnu system linux-initrd), where the latter could end up being compiled before 'file-system-type' was defined as a macro. * gnu/system.scm (<file-system>, %fuse-control-file-system, %binary-format-file-system): Move to... * gnu/system/file-systems.scm: ... here. New file. * build-aux/hydra/demo-os.scm, gnu/system/linux-initrd.scm, gnu/system/vm.scm: Use it. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-05-20gnu: Add ccache.Eric Bavier
* 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.
2014-05-19gnu: Add superlu-dist package.Eric Bavier
* gnu/packages/maths.scm (superlu-dist): New variable. * gnu/packages/patches/superlu-dist-scotchmetis.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
2014-05-19gnu: Add scotch package.Eric Bavier
* gnu/packages/maths.scm (scotch): New variable. * gnu/packages/patches/scotch-test-threading.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
2014-05-12gnu: Add babl.Ludovic Courtès
* gnu/packages/gimp.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-05-12gnu: perl-tk: Patch for i686Eric Bavier
* gnu/packages/patches/perl-tk-x11-discover.patch: New patch. * gnu-system.am [dist_patch_DATA]: Add it. * gnu/packages/tcl.scm (perl-tk)[origin]: Use it.
2014-05-09gnu: Add pciutils.Ludovic Courtès
* gnu/packages/pciutils.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-05-08gnu: Add OpenMPIEric Bavier
* gnu/packages/mpi.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-05-05gnu: pybugz: Add fixlet patches.Ludovic Courtès
* gnu/packages/python.scm (python2-pybugz)[source]: Add 'patches' field. * gnu/packages/patches/pybugz-encode-error.patch, gnu/packages/patches/pybugz-stty.patch: New files. * gnu-system.am (dist_patch_DATA): Add them.
2014-05-01gnu: Add petscEric Bavier
* gnu/packages/maths.scm (petsc): New variable. (petsc-complex): New variable. * gnu/packages/patches/petsc-fix-threadcomm.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
2014-04-28gnu: soprano: Add input clucene.Andreas Enge
* gnu/packages/rdf.scm (soprano): Add input clucene and patch the cmake file looking for it. * gnu/packages/patches/soprano-find-clucene.patch: New file. * gnu-system.am (dist_patch_DATA): Register the patch.
2014-04-25gnu: Add doxygen.Andreas Enge
* gnu/packages/doxygen.scm: New file. * gnu/packages/patches/doxygen-test.patch, gnu/packages/patches/doxygen-tmake.patch: New files. * gnu-system.am (GNU_SYSTEM_MODULES, dist_patch_DATA): Register the new files.
2014-04-22gnu: openssl: Fixes for CVE-2010-5298 and extension checking.Mark H Weaver
* gnu/packages/patches/openssl-CVE-2010-5298.patch: New file. * gnu/packages/patches/openssl-extension-checking-fixes.patch: New file. * gnu/packages/openssl.scm (openssl): Add them. * gnu-system.am (dist_patch_DATA): Add them.
2014-04-16gnu: clucene: Add patch to indicate linking with clucene-shared, not onlyAndreas Enge
clucene-core, to pkgconfig. * gnu/packages/patches/clucene-pkgconfig.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/rdf.scm (clucene): Use patch.
2014-04-15gnu: Add lftp.Ludovic Courtès
* gnu/packages/ftp.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-04-11gnu: Add Protobuf.Ludovic Courtès
* gnu/packages/protobuf.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-04-10gnu: qemu: Remove 'qemu-with-multiple-smb-shares' package.Ludovic Courtès
* gnu/packages/qemu.scm (qemu/smb-shares): Remove. * gnu/packages/patches/qemu-multiple-smb-shares.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
2014-04-09gnu: qemu: Upgrade to 1.7.1; add virtfs support.Ludovic Courtès
* gnu/packages/qemu.scm (qemu-headless): Upgrade to 1.7.1. [source]: Remove 'patches' field. [arguments]: Add --enable-virtfs configure flag. [inputs]: Add libcap and attr. * gnu/packages/patches/qemu-make-4.0.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
2014-04-08gnu: Move help2man package to (gnu packages man) module.David Thompson
* gnu/packages/man.scm (help2man): New variable. * gnu/packages/help2man.scm: Delete it. * gnu/packages/cdrom.scm: Import (gnu packages man). * gnu/packages/zile.scm: Import (gnu packages man). * gnu-system.am (GNU_SYSTEM_MODULES): Delete 'gnu/packages/help2man.scm'.
2014-04-09gnu: Add libpipeline.David Thompson
* gnu/packages/man.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-04-07gnu: Add patchutils and quiltEric Bavier
* gnu/packages/patchutils.scm: New file * gnu/packages/patches/patchutils-xfail-gendiff-tests.patch: New patch * gnu-system.am (GNU_SYSTEM_MODULES): Add patchutils. (dist_patch_DATA): Add patch.
2014-04-07gnu: python: Apply mips n32 fix to bundled libffi.Mark H Weaver
* gnu/packages/patches/python-libffi-mips-n32-fix.patch: New file. * gnu/packages/python.scm (python-2, python): Add it. * gnu-system.am (dist_patch_DATA): Add it.
2014-04-04gnu: guile-ssh: Use libssh 0.5.5 patched for CVE-2014-0017.Ludovic Courtès
* gnu/packages/patches/libssh-CVE-2014-0017.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (libssh-0.5): New variable. (guile-ssh): Use it.
2014-04-02gnu: sqlite: Fix sqlite on systems with page size larger than 32K.Mark H Weaver
Based on a patch by Dan Kennedy <danielk1977@gmail.com>. * gnu/packages/patches/sqlite-large-page-size-fix.patch: New file. * gnu/packages/sqlite.scm (sqlite): Add it. * gnu-system.am (dist_patch_DATA): Add it.
2014-03-26gnu: Add mcEric Bavier
* gnu/packages/mc.scm: New file * gnu/packages/patches/mc-fix-ncurses-build.patch: New patch * gnu-system.am (GNU_SYSTEM_MODULES): Add mc.scm. (dist_patch_DATA): Add patch
2014-03-26Merge branch 'core-updates'Ludovic Courtès
2014-03-25gnu: Add cursynthEric Bavier
* gnu/packages/cursynth.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it
2014-03-25gnu: remove python-fix-dbm.patchCyril Roelandt
* gnu/packages/patches/python-fix-dbm.patch: remove file. It is not needed anymore, and is probably a left-over of a failed merge. * gnu-system.am: remove gnu/packages/patches/python-fix-dbm.patch
2014-03-25gnu: Enable tests in Python 3.Cyril Roelandt
* gnu/packages/python.scm: enable tests for Python 3 * gnu/packages/python-fix-tests.patch: New file. * gnu/packages/gnu-system.am (dist_patch_DATA): add it.
2014-03-22Merge branch 'master' into core-updatesMark H Weaver