Age | Commit message (Collapse) | Author |
|
* gnu/packages/search.scm (libtocc, tocc): New variables.
|
|
* gnu/packages/databases.scm (unqlite): New variable.
|
|
* gnu/packages/check.scm (catch-framework): New variable.
|
|
* gnu/packages/linux.scm (linux-libre): Update to version 3.18.10.
|
|
* gnu/packages/video.scm (mpv): New variable.
|
|
* gnu/packages/video.scm (vapoursynth): New variable.
|
|
* gnu/packages/ocr.scm (tesseract-ocr): New variable.
|
|
* gnu/packages/ocrad.scm: Deleted.
* gnu/packages/ocr.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Change ocrad.scm to ocr.scm.
|
|
* gnu/packages/image.scm (leptonica): New variable.
|
|
* gnu/packages/image.scm (libwebp): New variable.
|
|
* gnu/packages/gl.scm (freeglut): Add mesa to propagated inputs.
|
|
* gnu/packages/video.scm (libva): New variable.
|
|
* 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/packages/admin.scm (wpa-supplicant): Install DBUS configuration file.
|
|
* gnu/packages/code.scm (global): Update to 6.4.
|
|
* gnu/packages/tor.scm (tor): Update to 0.2.5.11.
|
|
* gnu/packages/nano.scm (nano): Update to 2.4.0.
|
|
* gnu/services/base.scm (guix-service): Add 'documentation' field to the
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'.
|
|
* gnu/packages/lirc.scm: New file.
* gnu/packages/patches/lirc-localstatedir.patch: New file.
* gnu-system.am: Add them.
|
|
* gnu/packages/ibus.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/maths.scm (openblas)[arguments]: Add "DYNAMIC_ARCH=1" to
make flags. Remove "#:substitutable? #f".
|
|
* gnu/packages/ssh.scm (openssh): Update to 6.8p1. Make 'patch-tests'
substitution more robust.
|
|
* gnu/packages/gnome.scm (gnome-mines): New variable.
|
|
* 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.
|
|
* 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.
|
|
* 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.
|
|
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'.
|
|
* 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/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.
|
|
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/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/packages/bioinformatics.scm (pbtranscript-tofu): New variable.
|
|
* gnu/packages/bioinformatics.scm (python2-bx-python): New variable.
|
|
* gnu/packages/bioinformatics.scm (python2-pbcore): New variable.
|
|
* gnu/packages/package-management.scm (guix-devel): Update.
|
|
* gnu/packages/emacs.scm (geiser)[description]: Tweak.
|
|
* gnu/packages/emacs.scm (geiser): Update to 0.7.
|
|
* guix/scripts/substitute-binary.scm: Remove 'regexp-exec' setting.
|
|
* 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'.
|
|
* guix/scripts/substitute-binary.scm (read-narinfo): Add #:size
parameter and honor it.
|
|
* gnu/packages/maths.scm (lapack, gmsh), gnu/packages/ssh.scm (libssh): Remove
unused patchelf from native-inputs.
|
|
* gnu/packages/scheme.scm (bigloo)[inputs]: Change EMACS-NO-X to EMACS.
|
|
* gnu/packages/sdl.scm (sdl)[arguments]<#:configure-flags>: Add
'LDFLAGS=-lGL'.
|
|
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/packages/python.scm (python-h5py, python2-h5py): New variables.
|
|
* gnu/packages/julia.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/maths.scm (double-conversion): New variable.
|
|
* gnu/packages/maths.scm (suitesparse): New variable.
|
|
* gnu/packages/java.scm (icedtea6): Remove commented substitution.
|