aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2013-03-06gnu: xorg: Transform propagated into normal inputs.Andreas Enge
* gnu/packages/xorg.scm: Transform propagated into normal inputs; allows to keep packages in alphabetical order.
2013-03-06gnu: xorg: Add and remove packages to mirror X11R7.7/src/everythingAndreas Enge
* gnu/packages/xorg.scm: Remove packages not from ftp://ftp.freedesktop.org/pub/xorg/X11R7.7/src/everything/ . Add missing packages, for the time being with a 0 hash and without dependencies. Correct spelling (all lower case for package names).
2013-03-06gnu: xorg: Initial import from nix.Andreas Enge
* gnu/packages/xorg.scm: New module. * Makefile.am: Add it.
2013-03-05gnu: glibc: Install locale data.Ludovic Courtès
* gnu/packages/base.scm (glibc): Add `outputs' field. Pass `--localedir' and set `libc_cv_localedir'. Add `install-locales' phase.
2013-03-04Merge branch 'master' into core-updatesLudovic Courtès
Conflicts: Makefile.am guix/scripts/gc.scm guix/scripts/package.scm guix/ui.scm tests/guix-package.sh
2013-03-04gnu: Add Perl XML::Parser.Ludovic Courtès
* gnu/packages/xml.scm (perl-xml-parser): New variable.
2013-03-03gnu: Add vpnc.Andreas Enge
* gnu/packages/vpn.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages/patches/vpnc-script.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
2013-03-02gnu: Add libdaemon.Ludovic Courtès
* gnu/packages/libdaemon.scm: New file. * Makefile.am (MODULES): Add it.
2013-03-01gnu: global: Update to 6.2.8.Ludovic Courtès
* gnu/packages/global.scm (global): Update to 6.2.8.
2013-02-27gnu: Add cross tool chain.Ludovic Courtès
* gnu/packages/cross-base.scm: New file. * gnu/packages/patches/gcc-cross-environment-variables.patch: New file. * Makefile.am (MODULES): Add cross-base.scm. (dist_patch_DATA): Add gcc-cross-environment-variables.patch. * gnu/packages/base.scm (gcc-4.7): Use `LDFLAGS_FOR_TARGET' instead of `LDFLAGS_FOR_BUILD', and use `-B' instead of `-L'. * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for "mips64el-linux".
2013-02-27gnu: linux: Make `system->linux-architecture' public, and add ARM.Ludovic Courtès
* gnu/packages/linux.scm (system->linux-architecture): Make public. Add "arm".
2013-02-27gnu: linux-libre-headers: Set 'ARCH' to 'mips'.Nikita Karetnikov
* gnu/packages/linux.scm (system->linux-architecture): New procedure. (linux-libre-headers): Adjust accordingly.
2013-02-27gnu: gcc: Remove extraneous newline in 'LIB_SPEC'.Nikita Karetnikov
* gnu/packages/base.scm (gcc-4.7): Remove trailing newline when patching 'LIB_SPEC'.
2013-02-27gnu: texinfo: Make Perl a propagated input.Ludovic Courtès
* gnu/packages/texinfo.scm (texinfo): Make PERL a propagated input.
2013-02-27gnu: guile-reader: Rename packages to avoid version number confusion.Mark H Weaver
* gnu/packages/guile.scm (guile-reader): Change the character preceding the guile version number from '-' to '_' so that it will not be misinterpreted as the package version number.
2013-02-27gnu: texinfo: Update to 5.0.Ludovic Courtès
* gnu/packages/texinfo.scm (texinfo): Update to 5.0.
2013-02-27gnu: Add support for Guile in Linux initrd.Ludovic Courtès
* gnu/packages/linux-initrd.scm: New file.
2013-02-27gnu: qemu-kvm: Add patch to have multiple SMB shares.Ludovic Courtès
* gnu/packages/qemu.scm (qemu-kvm/smb-shares): New variable. * gnu/packages/patches/qemu-multiple-smb-shares.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
2013-02-27gnu: guile-static: Change `name' field.Ludovic Courtès
* gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with `-static' suffix.
2013-02-27gnu: guile-static: Add bindings for `reboot'.Ludovic Courtès
* gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'.
2013-02-27gnu: qemu: Add dependency on Samba.Ludovic Courtès
* gnu/packages/qemu.scm (qemu-kvm): Add dependency on Samba; pass `--smbd' to ./configure.
2013-02-27gnu: samba: Augment the RUNPATH of executables to point to $out/lib.Ludovic Courtès
* gnu/packages/samba.scm (samba): Add `add-lib-to-runpath' phase, and PatchELF as an input.
2013-02-27gnu: Add GNU Parted.Nikita Karetnikov
* gnu/packages/parted.scm: New file. * Makefile.am (MODULES): Add it.
2013-02-27gnu: guile-static: Add bindings for low-level Linux syscalls.Ludovic Courtès
* gnu/packages/make-bootstrap.scm (%guile-static): Add `guile-linux-syscalls.patch' as an input, and use it. * gnu/packages/patches/guile-linux-syscalls.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
2013-02-27gnu: linux-libre: Choose a config without debugging features.Ludovic Courtès
* gnu/packages/linux.scm (linux-libre): Choose "defconfig" instead of "allmodconfig" since the latter enables all debugging features. Add `CONFIG_CIFS=m'.
2013-02-27gnu: Add vim.Cyril Roelandt
* gnu/packages/vim.scm: New file. * Makefile.am (MODULES): Add it.
2013-02-27gnu: guile-static: Use libgc build with `USE_LIBC_PRIVATES'.Ludovic Courtès
* gnu/packages/make-bootstrap.scm (%guile-static): Use libgc build with CPPFLAGS=-DUSE_LIBC_PRIVATES. * gnu/packages/bdw-gc.scm (libgc): Add TODO to always do it.
2013-02-27gnu: Add missing patch for mcron.Ludovic Courtès
* gnu/packages/patches/mcron-install.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
2013-02-27gnu: Add GNU Wdiff.Nikita Karetnikov
* gnu/packages/wdiff.scm: New file. * Makefile.am (MODULES): Add it.
2013-02-27gnu: Add signing-party.Andreas Enge
* gnu/packages/gnupg.scm (signing-party): New variable.
2013-02-24gnu: wget: Drop manual handling of /usr/bin/env.Andreas Enge
* gnu/packages/wget.scm (wget): Drop patch-/usr/bin/env phase.
2013-02-24gnu: curl: Let patch-shebang handle /usr/bin/env.Andreas Enge
* gnu/packages/curl.scm (curl): Drop manual rewriting of #!/usr/bin/env.
2013-02-24gnu: openldap: Disable tests, they fail too randomly probably due toAndreas Enge
timeouts in the server. * gnu/packages/openldap.scm (openldap): Drop all tests.
2013-02-23gnu: screen: Use GNU mirror.Andreas Enge
* gnu/packages/screen.scm (screen): Use GNU mirror.
2013-02-23gnu: Update libpng to 1.5.14.Andreas Enge
* gnu/packages/libpng.scm (libpng): Switch to version 1.5.14.
2013-02-20gnu: texinfo: Make Perl a propagated input.Ludovic Courtès
* gnu/packages/texinfo.scm (texinfo): Make PERL a propagated input.
2013-02-17gnu: guile-reader: Rename packages to avoid version number confusion.Mark H Weaver
* gnu/packages/guile.scm (guile-reader): Change the character preceding the guile version number from '-' to '_' so that it will not be misinterpreted as the package version number.
2013-02-17gnu: texinfo: Update to 5.0.Ludovic Courtès
* gnu/packages/texinfo.scm (texinfo): Update to 5.0.
2013-02-16gnu: Add support for Guile in Linux initrd.Ludovic Courtès
* gnu/packages/linux-initrd.scm: New file.
2013-02-16gnu: qemu-kvm: Add patch to have multiple SMB shares.Ludovic Courtès
* gnu/packages/qemu.scm (qemu-kvm/smb-shares): New variable. * gnu/packages/patches/qemu-multiple-smb-shares.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
2013-02-16gnu: guile-static: Change `name' field.Ludovic Courtès
* gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with `-static' suffix.
2013-02-16gnu: guile-static: Add bindings for `reboot'.Ludovic Courtès
* gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'.
2013-02-15gnu: qemu: Add dependency on Samba.Ludovic Courtès
* gnu/packages/qemu.scm (qemu-kvm): Add dependency on Samba; pass `--smbd' to ./configure.
2013-02-15gnu: samba: Augment the RUNPATH of executables to point to $out/lib.Ludovic Courtès
* gnu/packages/samba.scm (samba): Add `add-lib-to-runpath' phase, and PatchELF as an input.
2013-02-15gnu: Add GNU Parted.Nikita Karetnikov
* gnu/packages/parted.scm: New file. * Makefile.am (MODULES): Add it.
2013-02-15gnu: guile-static: Add bindings for low-level Linux syscalls.Ludovic Courtès
* gnu/packages/make-bootstrap.scm (%guile-static): Add `guile-linux-syscalls.patch' as an input, and use it. * gnu/packages/patches/guile-linux-syscalls.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
2013-02-15gnu: linux-libre: Choose a config without debugging features.Ludovic Courtès
* gnu/packages/linux.scm (linux-libre): Choose "defconfig" instead of "allmodconfig" since the latter enables all debugging features. Add `CONFIG_CIFS=m'.
2013-02-14gnu: Add vim.Cyril Roelandt
* gnu/packages/vim.scm: New file. * Makefile.am (MODULES): Add it.
2013-02-14gnu: guile-static: Use libgc build with `USE_LIBC_PRIVATES'.Ludovic Courtès
* gnu/packages/make-bootstrap.scm (%guile-static): Use libgc build with CPPFLAGS=-DUSE_LIBC_PRIVATES. * gnu/packages/bdw-gc.scm (libgc): Add TODO to always do it.
2013-02-14gnu: Add missing patch for mcron.Ludovic Courtès
* gnu/packages/patches/mcron-install.patch: New file. * Makefile.am (dist_patch_DATA): Add it.