summaryrefslogtreecommitdiff
path: root/gnu-system.am
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add certdata2pem Python script.•••* gnu/packages/certs.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Andreas Enge2015-02-131-0/+1
* gnu: Add glibc-locales.•••* gnu/packages/patches/glibc-locales.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc-locales): New variable. Ludovic Courtès2015-02-111-0/+1
* gnu: Add chmlib.•••* gnu/packages/ebook.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Andreas Enge2015-02-071-0/+1
* gnu: wicd: Fix curses client to work with urwid 1.3.•••* gnu/packages/patches/wicd-urwid-1.3.patch: New file. * gnu-system (dist_patch_DATA): Add it. * gnu/packages/wicd.scm (wicd): Add patch. Mark H Weaver2015-02-061-0/+1
* gnu: Add ngircd.•••* gnu/packages/messaging.scm (ngircd): New variable. * gnu/packages/patches/ngircd-no-dns-in-tests.patch: New file. * gnu/packages/patches/ngircd-handle-zombies.patch: New file. * gnu-system.am (dist_patch_DATA): Add them. Taylan Ulrich Bayırlı/Kammer2015-02-051-0/+2
* gnu: Add wicd.•••Based on preliminary work by Pierre-Antoine Rault <par@rigelk.eu> * gnu/packages/wicd.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Mark H Weaver2015-02-041-0/+1
* system: Add bindings to configure libc's NSS.•••* gnu/system/nss.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu.scm (%public-modules): Add it. * gnu/system.scm (<operating-system>)[name-service-switch]: New field. (etc-directory): Add #:nss parameter and honor it. (operating-system-etc-directory): Adjust call accordingly. * doc/guix.texi (operating-system Reference): Document 'name-service-switch'. (Name Service Switch): New section. Ludovic Courtès2015-02-041-0/+1
* gnu: Add libffcall.•••* gnu/packages/libffcall.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Co-Authored-By: Joshua S. Grant <jgrant@parenthetical.io> Mark H Weaver2015-02-041-0/+1
* gnu: Add librep.•••* gnu/packages/sawfish.scm: New file. * gnu/packages/patches/librep-rules.mk.patch: New file. * gnu-system.am: Add them. 宋文武2015-02-031-0/+2
* gnu: libvpx: Apply bug fixes.•••Fixes build on armhf. * gnu/packages/patches/libvpx-fix-armhf-link.patch, gnu/packages/patches/libvpx-fix-ssse3-quantize.patch, gnu/packages/patches/libvpx-vp9-out-of-bounds-access.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/video.scm (libvpx): Add patches. On armhf, add additional configure flags to avoid requiring support for NEON. Mark H Weaver2015-02-021-0/+3
* gnu: Add dnsmasq.•••* gnu-system.am (GNU_SYSTEM_MODULES): Add dnsmasq.scm. * gnu/packages/dnsmasq.scm: New file. Taylan Ulrich Bayırlı/Kammer2015-02-011-0/+1
* gnu: icecat: Update to 31.4.0.•••* gnu/packages/patches/icecat-CVE-2014-1587-bug-1042567.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1072847.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1079729.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1080312.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1089207.patch, gnu/packages/patches/icecat-CVE-2014-1590.patch, gnu/packages/patches/icecat-CVE-2014-1592.patch, gnu/packages/patches/icecat-CVE-2014-1593.patch, gnu/packages/patches/icecat-CVE-2014-1594.patch, gnu/packages/patches/icecat-CVE-2014-8634-pt1.patch, gnu/packages/patches/icecat-CVE-2014-8634-pt2.patch, gnu/packages/patches/icecat-CVE-2014-8638-pt1.patch, gnu/packages/patches/icecat-CVE-2014-8638-pt2.patch, gnu/packages/patches/icecat-CVE-2014-8639.patch, gnu/packages/patches/icecat-CVE-2014-8641.patch, gnu/packages/patches/icecat-armhf-xpcom.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them. * gnu/packages/gnuzilla.scm: Update to 31.4.0. Remove patches. Mark H Weaver2015-01-301-16/+0
* gnu: bowtie: fix build errors•••* gnu/packages/bioinformatics.scm (bowtie): Add 'supported-systems' field and add Makefile patch. * gnu/packages/patches/bowtie-fix-makefile.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Ricardo Wurmus2015-01-301-0/+1
* gnu: Add Threading Building Blocks.•••* gnu/packages/tbb.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ricardo Wurmus2015-01-291-0/+1
* gnu: Add IcedTea 6•••* gnu/packages/java.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ricardo Wurmus2015-01-291-0/+1
* gnu: Add libupnp.•••* gnu/packages/libupnp.scm: New file. * gnu-system.am: Add the new file. Federico Beffa2015-01-281-0/+1
* gnu: Add sxiv.•••* gnu/packages/sxiv.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Alex Kost2015-01-271-0/+1
* gnu: Add GCJ•••* gnu/packages/gcc.scm (gcj-4.8, ecj-bootstrap-4.8): New variables. * gnu/packages/javac.in: New file. * gnu-system.am (MISC_DISTRO_FILES): Add it. * Makefile.am (nobase_dist_guilemodule_DATA): Add MISC_DISTRO_FILES. Ricardo Wurmus2015-01-271-0/+2
* gnu: Add JACK•••* gnu/packages/audio.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it rekado2015-01-271-0/+1
* gnu: Add gobject-introspection patches to gnu-system.am.•••* gnu-system.am (dist_patch_DATA): Add 'gobject-introspection-absolute-shlib-path.patch' and 'gobject-introspection-girepository.patch'. Mark H Weaver2015-01-261-0/+2
* gnu: Add python-pyqt.•••* gnu/packages/qt.scm (python-pyqt, python2-pyqt): New variables. * gnu/packages/patches/pyqt-configure.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. Andreas Enge2015-01-251-0/+1
* gnu: util-linux: Update to 2.25.2.•••* gnu/packages/linux.scm (util-linux): Update to 2.25.2. Remove util-linux-perl.patch, and add util-linux-tests.patch. Adjust 'snippet'. [arguments]: Remove 'patch-chkdupexe' phase. Add 'pre-check' phase. [native-inputs]: Add NET-BASE. * gnu/packages/patches/util-linux-perl.patch: Remove. * gnu/packages/patches/util-linux-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2015-01-231-1/+1
* gnu: nvi: Fix Berkely DB compatability issues.•••* gnu/packages/patches/nvi-db4.patch: New file. * gnu/packages/patches/nvi-dbpagesize-binpower.patch: New file. * gnu/packages/nvi.scm (nvi): Make use of them. * gnu-system.am (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Marek Benc2015-01-231-1/+3
* gnu: Add S-Lang.•••* gnu/packages/slang.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2015-01-211-0/+1
* gnu: Register patches for installation.•••* gnu-system.am (dist_patch_DATA): Add patches for aegis, clucene, libcanberra and lua-5.1. Andreas Enge2015-01-201-0/+8
* gnu: Add CUPS.•••* gnu/packages/cups.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ricardo Wurmus2015-01-191-0/+1
* gnu: Add fvwm.•••* gnu/packages/fvwm.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. 宋文武2015-01-171-0/+1
* gnu: Add CGAL.•••* gnu/packages/graphics.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2015-01-161-0/+1
* gnu: icecat: Add fixes for CVE-2014-{8634,8638,8639,8641}.•••* gnu/packages/patches/icecat-CVE-2014-8634-pt1.patch, gnu/packages/patches/icecat-CVE-2014-8634-pt2.patch, gnu/packages/patches/icecat-CVE-2014-8638-pt1.patch, gnu/packages/patches/icecat-CVE-2014-8638-pt2.patch, gnu/packages/patches/icecat-CVE-2014-8639.patch, gnu/packages/patches/icecat-CVE-2014-8641.patch, gnu/packages/patches/icecat-armhf-xpcom.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patches. Mark H Weaver2015-01-161-0/+7
* Merge branch 'core-updates'•••Conflicts: gnu/packages/bootstrap.scm Ludovic Courtès2015-01-161-8/+21
|\
| * gnu: gd: Update to 2.1.1.•••* gnu/packages/patches/gd-mips64-deplibs-fix.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/gd.scm (gd): Update to 2.1.1. Update source URI. Remove patch. Remove 'chdir' phase. Add pkg-config to native-inputs. Mark H Weaver2015-01-151-1/+0
| * Merge branch 'master' into core-updatesMark H Weaver2015-01-131-1/+0
| |\
| * | gnu: sqlite: Update to 3.8.7.4.•••* gnu/packages/patches/sqlite-large-page-size-fix.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/databases.scm (sqlite): Update to 3.8.7.4. Remove patch. Mark H Weaver2015-01-111-1/+0
| * | gnu: curl: Update to 7.40.0.•••* gnu/packages/patches/curl-gss-api-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/curl.scm (curl): Update to 7.40.0. Add patch. Mark H Weaver2015-01-111-0/+1
| * | Merge branch 'master' into core-updatesMark H Weaver2015-01-111-0/+2
| |\ \
| * | | gnu: Add bootstrap binaries for 'armhf-linux'.•••* gnu/packages/bootstrap/armhf-linux/bash, gnu/packages/bootstrap/armhf-linux/mkdir, gnu/packages/bootstrap/armhf-linux/tar, gnu/packages/bootstrap/armhf-linux/xz: New files. * gnu-system.am (bootstrap_armhf_linuxdir, dist_bootstrap_armhf_linux_DATA) (nodist_bootstrap_armhf_linux_DATA): New variables. (DISTCLEANFILES): Add $(nodist_bootstrap_armhf_linux_DATA). (gnu/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz): New target. * build-aux/download.scm (file-name->uri): Use newer date in URI for armhf-linux. * gnu/packages/bootstrap.scm (raw-build): Use "guile-2.0.11.tar.xz" on armhf-linux. (glibc-dynamic-linker, %bootstrap-coreutils&co, %bootstrap-binutils) (%bootstrap-glibc, %bootstrap-gcc): Add armhf-linux cases. * m4/guix.m4 (GUIX_SYSTEM_TYPE): Add armhf case. (GUIX_ASSERT_SUPPORTED_SYSTEM): Add armhf-linux to list of supported systems. * doc/guix.texi (GNU Distribution): Add armhf-linux to the list of supported systems. Mark H Weaver2015-01-071-0/+13
| * | | gnu: patchelf: On ARM, apply experimental patch to get it working.•••* gnu/packages/patches/patchelf-rework-for-arm.patch: New file. * gnu-system.am: Add it. * gnu/packages/elf.scm: Apply patch when the target is ARM. Mark H Weaver2015-01-071-0/+1
| * | | gnu: gmp: Apply fixes for armhf.•••* gnu/packages/patches/gmp-arm-asm-nothumb.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/multiprecision.scm (gmp): Add patch. Include --build triplet in configure args when building natively. * gnu/packages/commencement.scm (gcc-final): Use bootstrap guile to build gmp-source. Mark H Weaver2015-01-071-0/+1
| * | | gnu: libtool: Update to 2.4.4.•••* gnu/packages/patches/libtool-2.4-skip-tests.patch: Rename to... * gnu/packages/patches/libtool-skip-tests.patch: ... this. * gnu/packages/patches/libtool-skip-tests-for-mips.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/autotools.scm (libtool): Update to 2.4.4. (libtool-2.4.4): Remove. Ludovic Courtès2015-01-071-2/+0
| * | | gnu: guile: Apply fixes for arm.•••* gnu/packages/patches/guile-arm-fixes.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/guile.scm (guile-2.0): Add patch. Mark H Weaver2015-01-061-1/+2
| * | | Merge branch 'master' into core-updatesMark H Weaver2015-01-061-2/+11
| |\ \ \
| * | | | gnu: glibc: MIPS: Avoid a dangling `vfork@GLIBC_2.0' reference.•••* gnu/packages/patches/glibc-mips-dangling-vfork-ref.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc): Add patch. Mark H Weaver2014-12-301-0/+1
| * | | | gnu: glibc: Add fixes for CVE-2014-7817 and CVE-2012-3406.•••* gnu/packages/patches/glibc-CVE-2012-3406.patch, gnu/packages/patches/glibc-CVE-2014-7817.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/base.scm (glibc): Add patches. Mark H Weaver2014-12-301-0/+2
| * | | | Merge branch 'master' into core-updatesMark H Weaver2014-12-301-3/+21
| |\ \ \ \
| * | | | | gnu: m4: Remove already-applied patch.•••* gnu/packages/patches/m4-readlink-EINVAL.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/m4.scm (m4): Remove patch. Mark H Weaver2014-12-261-1/+0
| * | | | | gnu: gcc-4.8: Update to 4.8.4.•••* gnu/packages/gcc.scm (gcc-4.8): Update to 4.8.4. Remove patch. * gnu/packages/patches/gcc-fix-pr61801.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2014-12-271-1/+0
| * | | | | Merge branch 'master' into core-updatesLudovic Courtès2014-12-261-0/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into 'core-updates'.Ludovic Courtès2014-12-141-3/+19
| |\ \ \ \ \ \
| * | | | | | | gnu: file: Update to 5.20.•••* gnu/packages/file.scm (file): Update to 5.20. (file-5.20): Remove. * gnu/packages/patches/file-CVE-2014-3587.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/patchutils.scm (quilt): Use FILE instead of FILE-5.20. * gnu/packages/version-control.scm (aegis): Ditto. Ludovic Courtès2014-11-221-1/+0
* | | | | | | | gnu: ninja: Disable testcase SubprocessTest.InterruptChild.•••* gnu/packages/patches/ninja-tests.patch: New file. * gnu/packages/ninja.scm (ninja): Add the patch. * gnu-system.am (dist_patch_DATA): Add it. 宋文武2015-01-151-0/+1
| |_|_|_|_|_|/ |/| | | | | |