| Commit message (Expand) | Author | Age | Files | Lines |
* | gexp: Slightly simplify 'lower-inputs'.•••* guix/gexp.scm (lower-inputs): Simplify first case by removing the
'input' binding.
| Ludovic Courtès | 2015-03-29 | 1 | -6/+6 |
* | gexp: Add 'local-file'.•••* 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.
| Ludovic Courtès | 2015-03-29 | 3 | -7/+90 |
* | doc: Update gexp wrt. extensibility.•••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.
| Ludovic Courtès | 2015-03-29 | 1 | -15/+16 |
* | gnu: Add tocc.•••* gnu/packages/search.scm (libtocc, tocc): New variables.
| Eric Bavier | 2015-03-29 | 1 | -1/+68 |
* | gnu: Add UnQLite.•••* gnu/packages/databases.scm (unqlite): New variable.
| Eric Bavier | 2015-03-29 | 1 | -1/+27 |
* | gnu: Add Catch.•••* gnu/packages/check.scm (catch-framework): New variable.
| Eric Bavier | 2015-03-29 | 1 | -1/+44 |
* | gnu: linux-libre: Update to 3.18.10•••* gnu/packages/linux.scm (linux-libre): Update to version 3.18.10.
| Jason Self | 2015-03-28 | 1 | -2/+2 |
* | gnu: Add mpv.•••* gnu/packages/video.scm (mpv): New variable.
| Taylan Ulrich Bayırlı/Kammer | 2015-03-27 | 1 | -0/+86 |
* | gnu: Add vapoursynth.•••* gnu/packages/video.scm (vapoursynth): New variable.
| Taylan Ulrich Bayırlı/Kammer | 2015-03-27 | 1 | -0/+42 |
* | gnu: Add tesseract-ocr.•••* gnu/packages/ocr.scm (tesseract-ocr): New variable.
| Taylan Ulrich Bayırlı/Kammer | 2015-03-27 | 1 | -4/+51 |
* | gnu: Rename (gnu packages ocrad) to (gnu packages ocr).•••* gnu/packages/ocrad.scm: Deleted.
* gnu/packages/ocr.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Change ocrad.scm to ocr.scm.
| Taylan Ulrich Bayırlı/Kammer | 2015-03-27 | 2 | -2/+2 |
* | gnu: Add leptonica.•••* gnu/packages/image.scm (leptonica): New variable.
| Taylan Ulrich Bayırlı/Kammer | 2015-03-27 | 1 | -0/+60 |
* | gnu: Add libwebp.•••* gnu/packages/image.scm (libwebp): New variable.
| Taylan Ulrich Bayırlı/Kammer | 2015-03-27 | 1 | -0/+37 |
* | gnu: freeglut: Add mesa to propagated inputs.•••* gnu/packages/gl.scm (freeglut): Add mesa to propagated inputs.
| Taylan Ulrich Bayırlı/Kammer | 2015-03-27 | 1 | -1/+4 |
* | gnu: Add libva.•••* gnu/packages/video.scm (libva): New variable.
| Taylan Ulrich Bayırlı/Kammer | 2015-03-27 | 1 | -0/+30 |
* | Fix remaining references to "substitute-binary".•••* 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.
| Taylan Ulrich Bayırlı/Kammer | 2015-03-26 | 4 | -5/+5 |
* | 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 | 3 | -0/+90 |
* | 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 | 3 | -0/+76 |
* | gnu: Add IBus.•••* gnu/packages/ibus.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ricardo Wurmus | 2015-03-26 | 2 | -0/+93 |
* | 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 | 9 | -1/+460 |
* | substitute: Rename cache directory from "substitute-binary" to "substitute".•••* 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.
| Ludovic Courtès | 2015-03-25 | 3 | -4/+4 |
* | Rename 'guix substitute-binary' to 'guix substitute'.•••* 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.
| Ludovic Courtès | 2015-03-25 | 12 | -60/+60 |
* | derivations: 'substitution-oracle' now ignores sub-trees that are valid.•••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'.
| Ludovic Courtès | 2015-03-25 | 1 | -5/+13 |
* | derivations: Add a 'cut?' parameter to 'derivation-prerequisites'.•••* 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.
| Ludovic Courtès | 2015-03-25 | 2 | -3/+31 |
* | 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 |
* | derivations: Don't invoke the substituter when an item is already in store.•••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.
| Ludovic Courtès | 2015-03-24 | 1 | -7/+13 |
* | 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 | 3 | -1/+21 |
* | 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 |
* | substitute-binary: Remove thread-safe 'regexp-exec' wrapper.•••* guix/scripts/substitute-binary.scm: Remove 'regexp-exec' setting.
| Ludovic Courtès | 2015-03-23 | 1 | -10/+0 |
* | substitute-binary: Pipeline HTTP requests instead of using threads.•••* 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'.
| Ludovic Courtès | 2015-03-23 | 1 | -78/+192 |
* | substitute-binary: Allow callers to specify the size of a narinfo.•••* guix/scripts/substitute-binary.scm (read-narinfo): Add #:size
parameter and honor it.
| Ludovic Courtès | 2015-03-23 | 1 | -3/+7 |
* | 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 | 2 | -0/+173 |