summaryrefslogtreecommitdiff
path: root/gnu-system.am
Commit message (Collapse)AuthorAge
* 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.
* | | gnu: Add GNU Mach headers.Manolis Ragkousis2014-02-16
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/hurd.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add hurd.scm Co-authored-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: curl, gnurl: Fix failing testcase 172.Sree Harsha Totakura2014-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/curl-fix-test172.patch: New file. * gnu-system.am (dist_patch_DATA): Add the patch file. * gnu/packages/gnunet.scm (gnurl): Apply the patch file. * gnu/packages/curl.scm (curl): Apply the patch file. Signed-off-by: Andreas Enge <andreas@enge.fr>
* | | gnu: Add GNUnet.Sree Harsha Totakura2014-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnunet/packages/gnunet.scm (gnunet): New variable. * gnu/package/patches/gnunet-fix-scheduler.patch: New file. * gnu/package/patches/gnunet-fix-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Add the above two patch files. Co-authored-by: Andreas Enge <andreas@enge.fr> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: slim: Work around flaky synchronization with the X server.Ludovic Courtès2014-02-09
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/slim-sigusr1.patch: New file. * gnu/packages/slim.scm (slim): Use it. * gnu-system.am (dist_patch_DATA): Add it.
* | | gnu: Add stalonetrayRaimon Grau2014-02-09
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/stalonetray.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add stalonetray.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: moe: New moduleEric Bavier2014-02-08
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/moe.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add moe.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: gdb: Upgrade to 7.7.Ludovic Courtès2014-02-06
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/gdb.scm (gdb): Upgrade to 7.7. Remove 'gdb-loongson-madd-fix.patch', no longer needed. * gnu/packages/patches/gdb-loongson-madd-fix.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
* | | gnu: slim: Upgrade to 1.3.6; allow the choice of a config file at run time.Ludovic Courtès2014-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/slim.scm (slim): Upgrade to 1.3.6. Add patches. Comment out systemd-related stuff from CMakeLists.txt. Add "-DBUILD_SHARED_LIBS=OFF" and "-DCMAKE_SKIP_BUILD_RPATH=ON" to #:configure-flags. Adjust 'home-page' field. * gnu/packages/patches/slim-config.patch, gnu/packages/patches/slim-session.patch: New files. * gnu-system.am (dist_patch_DATA): Add them.
* | | gnu: inkscape: New moduleJohn Darrington2014-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/inkscape.scm, gnu/packages/patches/inkscape-stray-comma.patch: New files. * gnu-system.am (GNU_SYSTEM_MODULES): Add inkscape.scm. (dist_patch_DATA): Add inkscape-stray-comma.patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: Add Boost.John Darrington2014-02-04
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/boost.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add boost.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>