Age | Commit message (Expand) | Author |
2015-03-04 | gnu: Move 'which' to (gnu packages base)....* 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.
| Ludovic Courtès |
2015-03-04 | gnu: Avoid #:prefix when importing a (gnu packages …) module....* 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.
| Ludovic Courtès |
2015-03-04 | tests: Remove dependency on 'glibc-utf8-locales' for profile tests....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.
| Ludovic Courtès |
2015-03-04 | gnu: icedtea6: split outputs....* 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.
| Ricardo Wurmus |
2015-03-04 | Merge branch 'core-updates'. | Ludovic Courtès |
2015-03-04 | gnu: python2-pygtk: fix path to pygobject-codegen-2.0...* gnu/packages/gtk.scm (python2-pygtk)[arguments]: Add phase to patch the path
to the pygobject-codegen-2.0 executable.
| Ricardo Wurmus |
2015-03-04 | gnu: octave: Update to 3.8.2....* gnu/packages/maths.scm (octave): Update to 3.8.2.
| 宋文武 |
2015-03-04 | gnu: enlightenment: Add missing, but used module....* gnu/packages/enlightenment.scm: Add missing, but used module.
| Tomáš Čech |
2015-03-04 | gnu: rename module and add missing dependency...* gnu/packages/enlightenment.scm: Change module name to be consistent.
* gnu/packages/enlightenment.scm: Add missing, but used module.
| Tomáš Čech |
2015-03-04 | gnu: xterm: Update to 315....* gnu/packages/xorg.scm (xterm): Update to 315.
| 宋文武 |
2015-03-04 | gnu: flac: Update to 1.3.1....* gnu/packages/xiph.scm (flac): Update to 1.3.1.
| 宋文武 |
2015-03-04 | gnu: flac: Propagate libogg....* gnu/packages/xiph.scm (flac): Move libogg to 'propagated-inputs'.
| 宋文武 |
2015-03-04 | gnu: gtk-xfce-engine: Update to 2.10.1....* gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.1.
| 宋文武 |
2015-03-03 | gnu: Add bash-completion....* gnu/packages/bash.scm (bash-completion): New variable.
| Ludovic Courtès |
2015-03-03 | gnu: git: Install the Bash completion script....* gnu/packages/version-control.scm (git)[arguments]: Add
'install-shell-completion' phase.
| Ludovic Courtès |
2015-03-03 | http-client: Monkey-patch 'make-chunked-input-port' on Guile <= 2.0.11....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'.
| Ludovic Courtès |
2015-03-03 | http-client: Update backport of chunked encoding support to Guile 2.0.5....* 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.
| Ludovic Courtès |
2015-03-03 | gnu: Add search path specifications for 'SSL_CERT_FILE' and 'GIT_SSL_CAINFO'....* 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'.
| Ludovic Courtès |
2015-03-03 | gnu: nss-certs: Install only trusted CA certificates....* gnu/packages/certs.scm (nss-certs): Only install certificates that include a
non-empty "openssl-trust=" annotation.
| Mark H Weaver |
2015-03-03 | system: Add /etc/ssl symlink; set needed variables in /etc/profile....* 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>
| Mark H Weaver |
2015-03-03 | profiles: Produce a single-file CA certificate bundle....* 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>
| Mark H Weaver |
2015-03-03 | Revert "system: Add 'x509-certificates' field, and populate /etc/ssl/certs."...This reverts commit e979e6dd523acaa2a089f1b8f44e34c1e5b7d32d.
| Mark H Weaver |
2015-03-03 | Revert "system: Create a single-file certificate bundle in /etc/ssl/certs."...This reverts commit 993300f6ccfbc9cbe628978690fc98eb63365dbd.
| Mark H Weaver |
2015-03-03 | gnu: Add rdesktop....* gnu/packages/rdesktop.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ludovic Courtès |
2015-03-03 | gnu: enlightenment: Fix typo in adding the module....* gnu-system.am (GNU_SYSTEM_MODULES): Fix typo.
538fb23ea073f19aaced9c9ccbfbe4e633162136
| Andreas Enge |
2015-03-03 | gnu: vlc: Update to 2.2.0...* gnu/packages/video.scm (vlc): Update to version 2.2.0.
| Jason Self |
2015-03-03 | gnu: libvorbis: Update to 1.3.5...* gnu/packages/xiph.scm (libvorbis): Update to version 1.3.5.
| Jason Self |
2015-03-03 | gnu: Add terminology....* gnu/packages/enlightenment.scm (terminology): New variable.
| Tomáš Čech |
2015-03-03 | gnu: Add emotion-generic-players...* gnu/packages/enlightenment.scm (emotion-generic-players): New variable.
| Tomáš Čech |
2015-03-03 | gnu: Add evas-generic-loaders...* gnu/packages/enlightenment.scm (evas-generic-loaders): New variable.
| Tomáš Čech |
2015-03-03 | gnu: Add elementary....* gnu/packages/enlightenment.scm (elementary): New variable.
| Tomáš Čech |
2015-03-03 | gnu: Add efl....* gnu/packages/enlightenment.scm: New file
* gnu/packages/enlightenment.scm (efl): New variable.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Tomáš Čech |
2015-03-03 | gnu: Add snakemake....* gnu/packages/python.scm (snakemake): New variable.
| Ricardo Wurmus |
2015-03-02 | gnu: libuv: Update to 1.4.2....* 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".
| Mark H Weaver |
2015-03-02 | gnu: skribilo: Adapt to recently renamed 'guile-reader' variable....This is a followup to commit d6d9f1f715a727e23412fc9339eb2c5358d5a6ce.
* gnu/packages/skribilo.scm (skribilo)[propagated-inputs]: Change
'guile-reader/guile-2.0' --> 'guile-reader'.
| Mark H Weaver |
2015-03-02 | gnu: Add girara....* gnu/packages/gtk.scm (girara): Add variable.
| Paul van der Walt |
2015-03-02 | gnu: check: Update version to 0.9.14...* gnu/packages/check.scm (check): Update to version 0.9.14.
| Paul van der Walt |
2015-03-02 | gnu: mpd: Update to 0.19.9....* gnu/packages/mpd.scm (mpd): Update version to 0.19.9. Add boost and
icu4c.
| Paul van der Walt |
2015-03-02 | gnu: Add ruby-hoe....* gnu/packages/ruby.scm (ruby-hoe): New variable.
| David Thompson |
2015-03-02 | build: ruby: Install executables in /bin....* guix/build/ruby-build-system.scm (install): Add '--bindir' flag to gem
command.
| David Thompson |
2015-03-02 | build: ruby: Add gitify phase....* guix/build-system/ruby.scm (lower): Add git as implicit input.
* guix/build/ruby-build-system.scm (gitify): New procedure.
(%standard-phases): Add gitify phase.
| David Thompson |
2015-03-02 | gnu: Add mpdscribble....* gnu/packages/mpd.scm (mpdscribble): New variable.
| David Thompson |
2015-03-02 | gnu: tcsh: Use ISO-8859-1 when patching "tests/testsuite"....* gnu/packages/tcsh.scm (tcsh)[arguments]: Set %DEFAULT-PORT-ENCODING
before substituting "tests/testsuite". Fixes build failure at
<http://hydra.gnu.org/build/266962/nixlog/1/raw>.
| Ludovic Courtès |
2015-03-02 | system: Create a single-file certificate bundle in /etc/ssl/certs....Suggested by Mark H Weaver <mhw@netris.org>.
* gnu/system.scm (certificate-bundle): New procedure.
(etc-directory): Use it.
[profile]: Set 'SSL_CERT_DIR', 'SSL_CERT_FILE', and 'GIT_SSL_CAINFO'.
| Ludovic Courtès |
2015-03-02 | system: Add 'x509-certificates' field, and populate /etc/ssl/certs....* gnu/system.scm (<operating-system>)[x509-certificates]: New field.
(etc-directory): Add #:x509-certificates parameter and honor it.
(operating-system-etc-directory): Pass #:x509-certificates in
'etc-directory' call.
* doc/guix.texi (operating-system Reference): Document
'x509-certificates'.
| Ludovic Courtès |
2015-03-02 | gnu: Remove 'guile-reader-for-guile_1.8'....This was a useful example back in July 2012, but not very useful
beyond that.
* gnu/packages/guile.scm (guile-reader): Turn into a plain package.
[source]: Use mirror:// URI.
[inputs]: Use GUILE-2.0.
[arguments]: Use the site/2.0 directory for --with-moduledir.
(guile-reader/guile-1.8, guile-reader/guile-2.0): Remove.
| Ludovic Courtès |
2015-03-02 | services: xorg: Fix file descriptor leak from SLiM/xinitrc....This reverts commit 9515b745547cff08ad5b958bc54323dab19f29b9.
* gnu/services/xorg.scm (xinitrc)[builder](close-all-fdes): Start from
file descriptor 3.
| Ludovic Courtès |
2015-03-02 | gnu: Add llvm-3.6.0 and clang-3.6.0....* gnu/packages/llvm.scm (llvm): Update to 3.6.0.
(clang-from-llvm): New procedure.
(clang): Update to 3.6.0. Reimplement using 'clang-from-llvm'.
(llvm-3.5, clang-3.5): New variables.
| Mark H Weaver |
2015-03-02 | gnu: Add crossmap....* gnu/packages/bioinformatics.scm (crossmap): New variable.
* gnu/packages/patches/crossmap-allow-system-pysam.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| Ricardo Wurmus |
2015-03-02 | gexp: Make sure 'gexp-outputs' removes duplicate outputs....Fixes a regression introduced in f9efe56.
* guix/gexp.scm (gexp-outputs): Add call to 'delete-duplicates'.
* tests/gexp.scm ("output list, combined gexps, duplicate output"): New
test.
| Ludovic Courtès |