summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* utils: 'modify-phases' no longer introduces quotes.Ludovic Courtès2015-03-31
| | | | | | | | | | | | | | | | | | | 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.
* Merge branch 'master' into core-updatesLudovic Courtès2015-03-31
|\
| * Add (guix build gremlin).Ludovic Courtès2015-03-31
| | | | | | | | | | | | * guix/build/gremlin.scm, tests/gremlin.scm: New files. * Makefile.am (MODULES): Add guix/build/gremlin.scm. (SCM_TESTS): Add tests/gremlin.scm.
| * tests: Fix module name for 'lint'.Ludovic Courtès2015-03-31
| | | | | | | | * tests/lint.scm: Change module name to 'test-lint'.
| * gnu: xterm: Update to 317.Mark H Weaver2015-03-31
| | | | | | | | * gnu/packages/xorg.scm (xterm): Update to 317.
| * gnu: pbtranscript-tofu: Add missing inputs.Ricardo Wurmus2015-03-31
| | | | | | | | | | * gnu/packages/bioinformatics.scm (pbtranscript-tofu)[inputs]: Add missing runtime inputs.
| * gnu: pbtranscript-tofu: Delete pre-built libraries.Ricardo Wurmus2015-03-31
| | | | | | | | | | * gnu/packages/bioinformatics.scm (pbtranscript-tofu)[arguments]: Delete "build" directory and any shared objects after unpacking.
| * gnu: Add python-networkx.Ricardo Wurmus2015-03-31
| | | | | | | | * gnu/packages/python.scm (python-networkx, python2-networkx): New variables.
| * gnu: Add python-decorator.Ricardo Wurmus2015-03-31
| | | | | | | | | | * gnu/packages/python.scm (python-decorator, python2-decorator): New variables.
| * gnu: Add vcftools.Ricardo Wurmus2015-03-31
| | | | | | | | * gnu/packages/bioinformatics.scm (vcftools): New variable.
| * gnu: Add cutadapt.Ricardo Wurmus2015-03-31
| | | | | | | | * gnu/packages/bioinformatics.scm (cutadapt): New variable.
| * gnu: ngircd: Fix test suite.Taylan Ulrich Bayırlı/Kammer2015-03-31
| | | | | | | | | | * gnu/packages/messaging.scm (ngircd): Overwrite getpid.sh with a more reliable version.
| * install: Create /var/tmp.Ludovic Courtès2015-03-31
| | | | | | | | | | | | Suggested by Mark H Weaver <mhw@netris.org>. * gnu/build/install.scm (directives): Add /var/tmp.
| * gnu: Add missing copyright line.Ludovic Courtès2015-03-30
| | | | | | | | * gnu/packages/graphics.scm: Add copyright line for 87bafa0.
| * elf: Add missing argument in 'elf-segment'.Ludovic Courtès2015-03-30
| | | | | | | | * guix/elf.scm (elf-segment): Add missing argument N.
| * Revert "gnu: tzdata: Update to 2015b."Mark H Weaver2015-03-30
| | | | | | | | This reverts commit 41fd23334d9932c978579576fd86c5f89894c015.
| * gnu: Add audacity.Taylan Ulrich Bayırlı/Kammer2015-03-30
| | | | | | | | | | | | | | * 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: portaudio: Patch for Audacity compatibility.Taylan Ulrich Bayırlı/Kammer2015-03-30
| | | | | | | | | | | | * 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: tzdata: Update to 2015b.Mark H Weaver2015-03-30
| | | | | | | | * gnu/packages/base.scm (tzdata): Update to 2015b.
| * gnu: liba52: Pass --build to configure.Mark H Weaver2015-03-29
| | | | | | | | * gnu/packages/video.scm (liba52)[arguments]: Pass --build to configure.
| * gnu: xbindkeys: Pass --build to configure.Mark H Weaver2015-03-29
| | | | | | | | | | * gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Pass --build to configure.
| * gexp: Slightly simplify 'lower-inputs'.Ludovic Courtès2015-03-29
| | | | | | | | | | * guix/gexp.scm (lower-inputs): Simplify first case by removing the 'input' binding.
| * gexp: Add 'local-file'.Ludovic Courtès2015-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * doc: Update gexp wrt. extensibility.Ludovic Courtès2015-03-29
| | | | | | | | | | | | | | | | 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: Add tocc.Eric Bavier2015-03-29
| | | | | | | | * gnu/packages/search.scm (libtocc, tocc): New variables.
| * gnu: Add UnQLite.Eric Bavier2015-03-29
| | | | | | | | * gnu/packages/databases.scm (unqlite): New variable.
| * gnu: Add Catch.Eric Bavier2015-03-29
| | | | | | | | * gnu/packages/check.scm (catch-framework): New variable.
| * gnu: linux-libre: Update to 3.18.10Jason Self2015-03-28
| | | | | | | | * gnu/packages/linux.scm (linux-libre): Update to version 3.18.10.
| * gnu: Add mpv.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | | | | | * gnu/packages/video.scm (mpv): New variable.
| * gnu: Add vapoursynth.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | | | | | * gnu/packages/video.scm (vapoursynth): New variable.
| * gnu: Add tesseract-ocr.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | | | | | * gnu/packages/ocr.scm (tesseract-ocr): New variable.
| * gnu: Rename (gnu packages ocrad) to (gnu packages ocr).Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | | | | | | | | | * gnu/packages/ocrad.scm: Deleted. * gnu/packages/ocr.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Change ocrad.scm to ocr.scm.
| * gnu: Add leptonica.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | | | | | * gnu/packages/image.scm (leptonica): New variable.
| * gnu: Add libwebp.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | | | | | * gnu/packages/image.scm (libwebp): New variable.
| * gnu: freeglut: Add mesa to propagated inputs.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | | | | | * gnu/packages/gl.scm (freeglut): Add mesa to propagated inputs.
| * gnu: Add libva.Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | | | | | * gnu/packages/video.scm (libva): New variable.
| * Fix remaining references to "substitute-binary".Taylan Ulrich Bayırlı/Kammer2015-03-26
| | | | | | | | | | | | | | | | * 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: wpa-supplicant: Install DBUS access configuration.Tomáš Čech2015-03-26
| | | | | | | | * gnu/packages/admin.scm (wpa-supplicant): Install DBUS configuration file.
| * gnu: global: Update to 6.4.Ludovic Courtès2015-03-26
| | | | | | | | * gnu/packages/code.scm (global): Update to 6.4.
| * gnu: tor: Update to 0.2.5.11.Ludovic Courtès2015-03-26
| | | | | | | | * gnu/packages/tor.scm (tor): Update to 0.2.5.11.
| * gnu: nano: Update to 2.4.0.Ludovic Courtès2015-03-26
| | | | | | | | * gnu/packages/nano.scm (nano): Update to 2.4.0.
| * services: guix-service: Add service documentation.Alex Kost2015-03-26
| | | | | | | | | | * gnu/services/base.scm (guix-service): Add 'documentation' field to the service.
| * services: Add 'lirc-service'.Alex Kost2015-03-26
| | | | | | | | | | | | * 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: Add LIRC.Alex Kost2015-03-26
| | | | | | | | | | | | * gnu/packages/lirc.scm: New file. * gnu/packages/patches/lirc-localstatedir.patch: New file. * gnu-system.am: Add them.
| * gnu: Add IBus.Ricardo Wurmus2015-03-26
| | | | | | | | | | * gnu/packages/ibus.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| * gnu: openblas: build for all supported CPUs.Ricardo Wurmus2015-03-26
| | | | | | | | | | * gnu/packages/maths.scm (openblas)[arguments]: Add "DYNAMIC_ARCH=1" to make flags. Remove "#:substitutable? #f".
| * gnu: openssh: Update to 6.8p1.Mark H Weaver2015-03-25
| | | | | | | | | | * gnu/packages/ssh.scm (openssh): Update to 6.8p1. Make 'patch-tests' substitution more robust.
| * gnu: Add gnome-mines.宋文武2015-03-26
| | | | | | | | * gnu/packages/gnome.scm (gnome-mines): New variable.
| * gnu: icecat: Apply fixes for CVE-2015-{0817,0818} and other selected bugs.Mark H Weaver2015-03-25
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | gnu: tzdata: Update to 2015b.Mark H Weaver2015-03-30
| | | | | | | | * gnu/packages/base.scm (tzdata): Update to 2015b.