Age | Commit message (Expand) | Author |
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 | 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 | 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: 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 | gnu: Add mpdscribble....* gnu/packages/mpd.scm (mpdscribble): New variable.
| David Thompson |
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 | gnu: gtk-xfce-engine: Update to 2.10.0....* gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.0.
| 宋文武 |
2015-03-02 | gnu: Add CLIPper....* gnu/packages/bioinformatics.scm (clipper): New variable.
| Ricardo Wurmus |
2015-03-02 | gnu: Add Scikit-learn....* gnu/packages/python.scm (python-scikit-learn, python2-scikit-learn): New
variables.
| Ricardo Wurmus |
2015-03-02 | gnu: xfconf: Re-enable tests....* gnu/packages/xfce.scm (xfconf)[arguments]: Add #:phases.
| 宋文武 |
2015-03-02 | gnu: Add MACS....* gnu/packages/bioinformatics.scm (macs): New variable.
| Ricardo Wurmus |
2015-03-02 | gnu: Add pybedtools....* gnu/packages/bioinformatics.scm (python2-pybedtools): New variable.
| Ricardo Wurmus |
2015-03-02 | gnu: Add pyyaml....* gnu/packages/python.scm (python-pyyaml, python2-pyyaml): New variables.
| Ricardo Wurmus |
2015-03-02 | gnu: libotr: Update to 4.1.0....* gnu/packages/messaging.scm (libotr): Update to 4.1.0.
| Mark H Weaver |
2015-03-01 | Revert "services: xorg: Fix file descriptor leak from SLiM/xinitrc."...This reverts commit ec4a4c46efaf2e7373f331654640f1321c0f2e62,
because it broke XFCE.
| Mark H Weaver |
2015-03-01 | gnu: xfconf: Update to 4.12.0....* gnu/packages/xfce.scm (xfconf): Update to 4.12.0. Disable tests.
| Mark H Weaver |
2015-03-01 | gnu: gnu-pw-mgr: Update to 1.3....* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 1.3.
| Mark H Weaver |
2015-03-01 | gnu: sharutils: Update to 4.15....* gnu/packages/compression.scm (sharutils): Update to 4.15.
| Mark H Weaver |
2015-03-01 | gnu: gdb: Update to 7.9....* gnu/packages/gdb.scm (gdb): Update to 7.9.
| Mark H Weaver |
2015-03-01 | gnu: gnupg: Update to 2.0.27....* gnu/packages/gnupg.scm (gnupg): Update to 2.0.27.
| Mark H Weaver |
2015-03-01 | gnu: wget: Update to 1.16.2....* gnu/packages/wget.scm (wget): Update to 1.16.2.
[inputs]: Add PKG-CONFIG.
| Ludovic Courtès |
2015-03-01 | gnu: libpsl: Fix link flag in 'libpsl.pc'....* gnu/packages/web.scm (libpsl)[source]: Add 'snippet' and 'modules'
fields.
| Ludovic Courtès |
2015-03-01 | gnu: gnupg-1: Update to 1.4.19....* gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.19.
| Ludovic Courtès |
2015-03-01 | gnu: ecl: Update to version 15.2.21....* gnu/packages/lisp.scm (ecl): Update to version 15.2.21, and disable the test
suite because ECL now fails to initialize during 'make check'.
| Taylan Ulrich Bayırlı/Kammer |
2015-03-01 | gnu: Add xbindkeys....* gnu/packages/xdisorg.scm (xbindkeys): New variable.
| Mathieu Lirzin |
2015-03-01 | gnu: Add AlsaModularSynth....* gnu/packages/audio.scm (alsa-modular-synth): New variable.
| Ricardo Wurmus |
2015-03-01 | gnu: Add clalsadrv....* gnu/packages/audio.scm (clalsadrv): New variable.
| Ricardo Wurmus |
2015-03-01 | gnu: xfwm4: Add inputs libdrm and libxdamage....* gnu/packages/xfce.scm (xfwm4): Add libdrm and libxdamage to inputs.
| 宋文武 |
2015-03-01 | gnu: xfwm4: Update to 4.12.0....* gnu/packages/xfce.scm (xfwm4): Update 4.12.0.
| 宋文武 |