| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
Fixes a regression introduced in 12b0dbd.
See <http://lists.gnu.org/archive/html/guix-devel/2015-03/msg00698.html>.
* gnu/packages/base.scm (glibc)[arguments] <pre-configure>: Add
#:native-inputs parameter. Look up "static-bash" first in INPUTS,
then in NATIVE-INPUTS.
|
|
|
|
|
|
|
|
| |
The 'static-bash' input of cross libcs has always been compiled
natively. This patch makes the issue more visible.
* gnu/packages/cross-base.scm (cross-libc): Add 'inputs' field, and
add (package-inputs glibc) to 'native-inputs'.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| | |
* gnu/packages/java.scm (icedtea6)[arguments]: Do not set CC and
LD_LIBRARY_PATH variables.
|
| |
| |
| |
| |
| | |
* gnu/packages/java.scm (icedtea6)[arguments]: Rename ‘set-paths’ phase to
‘set-additional-paths’.
|
| |
| |
| |
| |
| | |
* gnu/packages/java.scm (icedtea6)[arguments]: Move patching of patches from
‘patch-paths’ to new ‘patch-patches’ phase.
|
| |
| |
| |
| |
| | |
* gnu/packages/java.scm (icedtea6)[arguments]: patch Makefile to override
DEF_OBJCOPY variable definition.
|
| |
| |
| |
| |
| | |
* gnu/packages/java.scm (icedtea6)[arguments]: patch bootstrap ant in the
`unpack' phase instead of `patch-paths'.
|
| |
| |
| |
| | |
* gnu/packages/maths.scm (openblas): New variable.
|
| |
| |
| |
| | |
* gnu/packages/textutils.scm (utf8proc): New variable.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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'.
|
| |
| |
| |
| |
| |
| | |
* guix/gexp.scm (lower-references): Add <gexp-input> case.
* tests/gexp.scm ("gexp->derivation #:allowed-references, specific
output"): New test.
|
| |
| |
| |
| |
| |
| |
| | |
* guix/gexp.scm (derivation-compiler): New procedure.
(lower-inputs): Remove 'derivation?' case.
(gexp-inputs)[add-reference-inputs]: Likewise.
(gexp->sexp)[reference->sexp]: Likewise.
|
| |
| |
| |
| | |
This reverts commit 004eb31859971f9602f618cbdf6612f4bcaddd9c.
|
| |
| |
| |
| | |
* gnu/packages/code.scm (the-silver-searcher): New variable.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/video.scm (mplayer2): New variable.
* gnu/packages/patches/mplayer2-theora-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
|
| |
| |
| |
| |
| | |
* gnu/packages/gtk.scm (gtk+-2): add `gobject-introspection' to the
native-inputs to install typelib file.
|
| |
| |
| |
| | |
* gnu/packages/openssl.scm (openssl): Update to 1.0.2a.
|
| |
| |
| |
| | |
* gnu/packages/ebook.scm (calibre): Update to 2.22.0.
|
| |
| |
| |
| | |
* gnu/packages/glib.scm (python2-pygobject): New variable.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/glib.scm (python-pygobject)[home-page]: Use home page of the
3.x series of the pygobject bindings instead of the home page for the 2.x
bindings.
|
| |
| |
| |
| |
| | |
* gnu/packages/audio.scm (lv2-mda-piano)[source]: Change URL of git
repository to new upstream.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Before that it would sort them by name only, so the order in which two
packages with the same name but a different version would appear was
non-deterministic.
Reported by Tomáš Čech <sleep_walker@gnu.org>.
* guix/scripts/package.scm (find-packages-by-description)[version<?]:
New variable.
Change the 2nd argument to 'sort' to use 'string-compare' and resort
to 'version<?' when P1 and P2 have the same name.
|