summaryrefslogtreecommitdiff
path: root/gnu-system.am
Commit message (Collapse)AuthorAge
* gnu: Add OpenMPIEric Bavier2014-05-08
| | | | | * gnu/packages/mpi.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: pybugz: Add fixlet patches.Ludovic Courtès2014-05-05
| | | | | | | | * 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.
* gnu: Add petscEric Bavier2014-05-01
| | | | | | | * 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.
* gnu: soprano: Add input clucene.Andreas Enge2014-04-28
| | | | | | | * 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.
* gnu: Add doxygen.Andreas Enge2014-04-25
| | | | | | | * 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.
* gnu: openssl: Fixes for CVE-2010-5298 and extension checking.Mark H Weaver2014-04-22
| | | | | | | * 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.
* gnu: clucene: Add patch to indicate linking with clucene-shared, not onlyAndreas Enge2014-04-16
| | | | | | | | 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.
* gnu: Add lftp.Ludovic Courtès2014-04-15
| | | | | * gnu/packages/ftp.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add Protobuf.Ludovic Courtès2014-04-11
| | | | | * gnu/packages/protobuf.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: qemu: Remove 'qemu-with-multiple-smb-shares' package.Ludovic Courtès2014-04-10
| | | | | | * 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.
* gnu: qemu: Upgrade to 1.7.1; add virtfs support.Ludovic Courtès2014-04-09
| | | | | | | | | * 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.
* gnu: Move help2man package to (gnu packages man) module.David Thompson2014-04-08
| | | | | | | | * 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'.
* gnu: Add libpipeline.David Thompson2014-04-09
| | | | | * gnu/packages/man.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add patchutils and quiltEric Bavier2014-04-07
| | | | | | | * 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.
* gnu: python: Apply mips n32 fix to bundled libffi.Mark H Weaver2014-04-07
| | | | | | * 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.
* gnu: guile-ssh: Use libssh 0.5.5 patched for CVE-2014-0017.Ludovic Courtès2014-04-04
| | | | | | | * 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.
* gnu: sqlite: Fix sqlite on systems with page size larger than 32K.Mark H Weaver2014-04-02
| | | | | | | | 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.
* gnu: Add mcEric Bavier2014-03-26
| | | | | | | * 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
* Merge branch 'core-updates'Ludovic Courtès2014-03-26
|\
| * gnu: remove python-fix-dbm.patchCyril Roelandt2014-03-25
| | | | | | | | | | | | * 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
| * gnu: Enable tests in Python 3.Cyril Roelandt2014-03-25
| | | | | | | | | | | | * 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.
| * Merge branch 'master' into core-updatesMark H Weaver2014-03-22
| |\
| * \ Merge branch 'master' into core-updatesLudovic Courtès2014-03-17
| |\ \
| * \ \ Merge branch 'master' into core-updatesLudovic Courtès2014-03-10
| |\ \ \
| * | | | coreutils: fix test suiteCyril Roelandt2014-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/coreutils-skip-nohup.patch: patch taken from the git repository of coreutils, that makes sure tests/misc/nohup.sh does not fail when /dev/tty does not exist. * gnu/packages/base.scm (coreutils): use it. * gnu-system.am (dist_patch_DATA): add it.
| * | | | Merge branch 'master' into core-updatesLudovic Courtès2014-02-27
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/libwebsockets.scm
| * \ \ \ \ Merge branch 'master' into core-updatesLudovic Courtès2014-02-22
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu-system.am
| * | | | | | gnu: glibc: Upgrade to 2.19.Ludovic Courtès2014-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (glibc): Upgrade to 2.19. Remove 'glibc-make-4.0.patch'. * gnu/packages/patches/glibc-make-4.0.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
| * | | | | | gnu: coreutils: Fix cross-compilation issue with 'dummy-man'.Ludovic Courtès2014-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should work around the bug described at <http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch>. * gnu/packages/base.scm (coreutils)[patches]: Add 'coreutils-dummy-man.patch'. [native-inputs]: Don't pass PERL when (%current-target-system) is true. * gnu/packages/patches/coreutils-dummy-man.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
| * | | | | | Merge branch 'master' into core-updatesLudovic Courtès2014-01-25
| |\ \ \ \ \ \
| * | | | | | | gnu: binutils: Upgrade to 2.24.Ludovic Courtès2014-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/binutils-loongson-madd-fix.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (binutils): Upgrade to 2.24. Remove 'binutils-loongson-madd-fix.patch'. Remove 'outputs' field. Pass '--enable-install-libbfd'.
* | | | | | | | gnu: Add cursynthEric Bavier2014-03-25
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cursynth.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it
* | | | | | | gnu: Add Window Maker.Ludovic Courtès2014-03-19
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnustep.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | | | | | gnu: pulseaudio: Upgrade to 5.0.Ludovic Courtès2014-03-17
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/pulseaudio.scm (pulseaudio): Upgrade to 5.0. Remove patches. * gnu/packages/patches/pulseaudio-test-timeouts.patch, gnu/packages/patches/pulseaudio-volume-test.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
* | | | | gnu: Add a2ps, trueprint, enscript, and source-highlightEric Bavier2014-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/pretty-print.scm: New file * gnu/packages/patches/source-highlight-regexrange-test.patch: New file * gnu-system.am (dist_patch_DATA): Add patch. (GNU_SYSTEM_MODULES): Add pretty-print.scm
* | | | | gnu: Add bitlbee.Mark H Weaver2014-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/messaging.scm (bitlbee): New variable. * gnu/packages/patches/bitlbee-fix-tests.patch: New file. * gnu/packages/patches/bitlbee-memset-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add patches.
* | | | | gnu: Add libotr.Mark H Weaver2014-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/messaging.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | | | | gnu: Add lynx.Mark H Weaver2014-03-05
| |_|_|/ |/| | | | | | | | | | | | | | | * gnu/packages/lynx.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | | | gnu: Move libwebsockets to (gnu packages web).Ludovic Courtès2014-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/libwebsockets.scm: Remove. Move libwebsockets package definition to... * gnu/packages/web.scm (libwebsockets): ... here. * gnu-system.am (GNU_SYSTEM_MODULES): Remove libwebsockets.scm.
* | | | gnu: Add libmpdclient.David Thompson2014-02-25
| | | | | | | | | | | | | | | | | | | | * gnu/packages/mpd.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | | | gnu: Add miniupnpc.Sree Harsha Totakura2014-02-24
| |_|/ |/| | | | | | | | | | | | | | | | | * gnu/packages/upnp.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Andreas Enge <andreas@enge.fr>
* | | gnu: Add libwebsockets.Ludovic Courtès2014-02-21
| | | | | | | | | | | | | | | * gnu/packages/libwebsockets.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | | gnu: mpc123: Add patch that fixes a segfault.Ludovic Courtès2014-02-21
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/mpc123-initialize-ao.patch: New file. * gnu/packages/mp3.scm (mpc123): Use it. * gnu-system.am (dist_patch_DATA): Add it.
* | | gnu: Add giflib.Mark H Weaver2014-02-21
| | | | | | | | | | | | | | | * gnu/packages/giflib.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | | gnu: calcurse: New moduleEric Bavier2014-02-19
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/calcurse.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: Introduce the (gnu services ...) modules.Ludovic Courtès2014-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/system/dmd.scm: Remove file. Move contents to... * gnu/services.scm, gnu/services/base.scm, gnu/services/dmd.scm, gnu/services/networking.scm, gnu/services/xorg.scm: ... here. New files. * gnu/system.scm, gnu/system/vm.scm: Adjust accordingly. * guix/scripts/system.scm (%user-module): Likewise. * doc/guix.texi (Using the Configuration System): Likewise. (Defining Services): Likewise.
* | | gnu: patchelf: Fix platform page size determination.Mark H Weaver2014-02-17
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/patchelf-page-size.patch: New file. * gnu/packages/elf.scm (patchelf): Add the patch. * gnu-system.am (dist_patch_DATA): Add the patch.
* | | gnu: Add xapian.Mark H Weaver2014-02-17
| | | | | | | | | | | | | | | * gnu/packages/search.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | | gnu: dmd: Sleep longer in tests, for slower machines.Mark H Weaver2014-02-16
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/dmd-tests-longer-sleeps.patch: New file. * gnu/packages/admin.scm (dmd): Add the patch. * gnu-system.am (dist_patch_DATA): Add it.
* | | gnu: ratpoison: Patch to use $SHELL instead of /bin/sh.Mark H Weaver2014-02-16
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/ratpoison-shell.patch: New file. * gnu/packages/ratpoison.scm (ratpoison): Add patch. * gnu-system.am (dist_patch_DATA): Add patch.