| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: wpa-supplicant: Install DBUS access configuration.•••* gnu/packages/admin.scm (wpa-supplicant): Install DBUS configuration file.
| Tomáš Čech | 2015-03-26 | 1 | -1/+9 |
* | gnu: global: Update to 6.4.•••* gnu/packages/code.scm (global): Update to 6.4.
| Ludovic Courtès | 2015-03-26 | 1 | -4/+8 |
* | gnu: tor: Update to 0.2.5.11.•••* gnu/packages/tor.scm (tor): Update to 0.2.5.11.
| Ludovic Courtès | 2015-03-26 | 1 | -3/+3 |
* | gnu: nano: Update to 2.4.0.•••* gnu/packages/nano.scm (nano): Update to 2.4.0.
| Ludovic Courtès | 2015-03-26 | 1 | -2/+2 |
* | services: guix-service: Add service documentation.•••* gnu/services/base.scm (guix-service): Add 'documentation' field to the
service.
| Alex Kost | 2015-03-26 | 1 | -0/+1 |
* | services: Add 'lirc-service'.•••* gnu/services/lirc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Various Services): New node. Document 'lirc-service'.
| Alex Kost | 2015-03-26 | 1 | -0/+68 |
* | gnu: Add LIRC.•••* gnu/packages/lirc.scm: New file.
* gnu/packages/patches/lirc-localstatedir.patch: New file.
* gnu-system.am: Add them.
| Alex Kost | 2015-03-26 | 2 | -0/+74 |
* | gnu: Add IBus.•••* gnu/packages/ibus.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ricardo Wurmus | 2015-03-26 | 1 | -0/+92 |
* | gnu: openblas: build for all supported CPUs.•••* gnu/packages/maths.scm (openblas)[arguments]: Add "DYNAMIC_ARCH=1" to
make flags. Remove "#:substitutable? #f".
| Ricardo Wurmus | 2015-03-26 | 1 | -2/+5 |
* | gnu: openssh: Update to 6.8p1.•••* gnu/packages/ssh.scm (openssh): Update to 6.8p1. Make 'patch-tests'
substitution more robust.
| Mark H Weaver | 2015-03-25 | 1 | -4/+5 |
* | gnu: Add gnome-mines.•••* gnu/packages/gnome.scm (gnome-mines): New variable.
| 宋文武 | 2015-03-26 | 1 | -0/+45 |
* | gnu: icecat: Apply fixes for CVE-2015-{0817,0818} and other selected bugs.•••* gnu/packages/patches/icecat-CVE-2015-0817.patch,
gnu/packages/patches/icecat-CVE-2015-0818-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-0818-pt2.patch,
gnu/packages/patches/icecat-bug-1127780.patch,
gnu/packages/patches/icecat-bug-1144991.patch,
gnu/packages/patches/icecat-bug-1145870.patch,
gnu/packages/patches/icecat-bug-1146339.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat): Add patches.
| Mark H Weaver | 2015-03-25 | 8 | -1/+453 |
* | gnu: python: Do not use patchelf.•••* gnu/packages/python.scm (python-2): Add rpath for lib directory of output to
LDFLAGS. Remove 'patchelf' from inputs. Remove #:modules and
#:imported-modules from arguments. Remove 'add-lib-to-runpath' phase.
(python): Do not add #:modules to inherited package arguments.
| Mark H Weaver | 2015-03-24 | 1 | -45/+22 |
* | gnu: calibre: Add a patch to avoid automatic checking for updates.•••* gnu/packages/patches/calibre-no-updates-dialog.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/ebook.scm (calibre): Use patch.
| Andreas Enge | 2015-03-24 | 2 | -1/+20 |
* | gnu: Add pbtranscript-tofu.•••* gnu/packages/bioinformatics.scm (pbtranscript-tofu): New variable.
| Ricardo Wurmus | 2015-03-24 | 1 | -0/+55 |
* | gnu: Add python2-bx-python.•••* gnu/packages/bioinformatics.scm (python2-bx-python): New variable.
| Ricardo Wurmus | 2015-03-24 | 1 | -0/+35 |
* | gnu: Add python2-pbcore.•••* gnu/packages/bioinformatics.scm (python2-pbcore): New variable.
| Ricardo Wurmus | 2015-03-24 | 1 | -0/+29 |
* | gnu: guix: Update snapshot.•••* gnu/packages/package-management.scm (guix-devel): Update.
| Ludovic Courtès | 2015-03-23 | 1 | -2/+2 |
* | gnu: geiser: Make description more concise and less personal.•••* gnu/packages/emacs.scm (geiser)[description]: Tweak.
| Ludovic Courtès | 2015-03-23 | 1 | -14/+6 |
* | gnu: geiser: Update to 0.7.•••* gnu/packages/emacs.scm (geiser): Update to 0.7.
| Ludovic Courtès | 2015-03-23 | 1 | -2/+3 |
* | Remove unused patchelf inputs.•••* gnu/packages/maths.scm (lapack, gmsh), gnu/packages/ssh.scm (libssh): Remove
unused patchelf from native-inputs.
| Mark H Weaver | 2015-03-23 | 2 | -3/+0 |
* | gnu: bigloo: Use Emacs with X11 support.•••* gnu/packages/scheme.scm (bigloo)[inputs]: Change EMACS-NO-X to EMACS.
| Ludovic Courtès | 2015-03-23 | 1 | -1/+1 |
* | gnu: sdl: Explicitly use mesa as OpenGL driver.•••* gnu/packages/sdl.scm (sdl)[arguments]<#:configure-flags>: Add
'LDFLAGS=-lGL'.
| 宋文武 | 2015-03-23 | 1 | -1/+5 |
* | gnu: sdl: Allow dlopen for OpenGL.•••Fixes a regression introduced in 666aa99.
Reported by Felipe López and David Thompson.
* gnu/packages/sdl.scm (sdl)[inputs]: Add glu.
[arguments]<#:configure-flags>: Replace '--disable-sdl-dlopen' with
'--disable-alsa-shared --disable-pulseaudio-shared --disable-x11-shared'.
| 宋文武 | 2015-03-23 | 1 | -2/+6 |
* | gnu: Add python-h5py and python2-h5py.•••* gnu/packages/python.scm (python-h5py, python2-h5py): New variables.
| Ricardo Wurmus | 2015-03-23 | 1 | -0/+39 |
* | gnu: Add Julia.•••* gnu/packages/julia.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ricardo Wurmus | 2015-03-23 | 1 | -0/+172 |
* | gnu: Add double-conversion.•••* gnu/packages/maths.scm (double-conversion): New variable.
| Ricardo Wurmus | 2015-03-23 | 1 | -0/+26 |
* | gnu: Add SuiteSparse.•••* gnu/packages/maths.scm (suitesparse): New variable.
| Ricardo Wurmus | 2015-03-23 | 1 | -0/+55 |
* | gnu: icedtea6: remove commented substitution.•••* gnu/packages/java.scm (icedtea6): Remove commented substitution.
| Ricardo Wurmus | 2015-03-23 | 1 | -2/+0 |
* | gnu: icedtea6: Do not set CC and LD_LIBRARY_PATH.•••* gnu/packages/java.scm (icedtea6)[arguments]: Do not set CC and
LD_LIBRARY_PATH variables.
| Ricardo Wurmus | 2015-03-23 | 1 | -3/+0 |
* | gnu: icedtea6: Rename ‘set-paths’ phase to ‘set-additional-paths’•••* gnu/packages/java.scm (icedtea6)[arguments]: Rename ‘set-paths’ phase to
‘set-additional-paths’.
| Ricardo Wurmus | 2015-03-23 | 1 | -1/+1 |
* | gnu: icedtea6: patch patches in separate build phase.•••* gnu/packages/java.scm (icedtea6)[arguments]: Move patching of patches from
‘patch-paths’ to new ‘patch-patches’ phase.
| Ricardo Wurmus | 2015-03-23 | 1 | -83/+85 |
* | gnu: icedtea6: patch hardcoded objcopy path.•••* gnu/packages/java.scm (icedtea6)[arguments]: patch Makefile to override
DEF_OBJCOPY variable definition.
| Ricardo Wurmus | 2015-03-23 | 1 | -1/+3 |
* | gnu: icedtea6: patch ant shebang in unpack phase•••* gnu/packages/java.scm (icedtea6)[arguments]: patch bootstrap ant in the
`unpack' phase instead of `patch-paths'.
| Ricardo Wurmus | 2015-03-23 | 1 | -2/+1 |
* | gnu: Add openblas.•••* gnu/packages/maths.scm (openblas): New variable.
| Ricardo Wurmus | 2015-03-23 | 1 | -0/+35 |
* | gnu: Add utf8proc.•••* gnu/packages/textutils.scm (utf8proc): New variable.
| Ricardo Wurmus | 2015-03-23 | 1 | -0/+39 |
* | Revert "gnu: Add sdcv."•••This reverts commit 004eb31859971f9602f618cbdf6612f4bcaddd9c.
| Tomáš Čech | 2015-03-22 | 1 | -42/+5 |
* | gnu: Add the-silver-searcher.•••* gnu/packages/code.scm (the-silver-searcher): New variable.
| Tomáš Čech | 2015-03-22 | 1 | -5/+50 |
* | gnu: Add mplayer2.•••* gnu/packages/video.scm (mplayer2): New variable.
* gnu/packages/patches/mplayer2-theora-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| Taylan Ulrich Bayırlı/Kammer | 2015-03-22 | 2 | -0/+410 |
* | gnu: gtk+-2: build gobject introspection typelib file.•••* gnu/packages/gtk.scm (gtk+-2): add `gobject-introspection' to the
native-inputs to install typelib file.
| Ricardo Wurmus | 2015-03-21 | 1 | -1/+3 |
* | gnu: openssl: Update to 1.0.2a.•••* gnu/packages/openssl.scm (openssl): Update to 1.0.2a.
| Mark H Weaver | 2015-03-21 | 1 | -2/+2 |
* | gnu: calibre: Update to 2.22.0.•••* gnu/packages/ebook.scm (calibre): Update to 2.22.0.
| Andreas Enge | 2015-03-21 | 1 | -2/+2 |
* | gnu: Add python2-pygobject.•••* gnu/packages/glib.scm (python2-pygobject): New variable.
| Ricardo Wurmus | 2015-03-20 | 1 | -0/+10 |
* | gnu: python-pygobject: use home page of 3.x series.•••* gnu/packages/glib.scm (python-pygobject)[home-page]: Use home page of the
3.x series of the pygobject bindings instead of the home page for the 2.x
bindings.
| Ricardo Wurmus | 2015-03-20 | 1 | -1/+1 |
* | gnu: lv2-mda-piano: change source URL.•••* gnu/packages/audio.scm (lv2-mda-piano)[source]: Change URL of git
repository to new upstream.
| Ricardo Wurmus | 2015-03-20 | 1 | -1/+1 |
* | gnu: arb: Update to 2.3.0.•••* gnu/packages/algebra.scm (arb): Update to 2.3.0.
| Andreas Enge | 2015-03-20 | 1 | -2/+2 |
* | gnu: Add Catalyst-Devel.•••* gnu/packages/web.scm (perl-catalyst-devel): New variable.
| Eric Bavier | 2015-03-20 | 1 | -0/+42 |
* | gnu: Add Module-Install.•••* gnu/packages/perl.scm (perl-module-install): New variable.
| Eric Bavier | 2015-03-20 | 1 | -0/+38 |
* | gnu: Add YAML-Tiny.•••* gnu/packages/perl.scm (perl-yaml-tiny): New variable.
| Eric Bavier | 2015-03-20 | 1 | -0/+25 |
* | gnu: perl-cpanel-json-xs: Move to (gnu packages perl).•••* gnu/packages/web.scm (perl-cpanel-json-xs): Move this...
* gnu/packages/perl.scm: To here.
| Eric Bavier | 2015-03-20 | 2 | -21/+21 |