| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
| |
| |
| | |
* 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.
|