aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: Add DateTime-TimeZone.Eric Bavier2015-04-02
| | | | * gnu/packages/perl.scm (perl-datetime-timezone): New variable.
* gnu: Add List-AllUtils.Eric Bavier2015-04-02
| | | | * gnu/packages/perl.scm (perl-list-allutils): New variable.
* gnu: Add Class-Singleton.Eric Bavier2015-04-02
| | | | * gnu/packages/perl.scm (perl-class-singleton): New variable.
* gnu: Add Catalyst-DispatchType-Regex.Eric Bavier2015-04-02
| | | | | * gnu/packages/web.scm (perl-catalyst-dispatchtype-regex): New variable.
* gnu: Add fcitx.宋文武2015-04-02
| | | | | * gnu/packages/fcitx.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: icecat: Apply fixes for CVE-2015-{0801,0807,0815,0816}.Mark H Weaver2015-04-02
| | | | | | | | | | | | | | | | | Actually, CVE-2015-0801 and CVE-2015-0816 were already patched in 4c153a9125fa0913077b06b5ed537958ae4ca163, but the corresponding CVEs were not yet announced. * gnu/packages/patches/icecat-bug-1146339.patch: Rename to ... * gnu/packages/patches/icecat-CVE-2015-0801.patch: ... this. * gnu/packages/patches/icecat-bug-1144991.patch: Rename to ... * gnu/packages/patches/icecat-CVE-2015-0816.patch: ... this. * gnu/packages/patches/icecat-CVE-2015-0807.patch, gnu/packages/patches/icecat-CVE-2015-0815-pt1.patch, gnu/packages/patches/icecat-CVE-2015-0815-pt2.patch, gnu/packages/patches/icecat-CVE-2015-0815-pt3.patch: New files. * gnu-system.am (dist_patch_DATA): Add them, and adapt to renamed files. * gnu/packages/gnuzilla.scm (icecat): Add patches, and adapt to renamed files.
* gnu: linux-libre: Update to 3.19.3.Mark H Weaver2015-04-01
| | | | | | | | | | | | | The changes to linux-libre-*.conf are by Jason Self <j@jxself.org>. * gnu/packages/patches/linux-libre-libreboot-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre): Update to version 3.19.3. Add patch. * gnu/packages/linux-libre-i686.conf, gnu/packages/linux-libre-x86_64.conf: Update for 3.19.x. Co-Authored-By: Jason Self <j@jxself.org>
* services: syslog-service: Add 'config-file' argument.Alex Kost2015-04-01
| | | | | | * gnu/services/base.scm (syslog-service): Add 'config-file' keyword argument. * doc/guix.texi (Base Services): Document it.
* gnu: Add clustal omega.Ricardo Wurmus2015-04-01
| | | | * gnu/packages/bioinformatics.scm (clustal-omega): New variable.
* gnu: Add argtable.Ricardo Wurmus2015-04-01
| | | | * gnu/packages/popt.scm (argtable): New variable.
* gnu: pulseaudio: Increase timeout on cpu-mix-test.Mark H Weaver2015-04-01
| | | | | | * gnu/packages/patches/pulseaudio-longer-test-timeout.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/pulseaudio.scm (pulseaudio)[source]: Add patch.
* 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.