summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: guile-ssh: Upgrade to 0.6.0.Ludovic Courtès2014-03-25
| | | | | * gnu/packages/ssh.scm (guile-ssh): Upgrade to 0.6.0. [arguments]: Remove #:tests? #f; add #:parallel-build? #f.
* gnu: recutils: Upgrade to 1.7.Ludovic Courtès2014-03-25
| | | | | * gnu/packages/recutils.scm (recutils): Upgrade to 1.7. Add 'arguments' field.
* gnu: Add cursynthEric Bavier2014-03-25
| | | | | * gnu/packages/cursynth.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it
* gnu: autotools: Add Autoconf 2.68; turn 'autoconf-wrapper' into a procedure.Manolis Ragkousis2014-03-24
| | | | | | | | | * gnu/packages/autotools.scm (autoconf-2.68): New variable. (autoconf-wrapper): Turn into a procedure. Turn comment into a docstring. (automake): Adjust accordingly. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tor: Upgrade to 0.2.4.21.Mark H Weaver2014-03-23
| | | | * gnu/packages/tor.scm (tor): Upgrade to 0.2.4.21.
* gnu: Provide single-precision fftw library for pulseaudioEric Bavier2014-03-22
| | | | | * gnu/packages/algebra.scm (fftwf): New variable * gnu/packages/pulseaudio.scm (pulseaudio): Use it
* gnu: cmake: Install man pages and docs in share/{man,doc}.Mark H Weaver2014-03-22
| | | | | * gnu/packages/cmake.scm (cmake): Pass --mandir and --docdir to configure. Rewrite the code that selects the first two components of the version.
* gnu: flac: Install man pages in share/man.Mark H Weaver2014-03-22
| | | | * gnu/packages/xiph.scm (flac): Add --mandir configure flag.
* gnu: libvorbis: disable parallel testsEric Bavier2014-03-21
| | | | * gnu/packages/xiph.scm (libvorbis): disable parallel tests
* gnu: openssh: Upgrade to 6.6p1.Mark H Weaver2014-03-21
| | | | * gnu/packages/ssh.scm (openssh): Upgrade to 6.6p1.
* gnu: tzdata: Upgrade to 2014a.Mark H Weaver2014-03-20
|
* gnu: lynx: Upgrade to 2.8.8rel.2.Mark H Weaver2014-03-20
| | | | * gnu/packages/lynx.scm (lynx): Upgrade to 2.8.8rel.2.
* gnu: bc: Install docs in share/man and share/info.Mark H Weaver2014-03-20
| | | | * gnu/packages/algebra.scm (bc): Pass --mandir and --infodir to configure.
* gnu: unzip: Install man pages in share/man.Mark H Weaver2014-03-20
| | | | * gnu/packages/zip.scm (unzip): Substitute /share/man/ for /man/ in Makefile.
* gnu: screen: Install docs in share/man and share/info.Mark H Weaver2014-03-20
| | | | | * gnu/packages/screen.scm (screen): Add --mandir and --infodir configure flags.
* gnu: netcat: Install docs in share/man and share/info.Mark H Weaver2014-03-20
| | | | | * gnu/packages/admin.scm (netcat): Add --mandir and --infodir configure flags.
* gnu: xterm: Upgrade to 303.Ludovic Courtès2014-03-19
| | | | * gnu/packages/xorg.scm (xterm): Upgrade to 303.
* gnu: imagemagick: Upgrade to 6.8.8-8.Ludovic Courtès2014-03-19
| | | | * gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-8.
* gnu: Add Window Maker.Ludovic Courtès2014-03-19
| | | | | * gnu/packages/gnustep.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: libxft: Propagate Freetype and Fontconfig.Ludovic Courtès2014-03-18
| | | | | * gnu/packages/xorg.scm (libxft): Move Freetype and Fontconfig from 'inputs' to 'propagated-inputs'.
* gnu: luajit: Update to 2.0.3.Raimon Grau2014-03-17
| | | | * gnu/packages/lua.scm (luajit): Update to 2.0.3.
* gnu: python: Change URL to https.Ludovic Courtès2014-03-17
| | | | | | | * gnu/packages/python.scm (python-2, python)[source]: Change URL to https. This makes sure GnuTLS is available in the derivation that downloads the source, which is required since http URLs get redirected to https anyway. Reported by Manolis Ragkousis <manolis837@gmail.com>.
* gnu: pulseaudio: Upgrade to 5.0.Ludovic Courtès2014-03-17
| | | | | | | | * gnu/packages/pulseaudio.scm (pulseaudio): Upgrade to 5.0. Remove patches. * gnu/packages/patches/pulseaudio-test-timeouts.patch, gnu/packages/patches/pulseaudio-volume-test.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu: fuse: Refer to the right 'mount' and 'umount' commands.Ludovic Courtès2014-03-16
| | | | | | * gnu/packages/linux.scm (fuse)[inputs]: Change to... [native-inputs]: ... this. [arguments]: Add #:phases argument.
* gnu: guile-xcb: Upgrade to 1.3.Ludovic Courtès2014-03-13
| | | | | | * gnu/packages/guile-wm.scm (guile-xcb): Upgrade to 1.3. [arguments] Pass --with-guile-site-dir= instead of --datadir=, and pass --with-guile-site-ccache-dir=. Remove #:phases.
* gnu: linux-libre: Build the FUSE module.Ludovic Courtès2014-03-12
| | | | * gnu/packages/linux.scm (linux-libre): Set CONFIG_FUSE_FS=m.
* gnu: unionfs-fuse: Add statically-linked variant.Ludovic Courtès2014-03-12
| | | | * gnu/packages/linux.scm (unionfs-fuse/static): New variable.
* More /gnu/store replacements.Ludovic Courtès2014-03-10
| | | | | | | | * gnu/packages/gcc.scm (gcc-4.7): Change /nix/store in comment. * gnu/system/vm.scm (operating-system-default-contents): Use (%store-prefix) instead of "/nix/store". * guix/derivations.scm (derivation-path->output-path, derivation-path->output-paths): Change to /gnu/store in docstring.
* gnu: Add UnionFS-FUSE.Ludovic Courtès2014-03-10
| | | | * gnu/packages/linux.scm (unionfs-fuse): New variable.
* gnu: pretty-print: Fix boost referenceEric Bavier2014-03-10
| | | | | * gnu/packages/pretty-print.scm (source-highlight): Change "boost-1.54" input to "boost"
* gnu: Add libpcap and jnettop.Ludovic Courtès2014-03-09
| | | | * gnu/packages/admin.scm (libpcap, jnettop): New variables.
* gnu: soprano: Add input raptor2.Andreas Enge2014-03-09
| | | | * gnu/packages/rdf.scm (soprano): Add input raptor2.
* gnu: raptor2: Disable parallel tests.Andreas Enge2014-03-09
| | | | | * gnu/packages/rdf.scm (raptor2): Disable parallel tests since it makes tests fail.
* gnu: Add a2ps, trueprint, enscript, and source-highlightEric Bavier2014-03-07
| | | | | | | * gnu/packages/pretty-print.scm: New file * gnu/packages/patches/source-highlight-regexrange-test.patch: New file * gnu-system.am (dist_patch_DATA): Add patch. (GNU_SYSTEM_MODULES): Add pretty-print.scm
* gnu: Add ncmpc.David Thompson2014-03-06
| | | | * gnu/packages/mpd.scm (ncmpc): New variable.
* gnu: Add bitlbee.Mark H Weaver2014-03-06
| | | | | | | * gnu/packages/messaging.scm (bitlbee): New variable. * gnu/packages/patches/bitlbee-fix-tests.patch: New file. * gnu/packages/patches/bitlbee-memset-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add patches.
* gnu: Add libotr.Mark H Weaver2014-03-06
| | | | | * gnu/packages/messaging.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: gnupg: Add support for version 1.4.16.Mark H Weaver2014-03-06
| | | | * gnu/packages/gnupg.scm (gnupg-1): New variable.
* gnu: Add lynx.Mark H Weaver2014-03-05
| | | | | * gnu/packages/lynx.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: gnutls: Upgrade to 3.2.12.Mark H Weaver2014-03-05
| | | | | | * gnu/packages/gnutls.scm (gnutls): Upgrade to 3.2.12. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ElementTree and pybugz.Ludovic Courtès2014-03-03
| | | | | * gnu/packages/python.scm (python2-element-tree, python2-pybugz): New variables.
* gnu: subversion: Update to 1.7.14.Andreas Enge2014-03-02
| | | | * gnu/packages/version-control.scm (subversion): Update to 1.7.14.
* gnu: subversion: Enable http checkouts.Andreas Enge2014-03-02
| | | | | * gnu/packages/version-control.scm (subversion): Add input neon-0.29.6 to enable http and https checkouts.
* gnu: Add neon-0.29.6.Andreas Enge2014-03-02
| | | | * gnu/packages/version-control.scm (neon-0.29.6): New variable.
* gnu: Add neon.Andreas Enge2014-03-02
| | | | * gnu/packages/version-control.scm (neon): New variable.
* gnu: hurd: Add Hurd headers.Manolis Ragkousis2014-03-01
| | | | | | | * gnu/packages/hurd.scm (hurd-headers): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-ssh: Upgrade to 0.5.0.Ludovic Courtès2014-03-01
| | | | | | | * gnu/packages/ssh.scm (guile-ssh): Upgrade to 0.5.0. [arguments]: Adjust 'autoreconf' phase. Add #:parallel-tests? #f and #:tests? #f. [native-inputs]: Add TEXINFO.
* gnu: libgc: Change URLs to point to hboehm.info.Ludovic Courtès2014-02-28
| | | | | | | * gnu/packages/bdw-gc.scm (libgc)[source, home-page, license]: Update URL. (libatomic-ops)[source, home-page]: Likewise. (libgc-7.4)[source]: Likewise.
* gnu: Move libwebsockets to (gnu packages web).Ludovic Courtès2014-02-27
| | | | | | | * gnu/packages/libwebsockets.scm: Remove. Move libwebsockets package definition to... * gnu/packages/web.scm (libwebsockets): ... here. * gnu-system.am (GNU_SYSTEM_MODULES): Remove libwebsockets.scm.
* gnu: Add mpd.David Thompson2014-02-25
| | | | * gnu/packages/mpd.scm (mpd): New variable.