Age | Commit message (Collapse) | Author |
|
* gnu/packages/gnome.scm (goffice-0.8): New variable.
|
|
* gnu/packages/gl.scm (mesa): Pass "nouveau" to "--with-gallium-drivers" flag.
|
|
* 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.
|
|
* gnu/packages/vpn.scm (openvpn): New variable.
|
|
* gnu/packages/linux.scm (bridge-utils): Patch source to fix compilation
error. Patch Makefile to fail in case of future compilation errors.
|
|
* gnu/packages/version-control.scm (neon-0.29.6): Remove variable.
|
|
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.
|
|
* gnu/packages/web.scm (serf): New variable.
|
|
* gnu/packages/python.scm (scons): Update to 2.3.4.
|
|
* 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.
|
|
* gnu/packages/apr.scm (apr): Update to 1.5.2.
|
|
* gnu/packages/disk.scm (dosfstools): New variable.
|
|
* gnu/packages/libreoffice.scm (libvisio): New variable.
|
|
* gnu/packages/libreoffice.scm (libpagemaker): New variable.
|
|
* gnu/packages/libreoffice.scm (libmspub): New variable.
|
|
* gnu/packages/libreoffice.scm (libfreehand): New variable.
|
|
* gnu/packages/libreoffice.scm (libexttextcat): New variable.
|
|
* gnu/packages/libreoffice.scm (libetonyek): New variable.
|
|
* gnu/packages/libreoffice.scm (libcdr): New variable.
|
|
* gnu/packages/libreoffice.scm (libabw): New variable.
|
|
* gnu/packages/freedesktop.scm (python-pyxdg, python2-pyxdg): New variables.
|
|
* gnu/packages/moe.scm (moe): Update to 1.7.
|
|
* 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.
|
|
* gnu/packages/freedesktop.scm (elogind): New variable.
|
|
* gnu/packages/audio.scm (ir): New variable.
|
|
* gnu/packages/audio.scm (zita-convolver): New variable.
|
|
* gnu/packages/webkit.scm (webkitgtk): Remove make-flags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/libreoffice.scm (librevenge, libwpd, libwpg): Fix
'license' field to be a list of <license>.
|
|
* gnu/packages/scheme.scm (inputs): Move patchelf input to...
(native-inputs): ...here. New field.
(arguments)[phases]: Use augment-rpath for patch-rpath phase.
|
|
* gnu/packages/perl.scm (perl-json-any)[source]: Fix typo.
|
|
* gnu/packages/webkit.scm (webkitgtk): Move library install path from lib64 to
lib.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/wxwidgets.scm (wxwidgets-2)[arguments]: Add #:make-flags,
as for WXWIDGETS.
|
|
* gnu/packages/gnuzilla.scm (mozjs)[supported-systems]: New field.
|
|
* gnu/packages/gnupg.scm (gpgme)[inputs]: Change to GNUPG-2.0.
|
|
* gnu/packages/bioinformatics.scm (vcftools): Explicitly set CFLAGS to
remove "-m64" flag.
|
|
* gnu/packages/patches/fltk-shared-lib-defines.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/fltk.scm (source)[patches]: New field.
|
|
* gnu/packages/audio.scm (ardour)[arguments]: Add a build phase to add all
library output directories to the rpath using linker flags.
|
|
* gnu/packages/linux.scm (bluez): New variable.
|
|
* gnu/packages/calendar.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/gl.scm (soil): New variable.
|
|
* gnu/packages/textutils.scm (markdown): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/libreoffice.scm (libwpg): New variable.
|
|
* gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch,
gnu/packages/patches/curl-support-capath-on-gnutls.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/curl.scm (curl): Update to 7.42.1. Remove patches.
|
|
* gnu/packages/python.scm (python-sympy, python2-sympy): New variables.
|
|
* gnu/packages/bioinformatics.scm (bamtools): Add a pre-configure phase
setting $LDFLAGS to set the rpath to $out/lib/bamtools.
|
|
* gnu/packages/task-management.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/bioinformatics.scm (samtools-0.1): New variable.
|
|
* gnu/packages/bioinformatics.scm (samtools)[arguments]: Add phase
"install-library" to install the libbam.a library.
|
|
* gnu/packages/bioinformatics.scm (samtools)[arguments]: Remove
patch-makefile-curses phase, use make-flags instead.
|
|
* gnu/packages/patches/gcc-5.0-libvtv-runpath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gcc.scm (gcc-5.1)[source]: Use it.
|