summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-07gnu: serf: Apply upstream fixes.Mark H Weaver
* gnu/packages/patches/serf-comment-style-fix.patch, gnu/packages/patches/serf-deflate-buckets-test-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/web.scm (serf): Add patches. Remove 'remove-non-c89-comment' phase.
2015-05-07gnu: Add openvpn.David Thompson
* gnu/packages/vpn.scm (openvpn): New variable.
2015-05-07gnu: bridge-utils: Fix build system.David Thompson
* gnu/packages/linux.scm (bridge-utils): Patch source to fix compilation error. Patch Makefile to fail in case of future compilation errors.
2015-05-07gnu: Add postgresql-service.David Thompson
* gnu/services/databases.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi ("Database Services"): New subsubsection.
2015-05-07gnu: Remove neon-0.29.6.Mark H Weaver
* gnu/packages/version-control.scm (neon-0.29.6): Remove variable.
2015-05-07gnu: subversion: Add serf to inputs.Mark H Weaver
This is a followup to d5e9f3809dc7d521874cfad0a242ab664f6c19bc, which upgraded subversion to 1.8.x. Previously we used 'neon' to support http access methods, but subversion 1.8 drops support for 'neon' in favor of 'serf'. * gnu/packages/version-control.scm (subversion)[inputs]: Add 'serf' and remove 'neon'. [arguments]: Fix typo in phase name.
2015-05-07gnu: Add serf.Mark H Weaver
* gnu/packages/web.scm (serf): New variable.
2015-05-07gnu: scons: Update to 2.3.4.Mark H Weaver
* gnu/packages/python.scm (scons): Update to 2.3.4.
2015-05-07gnu: apr-util: Use system expat library.Mark H Weaver
* gnu/packages/apr.scm: Import (guix licenses) with prefix "l:". (apr)[license]: Adapt to license prefix. (apr-util)[propagated-inputs]: Add expat. [arguments]: Pass --with-expat to configure. [license]: Adapt to license prefix.
2015-05-07gnu: apr: Update to 1.5.2.Mark H Weaver
* gnu/packages/apr.scm (apr): Update to 1.5.2.
2015-05-07system: Use "." instead of "source" in /etc/profile.Ludovic Courtès
* gnu/system.scm (etc-directory)[profile]: Use "." instead of "source", the latter being Bash-specific.
2015-05-07system: Check whether ~/.guix-profile/etc/profile exists.Ludovic Courtès
* gnu/system.scm (etc-directory)[profile]: Check for ~/.guix-profile/etc/profile rather than just ~/.guix-profile.
2015-05-07gnu: Add dosfstools.Mark H Weaver
* gnu/packages/disk.scm (dosfstools): New variable.
2015-05-06tests: Fix etc/profile test.Taylan Ulrich Bayırlı/Kammer
* tests/profiles.scm ("etc/profile"): Unset GUIX_PROFILE before sourcing etc/profile. Use '.' instead of 'source' for sourcing. Call 'echo $PATH' instead of using the output of 'set' to determine whether PATH is set.
2015-05-06gnu: Add libvisio.Andreas Enge
* gnu/packages/libreoffice.scm (libvisio): New variable.
2015-05-06gnu: Add libpagemaker.Andreas Enge
* gnu/packages/libreoffice.scm (libpagemaker): New variable.
2015-05-06gnu: Add libmspub.Andreas Enge
* gnu/packages/libreoffice.scm (libmspub): New variable.
2015-05-06gnu: Add libfreehand.Andreas Enge
* gnu/packages/libreoffice.scm (libfreehand): New variable.
2015-05-06gnu: Add libexttextcat.Andreas Enge
* gnu/packages/libreoffice.scm (libexttextcat): New variable.
2015-05-06gnu: Add libetonyek.Andreas Enge
* gnu/packages/libreoffice.scm (libetonyek): New variable.
2015-05-06gnu: Add libcdr.Andreas Enge
* gnu/packages/libreoffice.scm (libcdr): New variable.
2015-05-06gnu: Add libabw.Andreas Enge
* gnu/packages/libreoffice.scm (libabw): New variable.
2015-05-06gnu: Add python-pyxdg.Ricardo Wurmus
* gnu/packages/freedesktop.scm (python-pyxdg, python2-pyxdg): New variables.
2015-05-06system: /etc/profile sources each profile's /etc/profile.Ludovic Courtès
Partly fixes <http://bugs.gnu.org/20255>. Reported by 宋文武 <iyzsong@gmail.com>. * gnu/system.scm (etc-directory)[profile]: Source /run/current-system/profile/etc/profile and $HOME/.guix-profile/etc/profile when available. Move definitions of SSL_CERT_DIR, SSL_CERT_FILE, and GIT_SSL_CAINFO before that.
2015-05-06profiles: Generate an 'etc/profile' file.Ludovic Courtès
Suggested by 宋文武 <iyzsong@gmail.com> in <http://bugs.gnu.org/20255>. * guix/build/profiles.scm (abstract-profile, write-environment-variable-definition): New procedures. (build-profile): Add #:search-paths parameter. Create OUTPUT/etc/profile. * guix/profiles.scm (profile-derivation)[builder]: Add 'search-paths' variable and pass it to 'build-profile'. Adjust #:modules argument. * tests/profiles.scm ("etc/profile"): New test. * doc/guix.texi (Invoking guix package): Mention etc/profile.
2015-05-06profiles: Move build code to (guix build profiles).Ludovic Courtès
* guix/build/profiles.scm: New file. * Makefile.am (MODULES): Add it. * guix/profiles.scm (profile-derivation)[builder]: Call out to 'build-profile'. Add (guix build profiles) to the #:modules argument.
2015-05-06search-paths: Export 'string-tokenize*'.Ludovic Courtès
* guix/search-paths.scm (string-tokenize*): Export. * tests/utils.scm ("string-tokenize*"): Adjust accordingly.
2015-05-06gnu: moe: Update to 1.7.Eric Bavier
* gnu/packages/moe.scm (moe): Update to 1.7.
2015-05-06gnu: hop: Remove use of patchelf.Eric Bavier
* gnu/packages/patches/hop-linker-flags.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/scheme.scm (source)[patches]: Use it. (arguments)[phases]: Remove patch-rpath phase. [modules, imported-modules]: Remove. (native-inputs): Remove field.
2015-05-06gnu: Add elogind.Ricardo Wurmus
* gnu/packages/freedesktop.scm (elogind): New variable.
2015-05-06gnu: Add IR.Ricardo Wurmus
* gnu/packages/audio.scm (ir): New variable.
2015-05-06gnu: Add zita-convolver.Ricardo Wurmus
* gnu/packages/audio.scm (zita-convolver): New variable.
2015-05-06download: Work around Guile small-receive-buffer bug.Ludovic Courtès
Previously, code using directly (guix build download) was still affected by <http://bugs.gnu.org/15368>. This includes source derivations, the 'guix download' command, and (guix gnu-maintenance). 'guix substitute' was unaffected since it used (guix http-client), which already had the fix. * guix/http-client.scm (open-socket-for-uri): Remove. (http-fetch): Remove #:buffered? argument to 'open-socket-for-uri'; use 'setvbuf' instead. * guix/scripts/substitute.scm (fetch): Likewise. * guix/build/download.scm (open-socket-for-uri): New procedure, taken from guix/http-client.scm, but without the #:buffered? parameter.
2015-05-06download: Reinstate buffering on connection sockets.Ludovic Courtès
* guix/build/download.scm (open-connection-for-uri): Reinstate call to 'setvbuf' inadvertently removed in d17551d9.
2015-05-06gnu: webkitgtk: Remove unnecessary make flag.David Hashe
* gnu/packages/webkit.scm (webkitgtk): Remove make-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-05-05activation: Make user copies of the skeletons writable.Ludovic Courtès
* gnu/build/activation.scm (make-file-writable, make-skeletons-writable): New procedures. (copy-account-skeletons): Call 'make-file-writable' after 'copy-file'. (add-user): Add call to 'make-skeletons-writable'.
2015-05-05gnu: librevenge, libwpd, libwpg: Fix 'license' field.Ludovic Courtès
* gnu/packages/libreoffice.scm (librevenge, libwpd, libwpg): Fix 'license' field to be a list of <license>.
2015-05-05services: Group desktop services in (gnu services desktop).Ludovic Courtès
* gnu/services/colord.scm, gnu/services/dbus.scm, gnu/services/upower.scm: Remove. * gnu/services/desktop.scm: New file, with contents taken from the above files. * gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly. * doc/guix.texi (Desktop Services): New section. (Various Services): Move colord-service and upower-service from here to "Desktop Services".
2015-05-05gnu: hop: Fix RPATHs.Eric Bavier
* gnu/packages/scheme.scm (inputs): Move patchelf input to... (native-inputs): ...here. New field. (arguments)[phases]: Use augment-rpath for patch-rpath phase.
2015-05-05gnu: perl-json-any: Fix typo in source uri scheme.Eric Bavier
* gnu/packages/perl.scm (perl-json-any)[source]: Fix typo.
2015-05-05gnu: webkitgtk: Fix compilation on x86_64.David Hashe
* gnu/packages/webkit.scm (webkitgtk): Move library install path from lib64 to lib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-05-05gnu: wxwidgets-2: Add $libdir to RUNPATH.Ludovic Courtès
* gnu/packages/wxwidgets.scm (wxwidgets-2)[arguments]: Add #:make-flags, as for WXWIDGETS.
2015-05-05gnu: mozjs: Mark as unsupported on mips64el-linux.Ludovic Courtès
* gnu/packages/gnuzilla.scm (mozjs)[supported-systems]: New field.
2015-05-05gnu: gpgme: Build against GnuPG 2.0.Ludovic Courtès
* gnu/packages/gnupg.scm (gpgme)[inputs]: Change to GNUPG-2.0.
2015-05-05environment: Move iteration outside of 'for-each-search-path'.Ludovic Courtès
* guix/search-paths.scm (search-path-definition): New procedure. * guix/scripts/environment.scm (for-each-search-path): Rename to... (evaluate-input-search-paths): ... this. Remove 'proc' and 'pure?' parameters, and return directly the list of search-path/value pairs. (create-environment): Use 'for-each' and 'evaluate-input-search-paths' instead of 'for-each-search-path'. (show-search-paths): Use 'for-each', 'search-path-definition', and 'evaluate-search-paths' instead of 'for-each-search-path'.
2015-05-05environment: Use 'evaluate-search-paths'.Ludovic Courtès
This allows 'guix environment' to correctly handle non-directory and/or pattern search-path specifications, such as that for 'XML_CATALOG_FILES'. * guix/scripts/environment.scm (for-each-search-path): Use 'evaluate-search-paths' instead of 'search-path-as-list' & co.
2015-05-05search-paths: Define the 'PATH' environment variable.Ludovic Courtès
* guix/search-paths.scm ($PATH): New variable. * guix/scripts/environment.scm (for-each-search-path): Use it.
2015-05-05search-paths: 'evaluate-search-paths' can be passed a list of directories.Ludovic Courtès
* guix/search-paths.scm (evaluate-search-paths): Change 'directory' to 'directories', and adjust 'search-path-as-list' accordingly. * guix/scripts/package.scm (search-path-environment-variables): Adjust call accordingly.
2015-05-05gnu-maintenance: 'gnu-package?' returns #t for R and for GNOME packages.Ludovic Courtès
Reported by John Darrington. * guix/gnu-maintenance.scm (gnu-package?)[mirror-type]: Add "gnome" to the list of GNU mirrors. Return #f for "cran".
2015-05-05environment: Use (guix search-paths).Ludovic Courtès
* guix/scripts/environment.scm: Use (guix search-paths). Fixes a regression introduced in e89431b.