| Commit message (Expand) | Author | Age |
* | gnu: iptables: Add $libdir to the RUNPATH of executables.•••* gnu/packages/linux.scm (iptables)[arguments]: Add #:configure-flags.
| 宋文武 | 2015-04-11 |
* | gnu: libcap: Add $libdir to the RUNPATH of executables.•••* gnu/packages/linux.scm (libcap)[arguments]: Set LDFLAGS to
'-Wl,-rpath=...' in Make.Rules.
| 宋文武 | 2015-04-11 |
* | gnu: cdparanoia: Don't use patchelf.•••* gnu/packages/cdrom.scm (cdparanoia): Remove 'patchelf' from inputs.
[arguments]: Remove #:modules, #:imported-modules and #:phases. Pass
'LDFLAGS=-Wl,-rpath=...' as #:configure-flags.
[origin]: Add 'snippet'.
| 宋文武 | 2015-04-11 |
* | gnu: netpbm: Add $libdir to the RUNPATH of binaries.•••* gnu/packages/netpbm.scm (netpbm)[arguments]: Add 'LDFLAGS += -Wl,-rpath=...'
to config.mk in the configure phase.
| 宋文武 | 2015-04-11 |
* | gnu: subversion: Add $libdir to the RUNPATH of Perl bindings.•••Fixes <http://bugs.gnu.org/20052>.
* gnu/packages/version-control.scm (subversion)[arguments]:
Pass '-Wl,-rpath=...' as OTHERLDFLAGS in install-perl-bindings phase.
| 宋文武 | 2015-04-11 |
* | gnu: boost: Add $libdir to the RUNPATH of libraries.•••* gnu/packages/boost.scm (boost)[arguments]: Add -Wl,-rpath=... to
BUILD-FLAGS. Remove 'check' phase and use #:tests? #f instead.
| Ludovic Courtès | 2015-04-10 |
* | gnu: libtool: Leave out the test suite workarounds.•••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.
| Ludovic Courtès | 2015-04-10 |
* | gnu: libvpx: Augment rpath.•••Fixes <http://bugs.gnu.org/20055>.
* gnu/packages/video.scm (libvpx)[arguments]: Set LDFLAGS to
'-Wl,-rpath=$out/lib' in configure phase.
| 宋文武 | 2015-04-10 |
* | gnu: Add missing quotes in phase names passed to 'modify-phases'.•••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.
| Ludovic Courtès | 2015-04-10 |
* | gnu: Fix incorrect references to %GNU-BUILD-SYSTEM-MODULES.•••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.
| Ludovic Courtès | 2015-04-10 |
* | lint: Report patches that cannot be found.•••* guix/scripts/lint.scm (check-patch-file-names): Wrap body in 'guard'.
* tests/lint.scm ("patches: not found"): New test.
| Ludovic Courtès | 2015-04-10 |
* | lint: Rename 'check-patches' to 'check-patch-file-names'.•••* guix/scripts/lint.scm (check-patches): Rename to...
(check-patch-file-names): ... this. Rename 'filename' to 'file'.
(%checkers): Adjust accordingly.
* tests/lint.scm ("patches: file names"): Likewise.
| Ludovic Courtès | 2015-04-10 |
* | gnu: curl: Update to 7.41.0. Support CURLOPT_CAPATH on GnuTLS.•••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>
| Tomáš Čech | 2015-04-10 |
* | gnu: gnome-themes-standard: Update to 3.16.0.•••This is a followup to 12f7f4a.
* gnu/packages/gnome.scm (gnome-themes-standard): Update hash.
| 宋文武 | 2015-04-10 |
* | gnu: python-2: Restore python-libffi-mips-n32-fix.patch.•••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.
| Mark H Weaver | 2015-04-09 |
* | python: Update to 3.4.3•••* 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.
| Cyril Roelandt | 2015-04-10 |
* | gnu: Add geocode-glib.•••* gnu/packages/gnome.scm (geocode-glib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Wingo | 2015-04-09 |
* | gnu: gnome-desktop: Update to 3.16.0.•••* gnu/packages/gnome.scm (gnome-desktop): Update to 3.16.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Wingo | 2015-04-09 |
* | Merge branch 'master' into core-updates | Ludovic Courtès | 2015-04-09 |
|\ |
|
| * | http-client: Add workaround for HTTP pipelining on Guile <= 2.0.9.•••Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>.
* guix/http-client.scm (make-delimited-input-port): New procedure.
Install it in (web response) for Guile <= 2.0.9.
| Ludovic Courtès | 2015-04-08 |
| * | activation: Remove undeclared user accounts and groups.•••Fixes <http://bugs.gnu.org/19795>.
Reported by David Thompson <dthompson2@worcester.edu>.
* gnu/build/activation.scm (enumerate, current-users, current-groups,
delete-user, delete-group): New procedures.
(activate-users+groups): Add calls to 'delete-user' and
'delete-group'.
* doc/guix.texi (User Accounts): Add a paragraph about statelessness.
Explain that passwords are preserved.
| Ludovic Courtès | 2015-04-08 |
| * | gnu: Add ghc-http.•••* gnu/packages/haskell.scm (ghc-http): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-network-uri.•••* gnu/packages/haskell.scm (ghc-network-uri): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-network.•••* gnu/packages/haskell.scm (ghc-network): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-vector.•••* gnu/packages/haskell.scm (ghc-vector): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-parsec.•••* gnu/packages/haskell.scm (ghc-parsec): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-split.•••* gnu/packages/haskell.scm (ghc-split): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-unordered-containers.•••* gnu/packages/haskell.scm (ghc-unordered-containers): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-fgl.•••* gnu/packages/haskell.scm (ghc-fgl): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-containers.•••* gnu/packages/haskell.scm (ghc-containers): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-syb.•••* gnu/packages/haskell.scm (ghc-syb): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-case-insensitive.•••* gnu/packages/haskell.scm (ghc-case-insensitive): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-quickcheck.•••* gnu/packages/haskell.scm (ghc-quickcheck): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-tf-random.•••* gnu/packages/haskell.scm (ghc-tf-random): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-primitive.•••* gnu/packages/haskell.scm (ghc-primitive): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-random.•••* gnu/packages/haskell.scm (ghc-random): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-hunit•••* gnu/packages/haskell.scm (ghc-hunit): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-hashable.•••* gnu/packages/haskell.scm (ghc-hashable): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-text.•••* gnu/packages/haskell.scm (ghc-text): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-parallel.•••* gnu/packages/haskell.scm (ghc-parallel): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-stm.•••* gnu/packages/haskell.scm (ghc-stm): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-zlib.•••* gnu/packages/haskell.scm (ghc-zlib): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-paths.•••* gnu/packages/haskell.scm: (ghc-paths): New variable.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add ghc-mtl.•••* gnu/packages/haskell.scm: (ghc-mtl): New variable.
| Federico Beffa | 2015-04-08 |
| * | profiles: Generate GHC's package database cache.•••* guix/profiles.scm (ghc-package-cache-file): New procedure.
(profile-derivation): Add 'ghc-package-cache?' keyword argument. If true
(the default), add the result of 'ghc-package-cache-file' to 'inputs'.
* guix/scripts/package.scm (guix-package)[process-actions]: Pass
#:ghc-package-cache? to 'profile-generation'.
* tests/packages.scm ("--search-paths with pattern"): Likewise.
* tests/profiles.scm ("profile-derivation"): Likewise.
| Federico Beffa | 2015-04-08 |
| * | build-system/haskell: Update configure flags, 'haddock' and %standard-phases.•••* guix/build/haskell-build-system.scm (%standard-phases): move 'haddock phase
before 'install phase.
* guix/build/haskell-build-system.scm (haddock): Simplify it as the 'install
phase takes care of copying files.
* guix/build/haskell-build-system.scm (configure): Add '--libsubdir' flag.
Fix use of '--extra-include-dirs' and '--extra-lib-dirs' flags. Use 'doc',
'bin' and 'lib' outputs if they are defined.
* guix/build/haskell-build-system.scm (make-ghc-package-database, register):
Aligh location of 'package.conf.d' directory with '--libsubdir' flag.
| Federico Beffa | 2015-04-08 |
| * | import: Add hackage importer.•••* guix/import/hackage.scm: New file.
* tests/hackage.scm: New file.
| Federico Beffa | 2015-04-08 |
| * | import: Add hackage importer.•••* guix/scripts/import.scm (importers): Add hackage.
* guix/scripts/import/hackage.scm: New file.
* po/guix/POTFILES.in: Add guix/scripts/import.scm.
* doc/guix.texi: Add section on 'hackage' importer.
| Federico Beffa | 2015-04-08 |
| * | gnu: Add libsecret.•••* gnu/packages/gnome.scm (libsecret): New variable.
| 宋文武 | 2015-04-08 |
| * | build: Enable silent rules by default.•••* configure.ac: Use 'AM_SILENT_RULES'.
| Ludovic Courtès | 2015-04-08 |