summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: python: Do not use patchelf.Mark H Weaver2015-03-24
| | | | | | | * 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.
* gnu: calibre: Add a patch to avoid automatic checking for updates.Andreas Enge2015-03-24
| | | | | | * 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.
* gnu: Add pbtranscript-tofu.Ricardo Wurmus2015-03-24
| | | | * gnu/packages/bioinformatics.scm (pbtranscript-tofu): New variable.
* gnu: Add python2-bx-python.Ricardo Wurmus2015-03-24
| | | | * gnu/packages/bioinformatics.scm (python2-bx-python): New variable.
* gnu: Add python2-pbcore.Ricardo Wurmus2015-03-24
| | | | * gnu/packages/bioinformatics.scm (python2-pbcore): New variable.
* gnu: guix: Update snapshot.Ludovic Courtès2015-03-23
| | | | * gnu/packages/package-management.scm (guix-devel): Update.
* gnu: geiser: Make description more concise and less personal.Ludovic Courtès2015-03-23
| | | | * gnu/packages/emacs.scm (geiser)[description]: Tweak.
* gnu: geiser: Update to 0.7.Ludovic Courtès2015-03-23
| | | | * gnu/packages/emacs.scm (geiser): Update to 0.7.
* Remove unused patchelf inputs.Mark H Weaver2015-03-23
| | | | | * gnu/packages/maths.scm (lapack, gmsh), gnu/packages/ssh.scm (libssh): Remove unused patchelf from native-inputs.
* gnu: bigloo: Use Emacs with X11 support.Ludovic Courtès2015-03-23
| | | | * gnu/packages/scheme.scm (bigloo)[inputs]: Change EMACS-NO-X to EMACS.
* gnu: sdl: Explicitly use mesa as OpenGL driver.宋文武2015-03-23
| | | | | * gnu/packages/sdl.scm (sdl)[arguments]<#:configure-flags>: Add 'LDFLAGS=-lGL'.
* gnu: sdl: Allow dlopen for OpenGL.宋文武2015-03-23
| | | | | | | | | 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'.
* gnu: Add python-h5py and python2-h5py.Ricardo Wurmus2015-03-23
| | | | * gnu/packages/python.scm (python-h5py, python2-h5py): New variables.
* gnu: Add Julia.Ricardo Wurmus2015-03-23
| | | | | * gnu/packages/julia.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add double-conversion.Ricardo Wurmus2015-03-23
| | | | * gnu/packages/maths.scm (double-conversion): New variable.
* gnu: Add SuiteSparse.Ricardo Wurmus2015-03-23
| | | | * gnu/packages/maths.scm (suitesparse): New variable.
* gnu: icedtea6: remove commented substitution.Ricardo Wurmus2015-03-23
| | | | * gnu/packages/java.scm (icedtea6): Remove commented substitution.
* gnu: icedtea6: Do not set CC and LD_LIBRARY_PATH.Ricardo Wurmus2015-03-23
| | | | | * gnu/packages/java.scm (icedtea6)[arguments]: Do not set CC and LD_LIBRARY_PATH variables.
* gnu: icedtea6: Rename ‘set-paths’ phase to ‘set-additional-paths’Ricardo Wurmus2015-03-23
| | | | | * gnu/packages/java.scm (icedtea6)[arguments]: Rename ‘set-paths’ phase to ‘set-additional-paths’.
* gnu: icedtea6: patch patches in separate build phase.Ricardo Wurmus2015-03-23
| | | | | * gnu/packages/java.scm (icedtea6)[arguments]: Move patching of patches from ‘patch-paths’ to new ‘patch-patches’ phase.
* gnu: icedtea6: patch hardcoded objcopy path.Ricardo Wurmus2015-03-23
| | | | | * gnu/packages/java.scm (icedtea6)[arguments]: patch Makefile to override DEF_OBJCOPY variable definition.
* gnu: icedtea6: patch ant shebang in unpack phaseRicardo Wurmus2015-03-23
| | | | | * gnu/packages/java.scm (icedtea6)[arguments]: patch bootstrap ant in the `unpack' phase instead of `patch-paths'.
* gnu: Add openblas.Ricardo Wurmus2015-03-23
| | | | * gnu/packages/maths.scm (openblas): New variable.
* gnu: Add utf8proc.Ricardo Wurmus2015-03-23
| | | | * gnu/packages/textutils.scm (utf8proc): New variable.
* Revert "gnu: Add sdcv."Tomáš Čech2015-03-22
| | | | This reverts commit 004eb31859971f9602f618cbdf6612f4bcaddd9c.
* gnu: Add the-silver-searcher.Tomáš Čech2015-03-22
| | | | * gnu/packages/code.scm (the-silver-searcher): New variable.
* gnu: Add mplayer2.Taylan Ulrich Bayırlı/Kammer2015-03-22
| | | | | | * gnu/packages/video.scm (mplayer2): New variable. * gnu/packages/patches/mplayer2-theora-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: gtk+-2: build gobject introspection typelib file.Ricardo Wurmus2015-03-21
| | | | | * gnu/packages/gtk.scm (gtk+-2): add `gobject-introspection' to the native-inputs to install typelib file.
* gnu: openssl: Update to 1.0.2a.Mark H Weaver2015-03-21
| | | | * gnu/packages/openssl.scm (openssl): Update to 1.0.2a.
* gnu: calibre: Update to 2.22.0.Andreas Enge2015-03-21
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.22.0.
* gnu: Add python2-pygobject.Ricardo Wurmus2015-03-20
| | | | * gnu/packages/glib.scm (python2-pygobject): New variable.
* gnu: python-pygobject: use home page of 3.x series.Ricardo Wurmus2015-03-20
| | | | | | * 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.
* gnu: lv2-mda-piano: change source URL.Ricardo Wurmus2015-03-20
| | | | | * gnu/packages/audio.scm (lv2-mda-piano)[source]: Change URL of git repository to new upstream.
* gnu: arb: Update to 2.3.0.Andreas Enge2015-03-20
| | | | * gnu/packages/algebra.scm (arb): Update to 2.3.0.
* gnu: Add Catalyst-Devel.Eric Bavier2015-03-20
| | | | * gnu/packages/web.scm (perl-catalyst-devel): New variable.
* gnu: Add Module-Install.Eric Bavier2015-03-20
| | | | * gnu/packages/perl.scm (perl-module-install): New variable.
* gnu: Add YAML-Tiny.Eric Bavier2015-03-20
| | | | * gnu/packages/perl.scm (perl-yaml-tiny): New variable.
* gnu: perl-cpanel-json-xs: Move to (gnu packages perl).Eric Bavier2015-03-20
| | | | | * gnu/packages/web.scm (perl-cpanel-json-xs): Move this... * gnu/packages/perl.scm: To here.
* gnu: perl-json-maybexs: Move to (gnu packages perl).Eric Bavier2015-03-20
| | | | | * gnu/packages/web.scm (perl-json-maybexs): Move this... * gnu/packages/perl.scm: To here.
* gnu: Add PAR-Dist.Eric Bavier2015-03-20
| | | | * gnu/packages/perl.scm (perl-par-dist): New variable.
* gnu: Add Module-ScanDeps.Eric Bavier2015-03-20
| | | | * gnu/packages/perl.scm (perl-module-scandeps): New variable.
* gnu: Add Perl JSON.Eric Bavier2015-03-20
| | | | * gnu/packages/perl.scm (perl-json): New variable.
* gnu: Add JSON-XS.Eric Bavier2015-03-20
| | | | * gnu/packages/perl.scm (perl-json-xs): New variable.
* gnu: Add Types-Serialiser.Eric Bavier2015-03-20
| | | | * gnu/packages/perl.scm (perl-types-serialiser): New variable.
* gnu: Add File-Remove.Eric Bavier2015-03-20
| | | | * gnu/packages/perl.scm (perl-file-remove): New variable.
* gnu: Add Template-Toolkit.Eric Bavier2015-03-20
| | | | * gnu/packages/perl.scm (perl-template-toolkit): New variable.
* gnu: Add Test-LeakTrace.Eric Bavier2015-03-20
| | | | * gnu/packages/perl.scm (perl-test-leaktrace): New variable.
* gnu: Add AppConfig.Eric Bavier2015-03-20
| | | | * gnu/packages/perl.scm (perl-appconfig): New variable.
* gnu: Add File-Copy-Recursive.Eric Bavier2015-03-20
| | | | * gnu/packages/perl.scm (perl-file-copy-recursive): New variable.
* gnu: Add File-ChangeNotify.Eric Bavier2015-03-20
| | | | * gnu/packages/perl.scm (perl-file-changenotify): New variable.