Age | Commit message (Collapse) | Author |
|
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.16.0.
|
|
* gnu/packages/gtk.scm (atk)[outputs]: New field.
[arguments]: New field.
|
|
* gnu/packages/gtk.scm (atk): Update to 2.16.0.
|
|
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Add #:make-flags.
[native-inputs]: Add gobject-introspection.
|
|
* gnu/packages/gtk.scm (at-spi2-core): Move dbus and glib to
'propagated-inputs'.
|
|
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Remove #:tests? #f.
Add #:phases.
|
|
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.16.0.
|
|
* gnu/packages/gtk.scm (gtk+-2)[outputs]: New field.
[arguments]<#:configure-flags>: Add '--with-html-dir'.
|
|
* gnu/packages/gtk.scm (gtk+-2)[inputs]: Add cups, libxcomposite,
libxcursor, libxdamage, libxi, libxinerama and libxrandr.
[native-inputs]: Add gettext.
[arguments]: Add #:configure-flags.
|
|
* gnu/packages/gtk.scm (gtk+-2): Update to 2.24.27.
|
|
* gnu/packages/julia.scm (julia)[arguments]: Pass "MARCH" flag for supported
architectures.
|
|
* gnu/packages/julia.scm (julia): Add 'supported-systems' field.
|
|
* gnu/packages/audio.scm (wavpack)[arguments]: New field.
|
|
* guix/ui.scm (warn-about-load-error): New procedure.
* gnu/packages.scm (package-modules): Wrap 'resolve-interface' call in
'catch #t', and call 'warn-about-load-error' in handler.
|
|
* gnu/packages/ld-wrapper.scm: Rename to...
* gnu/packages/ld-wrapper.in: ... this.
* gnu/packages/base.scm (make-ld-wrapper): Adjust "wrapper" input
accordingly.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove ld-wrapper.scm.
(MISC_DISTRO_FILES): New variable.
|
|
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Pass
#:validate-runpath? #f.
* gnu/packages/commencement.scm (gcc-boot0)[arguments]: Override
#:validate-runpath? with 'substitute-keyword-arguments'.
(gcc-final)[arguments]: Likewise.
* gnu/packages/cross-base.scm (cross-gcc-arguments): Likewise.
|
|
* gnu/packages/ld-wrapper.scm (%disable-rpath?): New variable.
(rpath-arguments): Honor it.
|
|
This avoids adding bogus entries to the RUNPATH of installed binaries,
pointing to the build directory or similar.
* gnu/packages/ld-wrapper.scm (store-file-name?): New procedure.
(rpath-arguments): Add "-rpath" flag on when FILE matches
'store-file-name?', not when it matches 'pure-file-name?'.
|
|
* gnu/packages/ld-wrapper.scm (readlink*, dereference-symlinks): New
procedures.
(pure-file-name?): Use it instead of local loop.
|
|
* gnu/packages/linux.scm (kbd): Update to 2.0.2.
|
|
* gnu/packages/python.scm (python-drmaa, python2-drmaa): New variables.
|
|
* gnu/packages/music.scm (solfege): New variable.
|
|
* gnu/packages/audio.scm (csound): New variable.
|
|
* gnu/packages/linux.scm (libiec61883): New variable.
|
|
* gnu/packages/apl.scm (apl): Update to 1.5.
|
|
* gnu/packages/parallel.scm (parallel): Update to 20150322.
|
|
* gnu/packages/gnome.scm (libsoup): New variable.
|
|
* gnu/packages/glib.scm (dbus): Update to 1.8.16.
|
|
* gnu/packages/gnutls.scm (gnutls): Update to 3.3.14.
|
|
* gnu/packages/gtk.scm (gtk+): Update to 3.16.0. Add libepoxy to
propagated-inputs. Add gettext to native-inputs. Add a 'pre-configure'
phase instead of modifying the existing 'configure' phase. Fix references
to 'gtk-update-icon-cache' in Makefile.in files.
Co-Authored-By: Mark H Weaver <mhw@netris.org>
|
|
* gnu/packages/gl.scm (libepoxy): New variable.
Modified-By: Mark H Weaver <mhw@netris.org>
|
|
A forthcoming gtk+ update that will import (gnu packages gl) from
(gnu packages gtk) triggers an issue related to circular dependencies
between modules. This patch works around the issue.
* gnu/packages/sdl.scm: Remove the #:prefix from the (gnu packages fontutils)
import, and instead #:hide 'freetype' from the (guix licenses) import.
Modified-By: Mark H Weaver <mhw@netris.org>
|
|
Reported by Tomáš Čech.
* gnu/packages/lsof.scm (lsof)[source]: Add two mirrors.
|
|
Replaces the stub patch added in 43754738e030a4083b0881b2264b905bc563e78b.
* gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch:
Update patch.
43754738e030a4083b0881b2264b905bc563e78b
|
|
* gnu/packages/linux.scm (linux-libre-headers): Update to 3.14.37.
|
|
* gnu/packages/gnuzilla.scm (icecat)[source]: Fix source URI computation.
|
|
* gnu/packages/patches/icecat-CVE-2015-0801.patch,
gnu/packages/patches/icecat-CVE-2015-0807.patch,
gnu/packages/patches/icecat-CVE-2015-0815-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-0815-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-0815-pt3.patch,
gnu/packages/patches/icecat-CVE-2015-0816.patch,
gnu/packages/patches/icecat-CVE-2015-0817.patch,
gnu/packages/patches/icecat-CVE-2015-0818-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-0818-pt2.patch,
gnu/packages/patches/icecat-bug-1127780.patch,
gnu/packages/patches/icecat-bug-1145870.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/gnuzilla.scm (icecat): Update to 31.6.0-gnu1. Remove patches.
|
|
* gnu/packages/gnuzilla.scm (nss): Update to 3.18. Compute source URI
automatically based on version.
|
|
* gnu/packages/commencement.scm: Remove (gnu packages ed) module import.
|
|
* gnu/packages/emacs.scm (emacs)[inputs]: Add librsvg.
(emacs-no-x)[inputs]: Remove librsvg from inherited inputs.
|
|
* gnu/packages/patches/linux-libre-vblank-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre)[source]: Add patch.
|
|
* gnu/packages/glib.scm (glib): Add specification for 'GIO_EXTRA_MODULES'.
|
|
* gnu/packages/gnome.scm (glib-networking): New variable.
|
|
* gnu/packages/gtk.scm (cairo): Update to 1.14.2.
|
|
* gnu/packages/glib.scm (glib): Update to 2.44.0.
|
|
* gnu/packages/gettext.scm (gnu-gettext): Re-enable patch from
0e4e4b1329bcf881620f230fda60b6b63d1f8356 to explictly link to
libexpat. Otherwise libexpat was searched at runtime via dlopen,
which obviously doesn't work in a Guix context.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/linux.scm (util-linux)[arguments]: Pass
--with-bashcompletiondir.
|
|
* gnu/system/linux-initrd.scm (base-initrd): Change #:virtio? default
to #t. This will facilitate the use of GuixSD in VM guests.
|
|
* gnu/system/linux-initrd.scm (base-initrd): Add #:linux option to
specify the linux kernel to use.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Propagate
#:linux to base-initrd.
* gnu/system.scm (operating-system-initrd-file): Pass #:linux to
'make-initrd'.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/web.scm (nginx): Add 'fix-root-dirs' phase.
|