aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-29gnu: xbindkeys: Pass --build to configure.Mark H Weaver
* gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Pass --build to configure.
2015-03-29gexp: Slightly simplify 'lower-inputs'.Ludovic Courtès
* guix/gexp.scm (lower-inputs): Simplify first case by removing the 'input' binding.
2015-03-29gexp: Add 'local-file'.Ludovic Courtès
* guix/gexp.scm (<local-file>): New record type. (local-file): New procedure. (local-file-compiler): New compiler. (gexp->sexp) <struct? thing>: Handle the case where 'lower' returns a file name. (text-file*): Update docstring.local-file doc * tests/gexp.scm ("one local file", "gexp->derivation, local-file"): New tests. * doc/guix.texi (G-Expressions): Mention local files early. Document 'local-file'. Update 'text-file*' documentation.
2015-03-29doc: Update gexp wrt. extensibility.Ludovic Courtès
This is a followup to bcb1328. * doc/guix.texi (G-Expressions): Move paragraph about extensibility below. Remove assumptions that things are either packages or derivations.
2015-03-29gnu: Add tocc.Eric Bavier
* gnu/packages/search.scm (libtocc, tocc): New variables.
2015-03-29gnu: Add UnQLite.Eric Bavier
* gnu/packages/databases.scm (unqlite): New variable.
2015-03-29gnu: Add Catch.Eric Bavier
* gnu/packages/check.scm (catch-framework): New variable.
2015-03-28gnu: linux-libre: Update to 3.18.10Jason Self
* gnu/packages/linux.scm (linux-libre): Update to version 3.18.10.
2015-03-27gnu: Add mpv.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (mpv): New variable.
2015-03-27gnu: Add vapoursynth.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (vapoursynth): New variable.
2015-03-27gnu: Add tesseract-ocr.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/ocr.scm (tesseract-ocr): New variable.
2015-03-27gnu: Rename (gnu packages ocrad) to (gnu packages ocr).Taylan Ulrich Bayırlı/Kammer
* gnu/packages/ocrad.scm: Deleted. * gnu/packages/ocr.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Change ocrad.scm to ocr.scm.
2015-03-27gnu: Add leptonica.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/image.scm (leptonica): New variable.
2015-03-27gnu: Add libwebp.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/image.scm (libwebp): New variable.
2015-03-27gnu: freeglut: Add mesa to propagated inputs.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/gl.scm (freeglut): Add mesa to propagated inputs.
2015-03-27gnu: Add libva.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (libva): New variable.
2015-03-26Fix remaining references to "substitute-binary".Taylan Ulrich Bayırlı/Kammer
* 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.
2015-03-26gnu: wpa-supplicant: Install DBUS access configuration.Tomáš Čech
* gnu/packages/admin.scm (wpa-supplicant): Install DBUS configuration file.
2015-03-26gnu: global: Update to 6.4.Ludovic Courtès
* gnu/packages/code.scm (global): Update to 6.4.
2015-03-26gnu: tor: Update to 0.2.5.11.Ludovic Courtès
* gnu/packages/tor.scm (tor): Update to 0.2.5.11.
2015-03-26gnu: nano: Update to 2.4.0.Ludovic Courtès
* gnu/packages/nano.scm (nano): Update to 2.4.0.
2015-03-26services: guix-service: Add service documentation.Alex Kost
* gnu/services/base.scm (guix-service): Add 'documentation' field to the service.
2015-03-26services: Add 'lirc-service'.Alex Kost
* gnu/services/lirc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Various Services): New node. Document 'lirc-service'.
2015-03-26gnu: Add LIRC.Alex Kost
* gnu/packages/lirc.scm: New file. * gnu/packages/patches/lirc-localstatedir.patch: New file. * gnu-system.am: Add them.
2015-03-26gnu: Add IBus.Ricardo Wurmus
* gnu/packages/ibus.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-03-26gnu: openblas: build for all supported CPUs.Ricardo Wurmus
* gnu/packages/maths.scm (openblas)[arguments]: Add "DYNAMIC_ARCH=1" to make flags. Remove "#:substitutable? #f".
2015-03-25gnu: openssh: Update to 6.8p1.Mark H Weaver
* gnu/packages/ssh.scm (openssh): Update to 6.8p1. Make 'patch-tests' substitution more robust.
2015-03-26gnu: Add gnome-mines.宋文武
* gnu/packages/gnome.scm (gnome-mines): New variable.
2015-03-25gnu: icecat: Apply fixes for CVE-2015-{0817,0818} and other selected bugs.Mark H Weaver
* 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.
2015-03-25substitute: Rename cache directory from "substitute-binary" to "substitute".Ludovic Courtès
* 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.
2015-03-25Rename 'guix substitute-binary' to 'guix substitute'.Ludovic Courtès
* 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.
2015-03-25derivations: 'substitution-oracle' now ignores sub-trees that are valid.Ludovic Courtès
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'.
2015-03-25derivations: Add a 'cut?' parameter to 'derivation-prerequisites'.Ludovic Courtès
* 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.
2015-03-24gnu: python: Do not use patchelf.Mark H Weaver
* 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.
2015-03-24derivations: Don't invoke the substituter when an item is already in store.Ludovic Courtès
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.
2015-03-24gnu: calibre: Add a patch to avoid automatic checking for updates.Andreas Enge
* 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.
2015-03-24gnu: Add pbtranscript-tofu.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pbtranscript-tofu): New variable.
2015-03-24gnu: Add python2-bx-python.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python2-bx-python): New variable.
2015-03-24gnu: Add python2-pbcore.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python2-pbcore): New variable.
2015-03-23gnu: guix: Update snapshot.Ludovic Courtès
* gnu/packages/package-management.scm (guix-devel): Update.
2015-03-23gnu: geiser: Make description more concise and less personal.Ludovic Courtès
* gnu/packages/emacs.scm (geiser)[description]: Tweak.
2015-03-23gnu: geiser: Update to 0.7.Ludovic Courtès
* gnu/packages/emacs.scm (geiser): Update to 0.7.
2015-03-23substitute-binary: Remove thread-safe 'regexp-exec' wrapper.Ludovic Courtès
* guix/scripts/substitute-binary.scm: Remove 'regexp-exec' setting.
2015-03-23substitute-binary: Pipeline HTTP requests instead of using threads.Ludovic Courtès
* 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'.
2015-03-23substitute-binary: Allow callers to specify the size of a narinfo.Ludovic Courtès
* guix/scripts/substitute-binary.scm (read-narinfo): Add #:size parameter and honor it.
2015-03-23Remove unused patchelf inputs.Mark H Weaver
* gnu/packages/maths.scm (lapack, gmsh), gnu/packages/ssh.scm (libssh): Remove unused patchelf from native-inputs.
2015-03-23gnu: bigloo: Use Emacs with X11 support.Ludovic Courtès
* gnu/packages/scheme.scm (bigloo)[inputs]: Change EMACS-NO-X to EMACS.
2015-03-23gnu: sdl: Explicitly use mesa as OpenGL driver.宋文武
* gnu/packages/sdl.scm (sdl)[arguments]<#:configure-flags>: Add 'LDFLAGS=-lGL'.
2015-03-23gnu: 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-23gnu: Add python-h5py and python2-h5py.Ricardo Wurmus
* gnu/packages/python.scm (python-h5py, python2-h5py): New variables.