summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: subversion: Add $libdir to the RUNPATH of Perl bindings.宋文武2015-04-11
| | | | | | | Fixes <http://bugs.gnu.org/20052>. * gnu/packages/version-control.scm (subversion)[arguments]: Pass '-Wl,-rpath=...' as OTHERLDFLAGS in install-perl-bindings phase.
* gnu: boost: Add $libdir to the RUNPATH of libraries.Ludovic Courtès2015-04-10
| | | | | * gnu/packages/boost.scm (boost)[arguments]: Add -Wl,-rpath=... to BUILD-FLAGS. Remove 'check' phase and use #:tests? #f instead.
* gnu: libtool: Leave out the test suite workarounds.Ludovic Courtès2015-04-10
| | | | | | | | | They are no longer needed since the latest ld-wrapper changes (commit 51d0cd9.) * gnu/packages/patches/libtool-skip-tests2.patch: New file. * gnu/packages/autotools.scm (libtool)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: libvpx: Augment rpath.宋文武2015-04-10
| | | | | | | Fixes <http://bugs.gnu.org/20055>. * gnu/packages/video.scm (libvpx)[arguments]: Set LDFLAGS to '-Wl,-rpath=$out/lib' in configure phase.
* gnu: Add missing quotes in phase names passed to 'modify-phases'.Ludovic Courtès2015-04-10
| | | | | | | | | | | | | | | | This is a followup to f8503e2. * gnu/packages/gnome.scm (glib-networking): Add missing quotes before phase names passed to 'modify-phases'. (libsoup): Likewise. (gnome-terminal): Likewise. (colord): Likewise. (geoclue): Likewise. * gnu/packages/gtk.scm (at-spi2-core, at-spi2-atk): Likewise. * gnu/packages/haskell.scm (ghc-network): Likewise. * gnu/packages/imagemagick.scm (perl-image-magick): Likewise. * gnu/packages/video.scm (aalib): Likewise. * gnu/packages/web.scm (nginx): Likewise.
* gnu: Fix incorrect references to %GNU-BUILD-SYSTEM-MODULES.Ludovic Courtès2015-04-10
| | | | | | | | | | | | Fixes a regression introduced in 8ff3df5. * gnu/packages/emacs.scm (emacs-w3m)[arguments]: Use quasiquote, not quote. (emacs-wget)[arguments]: Likewise, and use unquote-splicing for %GNU-BUILD-SYSTEM-MODULES. (emms): Likewise. * gnu/packages/haskell.scm (ghc): Likewise. * gnu/packages/samba.scm (samba): Likewise.
* gnu: curl: Update to 7.41.0. Support CURLOPT_CAPATH on GnuTLS.Tomáš Čech2015-04-10
| | | | | | | | | | | | | Fixes <http://bugs.gnu.org/20121>. * gnu/packages/patches/curl-gss-api-fix.patch: Delete file. * gnu/packages/patches/curl-support-capath-on-gnutls.patch, gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch: New files. * gnu-system.am (dist_patch_DATA): Add new patches and remove old one. * gnu/packages/curl.scm (curl): Update to 7.41.0. Add new patches and remove old one. Disable one unit test. Modified-By: Mark H Weaver <mhw@netris.org>
* gnu: gnome-themes-standard: Update to 3.16.0.宋文武2015-04-10
| | | | | | This is a followup to 12f7f4a. * gnu/packages/gnome.scm (gnome-themes-standard): Update hash.
* gnu: python-2: Restore python-libffi-mips-n32-fix.patch.Mark H Weaver2015-04-09
| | | | | | | | This patch was removed in 08c045091e8d8da3b4c677540ed577e8f2448b0d, but it's still needed for python-2. * gnu/packages/patches/python-libffi-mips-n32-fix.patch: Restore it. * gnu-system.am (dist_patch_DATA): Add it back.
* python: Update to 3.4.3Cyril Roelandt2015-04-10
| | | | | | | * gnu/packages/python.scm (python): Update from 3.3.5 to 3.4.3. * gnu/packages/patches/python-fix-tests.patch: Update the required test fixes. * gnu/packages/patches/python-libffi-mips-n32-fix.patch: Remove it... * gnu-system.am (dist_patch_DATA): ... and do not reference it here.
* gnu: Add geocode-glib.Andy Wingo2015-04-09
| | | | | | * gnu/packages/gnome.scm (geocode-glib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome-desktop: Update to 3.16.0.Andy Wingo2015-04-09
| | | | | | * gnu/packages/gnome.scm (gnome-desktop): Update to 3.16.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Merge branch 'master' into core-updatesLudovic Courtès2015-04-09
|\
| * gnu: Add ghc-http.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-http): New variable.
| * gnu: Add ghc-network-uri.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-network-uri): New variable.
| * gnu: Add ghc-network.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-network): New variable.
| * gnu: Add ghc-vector.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-vector): New variable.
| * gnu: Add ghc-parsec.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-parsec): New variable.
| * gnu: Add ghc-split.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-split): New variable.
| * gnu: Add ghc-unordered-containers.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-unordered-containers): New variable.
| * gnu: Add ghc-fgl.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-fgl): New variable.
| * gnu: Add ghc-containers.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-containers): New variable.
| * gnu: Add ghc-syb.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-syb): New variable.
| * gnu: Add ghc-case-insensitive.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-case-insensitive): New variable.
| * gnu: Add ghc-quickcheck.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-quickcheck): New variable.
| * gnu: Add ghc-tf-random.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-tf-random): New variable.
| * gnu: Add ghc-primitive.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-primitive): New variable.
| * gnu: Add ghc-random.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-random): New variable.
| * gnu: Add ghc-hunitFederico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-hunit): New variable.
| * gnu: Add ghc-hashable.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-hashable): New variable.
| * gnu: Add ghc-text.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-text): New variable.
| * gnu: Add ghc-parallel.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-parallel): New variable.
| * gnu: Add ghc-stm.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-stm): New variable.
| * gnu: Add ghc-zlib.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-zlib): New variable.
| * gnu: Add ghc-paths.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm: (ghc-paths): New variable.
| * gnu: Add ghc-mtl.Federico Beffa2015-04-08
| | | | | | | | * gnu/packages/haskell.scm: (ghc-mtl): New variable.
| * gnu: Add libsecret.宋文武2015-04-08
| | | | | | | | * gnu/packages/gnome.scm (libsecret): New variable.
| * gnu: guix: Update development snapshot.Ludovic Courtès2015-04-08
| | | | | | | | * gnu/packages/package-management.scm (guix-devel): Update to 0b13161.
| * gnu: inetutils: Apply syslogd patch.Ludovic Courtès2015-04-08
| | | | | | | | | | | | | | * gnu/packages/patches/inetutils-syslogd.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/admin.scm (inetutils)[source]: Use it. [native-inputs]: New field.
* | gnu: libtasn1: Update to 4.4 [fix for CVE-2015-2806].Ludovic Courtès2015-04-09
| | | | | | | | * gnu/packages/gnutls.scm (libtasn1): Update to 4.4.
* | gnu: nettle: Update to 3.1.Ludovic Courtès2015-04-09
| | | | | | | | | | * gnu/packages/nettle.scm (nettle): Update to 3.1. Add 'arguments' field.
* | gnu: nettle: Make version 3 the default.Ludovic Courtès2015-04-09
| | | | | | | | | | | | | | | | | | * gnu/packages/nettle.scm (nettle): Rename to... (nettle-2): ... this. (nettle-3): Rename to... (nettle): ... this. * gnu/packages/gnutls.scm (gnutls): Use NETTLE-2. * gnu/packages/lsh.scm (lsh): Likewise.
* | gnu: gcc: Do not pass -dynamic-linker to linker when !shared on arm.Mark H Weaver2015-04-09
| | | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/20102>. * gnu/packages/patches/gcc-arm-link-spec-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-4.8, gcc-4.9): Add patch. * gnu/packages/cross-base.scm (cross-gcc): Preserve patches from gcc-4.8. Co-Authored-By: Ludovic Courtès <ludo@gnu.org>
* | gnu: Add geoclue.Andy Wingo2015-04-08
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (geoclue): New variable. * gnu/packages/patches/geoclue-config.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: Add colord package.Andy Wingo2015-04-08
| | | | | | | | | | | | * gnu/packages/gnome.scm (colord): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updates宋文武2015-04-08
|\ \
| * | gnu: at-spi2-core: Move html documentation to 'doc' output.宋文武2015-04-08
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-core)[outputs]: New field. [arguments]: Add #:configure-flags.
| * | gnu: at-spi2-atk: Propagate input at-spi2-core.宋文武2015-04-08
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-atk): Move at-spi2-core to 'propagated-inputs'. Move dbus to 'native-inputs'.
| * | gnu: at-spi2-atk: Enable tests.宋文武2015-04-08
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Remove #:tests? #f. Add #:phases.
| * | gnu: atk: Propagate input glib.宋文武2015-04-08
| | | | | | | | | | | | * gnu/packages/gtk.scm (atk): Move glib to 'propagated-inputs'.