| Commit message (Collapse) | Author | Age |
... | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/gnutls.scm (gnutls): Move which to 'native-inputs'.
Comment on 'propagated-inputs'.
|
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/gnome.scm (libxklavier): New variable.
|
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/xml.scm (libxml2): Move zlib to 'propagated-inputs'.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/autotools.scm (libtool, libltdl): Update to 2.4.6.
* gnu/packages/patches/libtool-skip-tests.patch: Adapt to 2.4.6.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* guix/build/utils.scm (wrap-program): Preserve symbolic links instead of
copying the contents of the link.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Closes <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19743>.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* guix/build/utils.scm (wrap-program): Create scripts that use $0 (which is
usually just the base name) instead of the absolute path to the original
program. Alternative implementation of 2ed11b3.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Closes <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19742>.
|
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/gnupg.scm (pinentry): Update to 0.9.0.
|
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/gnupg.scm (pius): Update to 2.0.11.
|
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/gnupg.scm (gpgme): Update to 1.5.3.
|
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.18.
|
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/fontutils.scm (freetype): Update to 2.5.5.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/bison.scm (bison): Update to 3.0.4.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/base.scm (glibc)[native-search-paths]: New field.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/base.scm (glibc): Update to 2.21. Remove 3 patches no
longer needed.
* gnu/packages/patches/glibc-CVE-2012-3406.patch,
gnu/packages/patches/glibc-CVE-2014-7817.patch,
gnu/packages/patches/glibc-mips-dangling-vfork-ref.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/base.scm (patch): Update to 2.7.4. Remove
'replacement'. Remove outdated comment.
(patch-2.7.4, patch-CVE-2015-1196): Remove.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* guix/build/utils.scm (search-path-as-list): Delete duplicate input
directories before searching.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/gtk.scm (python2-pygtk)[arguments]: Add phase to patch the path
to the pygobject-codegen-2.0 executable.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/maths.scm (octave): Update to 3.8.2.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/enlightenment.scm: Add missing, but used module.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/enlightenment.scm: Change module name to be consistent.
* gnu/packages/enlightenment.scm: Add missing, but used module.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/xorg.scm (xterm): Update to 315.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/xiph.scm (flac): Update to 1.3.1.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/xiph.scm (flac): Move libogg to 'propagated-inputs'.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.1.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/bash.scm (bash-completion): New variable.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/version-control.scm (git)[arguments]: Add
'install-shell-completion' phase.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes <http://bugs.gnu.org/19976>.
* guix/http-client.scm (when-guile<=2.0.5): Rename to...
(when-guile<=2.0.5-or-otherwise-broken): ... this.
(%web-http): New variable.
Monkey-patch 'make-chunked-input-port' when %WEB-HTTP defines
'read-chunk-body'.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* guix/http-client.scm (read-chunk, read-chunk-body)
[when-guile<=2.0.5]: Remove.
(make-chunked-input-port) [when-guile<=2.0.5]: Update to Guile commit
00d3ecf2.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/certs.scm (nss-certs): Only install certificates that include a
non-empty "openssl-trust=" annotation.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/build/activation.scm (activate-etc): Create /etc/ssl symlink.
* gnu/system.scm (etc-directory): Set SSL_CERT_DIR, SSL_CERT_FILE,
and GIT_SSL_CAINFO in /etc/profile.
Co-Authored-By: Ludovic Courtès <ludo@gnu.org>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* guix/profiles.scm (ca-certificate-bundle): New procedure.
(profile-derivation): Add 'ca-certificate-bundle?' keyword argument. If
true (the default), add the result of 'ca-certificate-bundle' to 'inputs'.
Co-Authored-By: Ludovic Courtès <ludo@gnu.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit e979e6dd523acaa2a089f1b8f44e34c1e5b7d32d.
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 993300f6ccfbc9cbe628978690fc98eb63365dbd.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/rdesktop.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu-system.am (GNU_SYSTEM_MODULES): Fix typo.
538fb23ea073f19aaced9c9ccbfbe4e633162136
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/video.scm (vlc): Update to version 2.2.0.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/xiph.scm (libvorbis): Update to version 1.3.5.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/enlightenment.scm (terminology): New variable.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/enlightenment.scm (emotion-generic-players): New variable.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/enlightenment.scm (evas-generic-loaders): New variable.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/enlightenment.scm (elementary): New variable.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/enlightenment.scm: New file
* gnu/packages/enlightenment.scm (efl): New variable.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/python.scm (snakemake): New variable.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/libevent.scm (libuv): Update to 1.4.2. Update source URI.
Add 'file-name' field to origin. Move 'autogen' phase after 'unpack'.
Run "sh autogen.sh" instead of "./autogen.sh".
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is a followup to commit d6d9f1f715a727e23412fc9339eb2c5358d5a6ce.
* gnu/packages/skribilo.scm (skribilo)[propagated-inputs]: Change
'guile-reader/guile-2.0' --> 'guile-reader'.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/gtk.scm (girara): Add variable.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/check.scm (check): Update to version 0.9.14.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/mpd.scm (mpd): Update version to 0.19.9. Add boost and
icu4c.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/ruby.scm (ruby-hoe): New variable.
|