summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-25doc: Make "Application Setup" more prominent.•••* doc/guix.texi (Binary Installation): Add reference to "Application Setup". Ludovic Courtès
2015-07-25gnu: bedtools: Update to 2.24.0.•••* gnu/packages/bioinformatics.scm (bedtools): Update to 2.24.0. Ben Woodcroft
2015-07-24gnu: e2fsprogs: Update to 1.42.13.•••* gnu/packages/linux.scm (e2fsprogs): Update to 1.42.13. Change the source URI to use the .tar.xz file from kernel.org. Mark H Weaver
2015-07-24gnu: Add liblxqt.•••* gnu/packages/lxqt.scm (liblxqt): New variable. Andreas Enge
2015-07-24gnu: Add kwindowsystem.•••* gnu/packages/kde-frameworks.scm (kwindowsystem): New variable. Andreas Enge
2015-07-24gnu: Add extra-cmake-modules.•••* gnu/packages/kde-frameworks.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Register it. Andreas Enge
2015-07-24gnu: ripperX: Update to 2.8.0.•••* gnu/packages/mp3.scm (ripperx): Update to 2.8.0. Drop one patch and add another one. * gnu/packages/patches/ripperx-libm.patch: Remove file. * gnu/packages/patches/ripperx-missing-file.patch: New file. * gnu-system.am (dist_patch_DATA): Register one patch and unregister the other. Andreas Enge
2015-07-24gnu: Add cm.•••* gnu/packages/algebra.scm (cm): New variable. Andreas Enge
2015-07-24gnu: algebra: Prefix imported licenses.•••* gnu/packages/algebra.scm (mpfrcx, fplll, pari-gp, gp2c, flint, arb, bc, fftw, eigen)[license]: Prefix imported licenses. Andreas Enge
2015-07-24gnu: mpfrcx: Propagate inputs.•••* gnu/packages/algebra.scm (mpfrcx): Propagate inputs gmp, mpfr and mpc. Andreas Enge
2015-07-24gnu: clang: Disable distro detection and remove FHS assumptions.•••* gnu/packages/patches/clang-libc-search-path.patch: Disable distro detection and remove hard-coded FHS file names, both of which would lead to breakage on non-GuixSD systems. Ludovic Courtès
2015-07-24doc: Fix name of GNU FreeFont package.•••Fixes <http://bugs.gnu.org/21121>. Reported by Malcolm Cook <MEC@stowers.org>. * doc/guix.texi (Application Setup): Fix name of GNU FreeFont package. Ludovic Courtès
2015-07-24vm: Use the 'umount' procedure instead of util-linux's 'umount' command.•••* gnu/build/vm.scm (initialize-root-partition, initialize-hard-disk): Use the 'umount' procedure instead of invoking the 'umount' command. * gnu/system/vm.scm (qemu-image): Remove UTIL-LINUX from INPUTS. Ludovic Courtès
2015-07-24doc: Clarify that tar timestamp warnings affect tar <= 1.26.•••* doc/guix.texi (Binary Installation): Explain that warnings were triggered by tar <= 1.26. Ludovic Courtès
2015-07-24gnu: guile-static: Add 'umount' procedure.•••* gnu/packages/patches/guile-linux-syscalls.patch: Add 'umount' subr. Ludovic Courtès
2015-07-24gnu: Add extundelete.•••* gnu/packages/linux.scm (extundelete): New variable. Ludovic Courtès
2015-07-23gnu: gp2c: Update to 0.0.9pl3.•••* gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl3. Andreas Enge
2015-07-23gnu: arb: Update to 2.7.0.•••* gnu/packages/algebra.scm (arb): Update to 2.7.0. Andreas Enge
2015-07-23gnu: parallel: Update to 20150722.•••* gnu/packages/parallel.scm (parallel): Update to 20150722. Andreas Enge
2015-07-23gnu: ucommon: Update to 6.3.6.•••* gnu/packages/telephony.scm (ucommon): Update to 6.3.6. Andreas Enge
2015-07-23gnu: ffmpeg: Update to 2.7.2.•••* gnu/packages/video.scm (ffmpeg): Update to 2.7.2. Andreas Enge
2015-07-23gnu: retroarch: Update to 1.2.2.•••* gnu/packages/games.scm (retroarch): Update to 1.2.2. 宋文武
2015-07-23Thank Anders.Ludovic Courtès
2015-07-23Fix typos in translatable strings.•••Reported by Anders Jonsson <anders.jonsson@norsjovallen.se>. * gnu/packages/backup.scm, gnu/packages/databases.scm, gnu/packages/linux.scm, gnu/packages/perl.scm, gnu/packages/web.scm, guix/scripts/lint.scm, guix/scripts/publish.scm: Fix typos in translatable strings. Ludovic Courtès
2015-07-23doc: Fix typos in "Setuid Programs".•••* doc/guix.texi (Setuid Programs): Fix typos. Ludovic Courtès
2015-07-22gnu: tor: Update to 0.2.6.10.•••* gnu/packages/tor.scm (tor): Update to 0.2.6.10. Mark H Weaver
2015-07-22Thank Malcolm.Ludovic Courtès
2015-07-22doc: Suggest unpacking with --warning=no-timestamp.•••Suggested by Malcolm Cook <MEC@stowers.org>. * doc/guix.texi (Binary Installation): Suggest --warning=no-timestamp. Ludovic Courtès
2015-07-22gnu: linux-libre: Update to 4.1.3 and 4.0.9.•••* gnu/packages/linux.scm (linux-libre): Update to 4.1.3. (linux-libre-4.0): Update to 4.0.9. Mark H Weaver
2015-07-22Thank Dave.Ludovic Courtès
2015-07-22doc: Mention zeroed mtimes in the binary tarball.•••Fixes <http://bugs.gnu.org/21111>. Reported by Dave Love <fx@gnu.org>. * doc/guix.texi (Binary Installation): Add paragraph about "implausibly old time stamps" warning from tar. Ludovic Courtès
2015-07-22size: Add '--substitute-urls' option.•••* guix/scripts/size.scm (show-help, %options): Add --substitute-urls. (%default-options): Add 'substitute-urls'. (guix-size): Honor it. * doc/guix.texi (Invoking guix size): Document it. Ludovic Courtès
2015-07-22derivations: Improve docstring of 'substitution-oracle'.•••* guix/derivations.scm (substitution-oracle): Improve docstring. Ludovic Courtès
2015-07-22derivations: Improve complexity of 'substitution-oracle'.•••* guix/derivations.scm (substitution-oracle): Use a final 'concatenate' instead of repeated 'append's. Ludovic Courtès
2015-07-22doc: Mention initial passwords in "System Installation".•••Suggested by remo_ on IRC. * doc/guix.texi (System Installation): Explicitly mention user account passwords. (User Accounts): Add 'user-account-password' anchor. Ludovic Courtès
2015-07-22import: hackage: Remove reference to unbound variable.•••* guix/scripts/import/hackage.scm (guix-import-hackage): Fix error message for imports from stdin, which referred to unbound variable 'package-name'. Ludovic Courtès
2015-07-22size: Remove leftover 'pk'.•••* guix/scripts/size.scm (profile->page-map): Remove leftover 'pk'. Ludovic Courtès
2015-07-22gnu: guile-minikanren: Fix README location.•••* gnu/packages/guile.scm (minikanren): Fix output location for README.org Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Allan Webber
2015-07-22gnu: teckit: Update to 2.5.4.•••* gnu/packages/fontutils.scm (teckit): Update to 2.5.4. Drop patch. Use svn-fetch for download. [arguments]: Add phase to call autogen. [native-inputs]: New field. * gnu/packages/patches/teckit-cstdio.patch: Delete file. * gnu-system.am (dist_patch_DATA): Unregister patch. Andreas Enge
2015-07-22gnu: git-modes: Add file-name field to source origin.•••* gnu/packages/emacs.scm (git-modes)[source]: Add 'file-name' field. Mark H Weaver
2015-07-22gnu: ratpoison: Add multiple monitors support.•••* gnu/packages/ratpoison.scm (ratpoison)[inputs]: Add "libxinerama". Mathieu Lirzin
2015-07-22Merge branch 'version-0.8.3'Ludovic Courtès
2015-07-22gnu: guix: Update development snapshot.•••* gnu/packages/package-management.scm (guix-devel): Update to commit 5d09263. Prefix version string with "0.8.3.". (guix): Set to GUIX-DEVEL. Ludovic Courtès
2015-07-21gnu: libsbsms: Fix build on non-Intel platforms.•••* gnu/packages/audio.scm (libsbsms)[arguments]: Add "--disable-sse" to configure-flags unless on x86_64. Mark H Weaver
2015-07-21gnu: libsbsms: Use modify-phases.•••* gnu/packages/audio.scm (libsbsms)[arguments]: Use modify-phases. Mark H Weaver
2015-07-22gnu: Add lxrandr.•••* gnu/packages/lxde.scm (lxrandr): New variable. Mathieu Lirzin
2015-07-22gnu: Add lxtask.•••* gnu/packages/lxde.scm (lxtask): New variable. Mathieu Lirzin
2015-07-22gnu: Add lxterminal.•••* gnu/packages/lxde.scm (lxterminal): New variable. Mathieu Lirzin
2015-07-22gnu: Add pcmanfm.•••* gnu/packages/lxde.scm (pcmanfm): New variable. Mathieu Lirzin
2015-07-22gnu: Add libfm.•••* gnu/packages/lxde.scm (libfm): New variable. (libfm-extra): Inherit from it. Mathieu Lirzin