Age | Commit message (Collapse) | Author |
|
* gnu/packages/valgrind.scm (valgrind): Update to 3.10.1.
|
|
* gnu/packages/gnupg.scm: Remove #:prefix for (gnu packages
compression). Add #:prefix for (gnu packages license).
|
|
* guix/scripts/lint.scm (check-source): Export.
* tests/lint.scm (%null-sha256): New procedure.
("source: 200", "source: 404"): New tests.
|
|
* tests/lint.scm: Use 'url-fetch' from (guix download), not (guix build
download), although this was actually harmless here.
|
|
* guix/serialization.scm (read-maybe-utf8-string): New procedure.
* guix/store.scm (process-stderr): Use it for the build log and errors.
* tests/store.scm ("current-build-output-port, UTF-8",
"current-build-output-port, UTF-8 + garbage"): New tests.
|
|
* guix/serialization.scm (read-byte-string): New procedure.
(read-string, read-latin1-string): Use it.
|
|
* gnu/packages/patches/lftp-dont-save-unknown-host-fingerprint.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/ftp.scm (lftp): Add patch.
|
|
* gnu/packages/pdf.scm (zathura-cb): New variable.
|
|
* gnu/packages/pdf.scm (zathura-ps): New variable.
|
|
* gnu/packages/pdf.scm (zathura-djvu): New variable.
|
|
* gnu/packages/pdf.scm (zathura-pdf-poppler): New variable.
|
|
* gnu/packages/pdf.scm (zathura): New variable.
* gnu/packages/patches/zathura-plugindir-environment-variable.patch: New file.
* gnu-system.am: Add it.
|
|
* gnu/packages/djvu.scm (djvulibre): New variable.
* gnu-system.am: Add the file.
|
|
* gnu/packages/maths.scm (muparser): New variable.
|
|
* gnu/packages/ruby.scm (ruby): Update to 2.2.1.
|
|
* gnu/packages/aspell.scm (aspell-dict-ru): New variable.
|
|
* gnu/packages/which.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove it.
* gnu/packages/base.scm (which): New variable.
* gnu/packages/aspell.scm, gnu/packages/audio.scm,
gnu/packages/autogen.scm, gnu/packages/cdrom.scm,
gnu/packages/compression.scm, gnu/packages/datamash.scm,
gnu/packages/games.scm, gnu/packages/glib.scm,
gnu/packages/gnu-pw-mgr.scm, gnu/packages/gnutls.scm,
gnu/packages/gps.scm, gnu/packages/guile.scm,
gnu/packages/java.scm, gnu/packages/libevent.scm,
gnu/packages/linux.scm, gnu/packages/lisp.scm,
gnu/packages/node.scm, gnu/packages/ntp.scm,
gnu/packages/orpheus.scm, gnu/packages/pciutils.scm,
gnu/packages/python.scm, gnu/packages/qt.scm,
gnu/packages/rsync.scm, gnu/packages/sawfish.scm,
gnu/packages/scheme.scm, gnu/packages/ssh.scm,
gnu/packages/statistics.scm, gnu/packages/texlive.scm,
gnu/packages/wdiff.scm: Adjust accordingly.
|
|
* gnu/packages/admin.scm, gnu/packages/emacs.scm,
gnu/packages/gnutls.scm, gnu/packages/gsasl.scm,
gnu/packages/linux.scm: Remove uses of #:prefix for package modules.
|
|
This fixes a regression introduced in commit 536c3ee.
* guix/profiles.scm (ca-certificate-bundle): When MANIFEST is empty,
make a trivial derivation.
* guix/scripts/package.scm (guix-package)[process-actions]: Pass
#:ca-certificate-bundle? to 'profile-generation'.
* tests/packages.scm ("--search-paths with pattern"): Likewise.
* tests/profiles.scm ("profile-derivation"): Likewise.
|
|
* gnu/packages/java.scm (icedtea6)[outputs]: Use separate outputs for
documentation ("doc"), JDK ("jdk"), and JRE ("out").
* gnu/packages/java.scm (ant)[native-inputs]: Reference "jdk" output of
icedtea6 package.
* gnu/packages/statistics.scm (r)[inputs]: Reference "jdk" output of icedtea6
package.
|
|
|
|
* 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/openssl.scm (openssl)[native-search-paths]: Add
specification for 'SSL_CERT_FILE'.
* gnu/packages/version-control.scm (git)[native-search-paths]: Add
specification for 'GIT_SSL_CAINFO'.
|
|
* 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".
|