| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* gnu/packages/ncurses.scm (ncurses): Remove 'cross-pre-install-phase'.
When cross-compiling, it was leading to an empty $out/share/terminfo
directory.
|
|
|
|
|
|
|
|
| |
* gnu/packages/gcc.scm (gcc-4.7): Add 'libdir' procedure. Use it to
determine the right libdir, including when cross-compiling. This
fixes a bug whereby the RUNPATH of cross-compiled binaries would be
set to $crossgcc/lib instead of $crossgcc/$triplet/lib.
See <http://hydra.gnu.org/build/354389/nixlog/1/raw> for an example.
|
|
|
|
|
| |
* gnu/packages/commencement.scm (gcc-final)[arguments]: Add
#:validate-runpath? #f.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/build/gnu-build-system.scm (every*, validate-runpath): New
procedures.
(%standard-phases): Add 'validate-runpath'.
* guix/build-system/gnu.scm (%gnu-build-system-modules): Add (guix build
gremlin) and (guix elf).
(gnu-build): Add #:validate-runpath?.
[builder]: Pass it.
(gnu-cross-build): Likewise.
* gnu/packages/base.scm (glibc)[arguments]: Add #:validate-runpath? #f.
|
|
|
|
| |
* guix/build/utils.scm (find-files): Make 'pred' optional.
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/cdrom.scm (cdparanoia)[arguments]: Refer to
%GNU-BUILD-SYSTEM-MODULES instead of providing the actual list.
* gnu/packages/emacs.scm (magit, emacs-w3m, emacs-wget, emms):
Likewise.
* gnu/packages/haskell.scm (ghc): Likewise.
* gnu/packages/samba.scm (samba): Likewise.
* gnu/packages/video.scm (ffmpeg): Likewise.
|
|
|
|
|
|
|
|
| |
* gnu/packages/certs.scm (nss-certs)[arguments]: Remove
#:imported-modules.
* gnu/packages/gnuzilla.scm (nss)[arguments]: Likewise.
* gnu/packages/texlive.scm (texlive-texmf)[arguments]: Likewise.
* gnu/packages/xfce.scm (xfce)[arguments]: Likewise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/build-system/gnu.scm (%default-modules): Rename to...
(%gnu-build-system-modules): ... this.
(%default-modules): New variable.
(dist-package, gnu-build): Use %GNU-BUILD-SYSTEM-MODULES for
#:imported-modules.
(gnu-cross-build): Likewise, and use %DEFAULT-MODULES for #:modules.
* guix/build-system/cmake.scm (%cmake-build-system-modules): New
variable.
(cmake-build): Use it for #:imported-modules.
* guix/build-system/glib-or-gtk.scm (%default-imported-modules): Rename
to...
(%glib-or-gtk-build-system-modules): ... this. Refer to
%GNU-BUILD-SYSTEM-MODULES. Adjust uses.
* guix/build-system/perl.scm (%perl-build-system-modules): New
variable.
(perl-build): Use it for #:imported-modules.
* guix/build-system/python.scm (%python-build-system-modules): New
variable.
(python-build): Use it for #:imported-modules.
* guix/build-system/ruby.scm (%ruby-build-system-modules): New variable.
(ruby-build): Use it for #:imported-modules.
* guix/build-system/waf.scm (%waf-build-system-modules): New variable.
(waf-build): Use it for #:imported-modules.
|
|
|
|
|
|
|
|
| |
* guix/build/gremlin.scm (&elf-error, &invalid-segment-size): New error
condition types.
(dynamic-link-segment): Compare SEGMENT's offset + size to ELF's total
size.
(validate-needed-in-runpath): Wrap body in 'guard' form.
|
|
|
|
| |
* guix/build/gremlin.scm (%libc-libraries): Add "libnsl.so".
|
|
|
|
| |
* gnu/packages/node.scm: Remove import of (guix build gnu-build-system).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes <http://bugs.gnu.org/19780>.
Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>.
* gnu/packages/bootstrap/i686-linux/bash,
gnu/packages/bootstrap/i686-linux/mkdir,
gnu/packages/bootstrap/i686-linux/tar,
gnu/packages/bootstrap/i686-linux/xz,
gnu/packages/bootstrap/x86_64-linux/bash,
gnu/packages/bootstrap/x86_64-linux/mkdir,
gnu/packages/bootstrap/x86_64-linux/tar,
gnu/packages/bootstrap/x86_64-linux/xz: Update from
<ftp://alpha.gnu.org:/gnu/guix/bootstrap/i686-linux/20131110/static-binaries.tar.xz>
and
<ftp://alpha.gnu.org:/gnu/guix/bootstrap/x86_64-linux/20131110/static-binaries.tar.xz>,
respectively. The libc in those binaries has no dynamic NSS support,
which could otherwise lead to crashes when they tried to load NSS
modules of the host system.
|
|
|
|
|
|
|
| |
* guix/build/utils.scm (file-name-predicate): New procedure.
(find-files): Rename second parameter to 'pred'. When 'pred' is not a
procedure, call 'file-name-predicate'. Use PRED instead of
'regexp-exec' in the leaf procedure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Suggested by Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>.
* guix/build/utils.scm (%modify-phases): Remove quotes.
* guix/build/cmake-build-system.scm (%standard-phases): Adjust
accordingly.
* guix/build/glib-or-gtk-build-system.scm (%standard-phases): Likewise.
* guix/build/gnu-dist.scm (%dist-phases): Likewise.
* guix/build/perl-build-system.scm (%standard-phases): Likewise.
* guix/build/python-build-system.scm (%standard-phases): Likewise.
* guix/build/ruby-build-system.scm (%standard-phases): Likewise.
* guix/build/waf-build-system.scm (%standard-phases): Likewise.
* gnu/packages/bash.scm, gnu/packages/code.scm, gnu/packages/gl.scm,
gnu/packages/gnome.scm, gnu/packages/graphics.scm,
gnu/packages/image.scm, gnu/packages/key-mon.scm,
gnu/packages/ocr.scm, gnu/packages/plotutils.scm,
gnu/packages/search.scm, gnu/packages/video.scm: Likewise.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
* guix/build/gremlin.scm, tests/gremlin.scm: New files.
* Makefile.am (MODULES): Add guix/build/gremlin.scm.
(SCM_TESTS): Add tests/gremlin.scm.
|
| |
| |
| |
| | |
* tests/lint.scm: Change module name to 'test-lint'.
|
| |
| |
| |
| | |
* gnu/packages/xorg.scm (xterm): Update to 317.
|
| |
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (pbtranscript-tofu)[inputs]: Add missing
runtime inputs.
|
| |
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (pbtranscript-tofu)[arguments]: Delete
"build" directory and any shared objects after unpacking.
|
| |
| |
| |
| | |
* gnu/packages/python.scm (python-networkx, python2-networkx): New variables.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-decorator, python2-decorator): New
variables.
|
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (vcftools): New variable.
|
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (cutadapt): New variable.
|
| |
| |
| |
| |
| | |
* gnu/packages/messaging.scm (ngircd): Overwrite getpid.sh with a more
reliable version.
|
| |
| |
| |
| |
| |
| | |
Suggested by Mark H Weaver <mhw@netris.org>.
* gnu/build/install.scm (directives): Add /var/tmp.
|
| |
| |
| |
| | |
* gnu/packages/graphics.scm: Add copyright line for 87bafa0.
|
| |
| |
| |
| | |
* guix/elf.scm (elf-segment): Add missing argument N.
|
| |
| |
| |
| | |
This reverts commit 41fd23334d9932c978579576fd86c5f89894c015.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/audacity.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/patches/audacity-fix-ffmpeg-binding.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/audio.scm (portaudio): Add a patch for Audacity compatibility.
* gnu/packages/patches/portaudio-audacity-compat.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
|
| |
| |
| |
| | |
* gnu/packages/base.scm (tzdata): Update to 2015b.
|
| |
| |
| |
| | |
* gnu/packages/video.scm (liba52)[arguments]: Pass --build to configure.
|
| |
| |
| |
| |
| | |
* gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Pass --build to
configure.
|
| |
| |
| |
| |
| | |
* guix/gexp.scm (lower-inputs): Simplify first case by removing the
'input' binding.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
* 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.
|