summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2015-03-23gnu: Add Julia.Ricardo Wurmus
* gnu/packages/julia.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-03-23gnu: Add double-conversion.Ricardo Wurmus
* gnu/packages/maths.scm (double-conversion): New variable.
2015-03-23gnu: Add SuiteSparse.Ricardo Wurmus
* gnu/packages/maths.scm (suitesparse): New variable.
2015-03-23gnu: icedtea6: remove commented substitution.Ricardo Wurmus
* gnu/packages/java.scm (icedtea6): Remove commented substitution.
2015-03-23gnu: icedtea6: Do not set CC and LD_LIBRARY_PATH.Ricardo Wurmus
* gnu/packages/java.scm (icedtea6)[arguments]: Do not set CC and LD_LIBRARY_PATH variables.
2015-03-23gnu: icedtea6: Rename ‘set-paths’ phase to ‘set-additional-paths’Ricardo Wurmus
* gnu/packages/java.scm (icedtea6)[arguments]: Rename ‘set-paths’ phase to ‘set-additional-paths’.
2015-03-23gnu: icedtea6: patch patches in separate build phase.Ricardo Wurmus
* gnu/packages/java.scm (icedtea6)[arguments]: Move patching of patches from ‘patch-paths’ to new ‘patch-patches’ phase.
2015-03-23gnu: icedtea6: patch hardcoded objcopy path.Ricardo Wurmus
* gnu/packages/java.scm (icedtea6)[arguments]: patch Makefile to override DEF_OBJCOPY variable definition.
2015-03-23gnu: icedtea6: patch ant shebang in unpack phaseRicardo Wurmus
* gnu/packages/java.scm (icedtea6)[arguments]: patch bootstrap ant in the `unpack' phase instead of `patch-paths'.
2015-03-23gnu: Add openblas.Ricardo Wurmus
* gnu/packages/maths.scm (openblas): New variable.
2015-03-23gnu: Add utf8proc.Ricardo Wurmus
* gnu/packages/textutils.scm (utf8proc): New variable.
2015-03-22store: Default to a non-empty list of substituters.Ludovic Courtès
Fixes <http://bugs.gnu.org/20163>. Reported by Mark H Weaver <mhw@netris.org>. * guix/store.scm (%default-substitute-urls): New variable. (set-build-options): Change default value of #:substitute-urls to %DEFAULT-SUBSTITUTE-URLS.
2015-03-22gexp: Fix handling of nativeness in nested gexps.Ludovic Courtès
* guix/gexp.scm (gexp-inputs): Remove 'references' parameter; add #:native? and honor it. [add-reference-inputs]: Distinguish between native gexp inputs, and non-native gexp inputs. Honor 'native?' field of list inputs. * tests/gexp.scm ("ungexp + ungexp-native, nested"): New test.
2015-03-22gexp: Ignore nested gexps in macro expansion.Ludovic Courtès
Before that, the 'references' and 'natives' or the outer gexp in an expression like #~#+#~#$coreutils would include those of the inner gexp. * guix/gexp.scm (gexp)[collect-escapes]: Ignore everything below 'ungexp-native' or 'ungexp-native-splicing'. [collect-native-escapes]: Ignore everything below 'ungexp' or 'ungexp-splicing'.
2015-03-22gexp: Allow <gexp-input> objects in #:allowed-references.Ludovic Courtès
* guix/gexp.scm (lower-references): Add <gexp-input> case. * tests/gexp.scm ("gexp->derivation #:allowed-references, specific output"): New test.
2015-03-22gexp: Add identity compiler for derivations.Ludovic Courtès
* guix/gexp.scm (derivation-compiler): New procedure. (lower-inputs): Remove 'derivation?' case. (gexp-inputs)[add-reference-inputs]: Likewise. (gexp->sexp)[reference->sexp]: Likewise.
2015-03-22Revert "gnu: Add sdcv."Tomáš Čech
This reverts commit 004eb31859971f9602f618cbdf6612f4bcaddd9c.