summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Revert "system: Add 'x509-certificates' field, and populate /etc/ssl/certs."Mark H Weaver2015-03-03
| | | | This reverts commit e979e6dd523acaa2a089f1b8f44e34c1e5b7d32d.
* Revert "system: Create a single-file certificate bundle in /etc/ssl/certs."Mark H Weaver2015-03-03
| | | | This reverts commit 993300f6ccfbc9cbe628978690fc98eb63365dbd.
* gnu: Add rdesktop.Ludovic Courtès2015-03-03
| | | | | * gnu/packages/rdesktop.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: enlightenment: Fix typo in adding the module.Andreas Enge2015-03-03
| | | | | * gnu-system.am (GNU_SYSTEM_MODULES): Fix typo. 538fb23ea073f19aaced9c9ccbfbe4e633162136
* gnu: vlc: Update to 2.2.0Jason Self2015-03-03
| | | | * gnu/packages/video.scm (vlc): Update to version 2.2.0.
* gnu: libvorbis: Update to 1.3.5Jason Self2015-03-03
| | | | * gnu/packages/xiph.scm (libvorbis): Update to version 1.3.5.
* gnu: Add terminology.Tomáš Čech2015-03-03
| | | | * gnu/packages/enlightenment.scm (terminology): New variable.
* gnu: Add emotion-generic-playersTomáš Čech2015-03-03
| | | | * gnu/packages/enlightenment.scm (emotion-generic-players): New variable.
* gnu: Add evas-generic-loadersTomáš Čech2015-03-03
| | | | * gnu/packages/enlightenment.scm (evas-generic-loaders): New variable.
* gnu: Add elementary.Tomáš Čech2015-03-03
| | | | * gnu/packages/enlightenment.scm (elementary): New variable.
* gnu: Add efl.Tomáš Čech2015-03-03
| | | | | | * gnu/packages/enlightenment.scm: New file * gnu/packages/enlightenment.scm (efl): New variable. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add snakemake.Ricardo Wurmus2015-03-03
| | | | * gnu/packages/python.scm (snakemake): New variable.
* gnu: libuv: Update to 1.4.2.Mark H Weaver2015-03-02
| | | | | | * 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".
* gnu: skribilo: Adapt to recently renamed 'guile-reader' variable.Mark H Weaver2015-03-02
| | | | | | | This is a followup to commit d6d9f1f715a727e23412fc9339eb2c5358d5a6ce. * gnu/packages/skribilo.scm (skribilo)[propagated-inputs]: Change 'guile-reader/guile-2.0' --> 'guile-reader'.
* gnu: Add girara.Paul van der Walt2015-03-02
| | | | * gnu/packages/gtk.scm (girara): Add variable.
* gnu: check: Update version to 0.9.14Paul van der Walt2015-03-02
| | | | * gnu/packages/check.scm (check): Update to version 0.9.14.
* gnu: mpd: Update to 0.19.9.Paul van der Walt2015-03-02
| | | | | * gnu/packages/mpd.scm (mpd): Update version to 0.19.9. Add boost and icu4c.
* gnu: Add ruby-hoe.David Thompson2015-03-02
| | | | * gnu/packages/ruby.scm (ruby-hoe): New variable.
* build: ruby: Install executables in /bin.David Thompson2015-03-02
| | | | | * guix/build/ruby-build-system.scm (install): Add '--bindir' flag to gem command.
* build: ruby: Add gitify phase.David Thompson2015-03-02
| | | | | | * 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.
* gnu: Add mpdscribble.David Thompson2015-03-02
| | | | * gnu/packages/mpd.scm (mpdscribble): New variable.
* system: Create a single-file certificate bundle in /etc/ssl/certs.Ludovic Courtès2015-03-02
| | | | | | | | 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'.
* system: Add 'x509-certificates' field, and populate /etc/ssl/certs.Ludovic Courtès2015-03-02
| | | | | | | | | * 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'.
* gnu: Remove 'guile-reader-for-guile_1.8'.Ludovic Courtès2015-03-02
| | | | | | | | | | | 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.
* services: xorg: Fix file descriptor leak from SLiM/xinitrc.Ludovic Courtès2015-03-02
| | | | | | | This reverts commit 9515b745547cff08ad5b958bc54323dab19f29b9. * gnu/services/xorg.scm (xinitrc)[builder](close-all-fdes): Start from file descriptor 3.
* gnu: Add llvm-3.6.0 and clang-3.6.0.Mark H Weaver2015-03-02
| | | | | | | * 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.
* gnu: Add crossmap.Ricardo Wurmus2015-03-02
| | | | | | * 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.
* gnu: gtk-xfce-engine: Update to 2.10.0.宋文武2015-03-02
| | | | * gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.0.
* gnu: Add CLIPper.Ricardo Wurmus2015-03-02
| | | | * gnu/packages/bioinformatics.scm (clipper): New variable.
* gnu: Add Scikit-learn.Ricardo Wurmus2015-03-02
| | | | | * gnu/packages/python.scm (python-scikit-learn, python2-scikit-learn): New variables.
* gnu: xfconf: Re-enable tests.宋文武2015-03-02
| | | | * gnu/packages/xfce.scm (xfconf)[arguments]: Add #:phases.
* gnu: Add MACS.Ricardo Wurmus2015-03-02
| | | | * gnu/packages/bioinformatics.scm (macs): New variable.
* gnu: Add pybedtools.Ricardo Wurmus2015-03-02
| | | | * gnu/packages/bioinformatics.scm (python2-pybedtools): New variable.
* gnu: Add pyyaml.Ricardo Wurmus2015-03-02
| | | | * gnu/packages/python.scm (python-pyyaml, python2-pyyaml): New variables.
* gnu: libotr: Update to 4.1.0.Mark H Weaver2015-03-02
| | | | * gnu/packages/messaging.scm (libotr): Update to 4.1.0.
* Revert "services: xorg: Fix file descriptor leak from SLiM/xinitrc."Mark H Weaver2015-03-01
| | | | | This reverts commit ec4a4c46efaf2e7373f331654640f1321c0f2e62, because it broke XFCE.
* gnu: xfconf: Update to 4.12.0.Mark H Weaver2015-03-01
| | | | * gnu/packages/xfce.scm (xfconf): Update to 4.12.0. Disable tests.
* gnu: gnu-pw-mgr: Update to 1.3.Mark H Weaver2015-03-01
| | | | * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 1.3.
* gnu: sharutils: Update to 4.15.Mark H Weaver2015-03-01
| | | | * gnu/packages/compression.scm (sharutils): Update to 4.15.
* gnu: gdb: Update to 7.9.Mark H Weaver2015-03-01
| | | | * gnu/packages/gdb.scm (gdb): Update to 7.9.
* gnu: gnupg: Update to 2.0.27.Mark H Weaver2015-03-01
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.0.27.
* gnu: wget: Update to 1.16.2.Ludovic Courtès2015-03-01
| | | | | * gnu/packages/wget.scm (wget): Update to 1.16.2. [inputs]: Add PKG-CONFIG.
* gnu: libpsl: Fix link flag in 'libpsl.pc'.Ludovic Courtès2015-03-01
| | | | | * gnu/packages/web.scm (libpsl)[source]: Add 'snippet' and 'modules' fields.
* gnu: gnupg-1: Update to 1.4.19.Ludovic Courtès2015-03-01
| | | | * gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.19.
* gnu: ecl: Update to version 15.2.21.Taylan Ulrich Bayırlı/Kammer2015-03-01
| | | | | * 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'.
* gnu: Add xbindkeys.Mathieu Lirzin2015-03-01
| | | | * gnu/packages/xdisorg.scm (xbindkeys): New variable.
* gnu: Add AlsaModularSynth.Ricardo Wurmus2015-03-01
| | | | * gnu/packages/audio.scm (alsa-modular-synth): New variable.
* gnu: Add clalsadrv.Ricardo Wurmus2015-03-01
| | | | * gnu/packages/audio.scm (clalsadrv): New variable.
* gnu: xfwm4: Add inputs libdrm and libxdamage.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (xfwm4): Add libdrm and libxdamage to inputs.
* gnu: xfwm4: Update to 4.12.0.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (xfwm4): Update 4.12.0.