Age | Commit message (Collapse) | Author |
|
* gnu/packages/python.scm: enable tests for Python 3
* gnu/packages/python-fix-tests.patch: New file.
* gnu/packages/gnu-system.am (dist_patch_DATA): add it.
|
|
* gnu/packages/python.scm (python-2): patch Lib/subprocess.py to use
/nix/.../sh.
|
|
* gnu/packages/python.scm (python-2): add libffi to the inputs and use it to
build the ctypes module.
|
|
* gnu/packages/base.scm (glibc)[argument] <pre-configure phase>: Patch
malloc/mtrace.pl.
|
|
|
|
* gnu/packages/guile.scm (guile): Upgrade to 2.0.11.
|
|
* gnu/packages/cmake.scm (cmake): Pass --mandir and --docdir to configure.
Rewrite the code that selects the first two components of the version.
|
|
* gnu/packages/xiph.scm (flac): Add --mandir configure flag.
|
|
* gnu/packages/xiph.scm (libvorbis): disable parallel tests
|
|
* gnu/packages/ssh.scm (openssh): Upgrade to 6.6p1.
|
|
|
|
* gnu/packages/lynx.scm (lynx): Upgrade to 2.8.8rel.2.
|
|
* gnu/packages/xorg.scm (util-macros): Substitute "$(libdir)/pkgconfig"
for "$(datadir)/pkgconfig" in Makefile.in. After install, remove
share/util-macros/INSTALL and share/util-macros.
|
|
* 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/readline.scm (readline)[arguments]: Add
"bash_cv_wcwidth_broken=no" to #:configure-flags
when (%current-target-system) is true.
|
|
* gnu/packages/xorg.scm (xterm): Upgrade to 303.
|
|
* gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-8.
|
|
* gnu/packages/compression.scm (bzip2)[fix-man-dir]: Rename "man"
to "share/man", not "share".
|
|
* gnu/packages/ncurses.scm (ncurses): Add --mandir configure flag.
|
|
* 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/guile.scm (guile-2.0): Upgrade to 2.0.10.
|
|
* gnu/packages/bdw-gc.scm (libgc): Rename to...
(libgc-7.2): ... this.
(libgc-7.4): Rename to...
(libgc): ... this.
* gnu/packages/guile.scm (guile-2.0): Switch to LIBGC.
(guile-2.0/fixed): Alias GUILE-2.0.
|
|
* 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/bdw-gc.scm (libgc): Upgrade to 7.2e.
|
|
* 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/packages/ld-wrapper.scm (%store-directory): Change the default to
/gnu/store.
* guix/build/utils.scm (%store-directory): New procedure.
(remove-store-references): Use it for the default value of 'store'.
* guix/packages.scm (patch-and-repack)[builder]: Change default store to
/gnu/store.
|
|
|
|
* 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/patches/coreutils-skip-nohup.patch: patch taken from the git
repository of coreutils, that makes sure tests/misc/nohup.sh does not fail
when /dev/tty does not exist.
* gnu/packages/base.scm (coreutils): use it.
* gnu-system.am (dist_patch_DATA): add it.
|
|
* 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.
|