summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add Catch.Eric Bavier2015-03-29
| | | | * gnu/packages/check.scm (catch-framework): New variable.
* gnu: linux-libre: Update to 3.18.10Jason Self2015-03-28
| | | | * gnu/packages/linux.scm (linux-libre): Update to version 3.18.10.
* gnu: Add mpv.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | * gnu/packages/video.scm (mpv): New variable.
* gnu: Add vapoursynth.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | * gnu/packages/video.scm (vapoursynth): New variable.
* gnu: Add tesseract-ocr.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | * gnu/packages/ocr.scm (tesseract-ocr): New variable.
* gnu: Rename (gnu packages ocrad) to (gnu packages ocr).Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | | | * gnu/packages/ocrad.scm: Deleted. * gnu/packages/ocr.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Change ocrad.scm to ocr.scm.
* gnu: Add leptonica.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | * gnu/packages/image.scm (leptonica): New variable.
* gnu: Add libwebp.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | * gnu/packages/image.scm (libwebp): New variable.
* gnu: freeglut: Add mesa to propagated inputs.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | * gnu/packages/gl.scm (freeglut): Add mesa to propagated inputs.
* gnu: Add libva.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | * gnu/packages/video.scm (libva): New variable.
* Fix remaining references to "substitute-binary".Taylan Ulrich Bayırlı/Kammer2015-03-26
| | | | | | | | * nix/nix-daemon/guix-daemon.cc (main): Change substitute-binary to substitute. * po/guix/POTFILES.in: Likewise. * tests/guix-daemon.sh: Likewise. * tests/guix-system.sh: Likewise.
* gnu: wpa-supplicant: Install DBUS access configuration.Tomáš Čech2015-03-26
| | | | * gnu/packages/admin.scm (wpa-supplicant): Install DBUS configuration file.
* gnu: global: Update to 6.4.Ludovic Courtès2015-03-26
| | | | * gnu/packages/code.scm (global): Update to 6.4.
* gnu: tor: Update to 0.2.5.11.Ludovic Courtès2015-03-26
| | | | * gnu/packages/tor.scm (tor): Update to 0.2.5.11.
* gnu: nano: Update to 2.4.0.Ludovic Courtès2015-03-26
| | | | * gnu/packages/nano.scm (nano): Update to 2.4.0.
* services: guix-service: Add service documentation.Alex Kost2015-03-26
| | | | | * gnu/services/base.scm (guix-service): Add 'documentation' field to the service.
* services: Add 'lirc-service'.Alex Kost2015-03-26
| | | | | | * gnu/services/lirc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Various Services): New node. Document 'lirc-service'.
* gnu: Add LIRC.Alex Kost2015-03-26
| | | | | | * gnu/packages/lirc.scm: New file. * gnu/packages/patches/lirc-localstatedir.patch: New file. * gnu-system.am: Add them.
* gnu: Add IBus.Ricardo Wurmus2015-03-26
| | | | | * gnu/packages/ibus.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: openblas: build for all supported CPUs.Ricardo Wurmus2015-03-26
| | | | | * gnu/packages/maths.scm (openblas)[arguments]: Add "DYNAMIC_ARCH=1" to make flags. Remove "#:substitutable? #f".
* gnu: openssh: Update to 6.8p1.Mark H Weaver2015-03-25
| | | | | * gnu/packages/ssh.scm (openssh): Update to 6.8p1. Make 'patch-tests' substitution more robust.
* gnu: Add gnome-mines.宋文武2015-03-26
| | | | * gnu/packages/gnome.scm (gnome-mines): New variable.
* gnu: icecat: Apply fixes for CVE-2015-{0817,0818} and other selected bugs.Mark H Weaver2015-03-25
| | | | | | | | | | | | * 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.
* substitute: Rename cache directory from "substitute-binary" to "substitute".Ludovic Courtès2015-03-25
| | | | | | | * guix/scripts/substitute.scm (%narinfo-cache-directory): Change "substitute-binary" to "substitute". * tests/store.scm ("substitute query"): Likewise. * tests/substitute.scm (call-with-narinfo): Likewise.
* Rename 'guix substitute-binary' to 'guix substitute'.Ludovic Courtès2015-03-25
| | | | | | | | | | | | | | | | | | | * guix/scripts/substitute-binary.scm: Rename to... * guix/scripts/substitute.scm: ... this. Adjust module name, entry point, comments, and help string accordingly. * nix/scripts/substitute-binary.in: Rename to... * nix/scripts/substitute.in: ... this. * pre-inst-env.in (NIX_SUBSTITUTERS): Adjust accordingly. * tests/substitute-binary.scm: Rename to... * tests/substitute.scm: ... this. Adjust references to (guix scripts substitute) accordingly. * guix/ui.scm (show-guix-help)[internal?]: Change "substitute-binary" to "substitute". * Makefile.am (MODULES, SCM_TESTS): Adjust to file renames. * daemon.am (nodist_pkglibexec_SCRIPTS): Likewise. * config-daemon.ac: Likewise. * guix/tests.scm (call-with-derivation-narinfo): Adjust comments and docstring.
* derivations: 'substitution-oracle' now ignores sub-trees that are valid.Ludovic Courtès2015-03-25
| | | | | | | | | | | Before that, "guix build qt", when only qt itself is missing, would lead 'substitution-oracle' to call 'substitutable-paths' with 318 items. Now, this is down to 6 items, because it doesn't ask about prerequisites that are already valid. * guix/derivations.scm (substitution-oracle)[valid-input?, dependencies]: New procedures. Use 'dependencies' and remove call to 'remove'.
* derivations: Add a 'cut?' parameter to 'derivation-prerequisites'.Ludovic Courtès2015-03-25
| | | | | | | * guix/derivations.scm (valid-derivation-input?): New procedure. (derivation-prerequisites): Add 'cut?' parameter and honor it. * tests/derivations.scm ("derivation-prerequisites and derivation-input-is-valid?"): New test.
* 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.
* derivations: Don't invoke the substituter when an item is already in store.Ludovic Courtès2015-03-24
| | | | | | | | Fixes <http://bugs.gnu.org/20188>. Reported by Mark H Weaver <mhw@netris.org>. * guix/derivations.scm (substitution-oracle): Add 'valid?' procedure. Remove 'valid?' items from PATHS.
* 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.
* substitute-binary: Remove thread-safe 'regexp-exec' wrapper.Ludovic Courtès2015-03-23
| | | | * guix/scripts/substitute-binary.scm: Remove 'regexp-exec' setting.
* substitute-binary: Pipeline HTTP requests instead of using threads.Ludovic Courtès2015-03-23
| | | | | | | | | | | * guix/scripts/substitute-binary.scm (fetch-narinfo, %lookup-threads, n-par-map*): Remove. (narinfo-cache-file, cached-narinfo, cache-narinfo!, narinfo-request, http-multiple-get, read-to-eof, fetch-narinfos, lookup-narinfos, narinfo-from-file): New procedures. (lookup-narinfo): Rewrite in terms of 'lookup-narinfos'. (guix-substitute-binary): Use 'lookup-narinfos' instead of 'lookup-narinfo'.
* substitute-binary: Allow callers to specify the size of a narinfo.Ludovic Courtès2015-03-23
| | | | | * guix/scripts/substitute-binary.scm (read-narinfo): Add #:size parameter and honor it.
* 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’.