| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/ssh.scm (openssh): Upgrade to 6.6p1.
|
| |
|
|
|
|
| |
* gnu/packages/lynx.scm (lynx): Upgrade to 2.8.8rel.2.
|
|
|
|
| |
* gnu/packages/algebra.scm (bc): Pass --mandir and --infodir to configure.
|
|
|
|
| |
* gnu/packages/zip.scm (unzip): Substitute /share/man/ for /man/ in Makefile.
|
|
|
|
|
| |
* gnu/packages/screen.scm (screen): Add --mandir and --infodir
configure flags.
|
|
|
|
|
| |
* gnu/packages/admin.scm (netcat): Add --mandir and --infodir
configure flags.
|
|
|
|
| |
* gnu/packages/xorg.scm (xterm): Upgrade to 303.
|
|
|
|
| |
* gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-8.
|
|
|
|
|
| |
* gnu/packages/gnustep.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
|
| |
* gnu/packages/xorg.scm (libxft): Move Freetype and Fontconfig from
'inputs' to 'propagated-inputs'.
|
|
|
|
| |
* gnu/packages/lua.scm (luajit): Update to 2.0.3.
|
|
|
|
|
|
|
| |
* 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/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/packages/linux.scm (fuse)[inputs]: Change to...
[native-inputs]: ... this.
[arguments]: Add #:phases argument.
|
|
|
|
|
|
| |
* 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/packages/linux.scm (linux-libre): Set CONFIG_FUSE_FS=m.
|
|
|
|
| |
* gnu/packages/linux.scm (unionfs-fuse/static): New variable.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* guix/build/linux-initrd.scm (make-essential-device-nodes): Create
/dev/ptmx and /dev/pts.
* gnu/system/vm.scm (qemu-image): Umount /fs/dev/pts before /fs.
|
|
|
|
| |
* gnu/packages/linux.scm (unionfs-fuse): New variable.
|
|
|
|
|
| |
* gnu/packages/pretty-print.scm (source-highlight): Change "boost-1.54" input
to "boost"
|
|
|
|
| |
* gnu/packages/admin.scm (libpcap, jnettop): New variables.
|
|
|
|
| |
* gnu/packages/rdf.scm (soprano): Add input raptor2.
|
|
|
|
|
| |
* gnu/packages/rdf.scm (raptor2): Disable parallel tests since it makes
tests fail.
|
|
|
|
|
|
|
| |
* 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/packages/mpd.scm (ncmpc): New variable.
|
|
|
|
|
|
|
| |
* 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/packages/messaging.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
| |
* gnu/packages/gnupg.scm (gnupg-1): New variable.
|
|
|
|
|
| |
* gnu/packages/lynx.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
|
|
| |
* gnu/packages/gnutls.scm (gnutls): Upgrade to 3.2.12.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* gnu/packages/python.scm (python2-element-tree, python2-pybugz): New
variables.
|
|
|
|
| |
* gnu/packages/version-control.scm (subversion): Update to 1.7.14.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (subversion): Add input neon-0.29.6 to
enable http and https checkouts.
|
|
|
|
| |
* gnu/packages/version-control.scm (neon-0.29.6): New variable.
|
|
|
|
| |
* gnu/packages/version-control.scm (neon): New variable.
|
|
|
|
|
|
|
| |
* 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/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/packages/bdw-gc.scm (libgc)[source, home-page, license]: Update
URL.
(libatomic-ops)[source, home-page]: Likewise.
(libgc-7.4)[source]: Likewise.
|
|
|
|
|
|
|
| |
* 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/packages/mpd.scm (mpd): New variable.
|
|
|
|
|
| |
* gnu/packages/mpd.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
| |
* gnu/packages/zile.scm (zile): Upgrade to 2.4.10
|
|
|
|
| |
* gnu/packages/parallel.scm (parallel): Upgrade to 20140222
|
|
|
|
| |
* gnu/packages/video.scm (ffmpeg): Upgrade to 2.1.4.
|
|
|
|
| |
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.34.
|
|
|
|
|
|
|
| |
* gnu/packages/upnp.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
|
|
|
| |
* gnu/packages/libwebsockets.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
|
|
| |
* gnu/packages/patches/mpc123-initialize-ao.patch: New file.
* gnu/packages/mp3.scm (mpc123): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
|