summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Thank Anders.Ludovic Courtès2015-07-23
|
* Fix typos in translatable strings.Ludovic Courtès2015-07-23
| | | | | | | | | 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.
* doc: Fix typos in "Setuid Programs".Ludovic Courtès2015-07-23
| | | | * doc/guix.texi (Setuid Programs): Fix typos.
* gnu: tor: Update to 0.2.6.10.Mark H Weaver2015-07-22
| | | | * gnu/packages/tor.scm (tor): Update to 0.2.6.10.
* Thank Malcolm.Ludovic Courtès2015-07-22
|
* doc: Suggest unpacking with --warning=no-timestamp.Ludovic Courtès2015-07-22
| | | | | | Suggested by Malcolm Cook <MEC@stowers.org>. * doc/guix.texi (Binary Installation): Suggest --warning=no-timestamp.
* gnu: linux-libre: Update to 4.1.3 and 4.0.9.Mark H Weaver2015-07-22
| | | | | * gnu/packages/linux.scm (linux-libre): Update to 4.1.3. (linux-libre-4.0): Update to 4.0.9.
* Thank Dave.Ludovic Courtès2015-07-22
|
* doc: Mention zeroed mtimes in the binary tarball.Ludovic Courtès2015-07-22
| | | | | | | | 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.
* size: Add '--substitute-urls' option.Ludovic Courtès2015-07-22
| | | | | | | * 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.
* derivations: Improve docstring of 'substitution-oracle'.Ludovic Courtès2015-07-22
| | | | * guix/derivations.scm (substitution-oracle): Improve docstring.
* derivations: Improve complexity of 'substitution-oracle'.Ludovic Courtès2015-07-22
| | | | | * guix/derivations.scm (substitution-oracle): Use a final 'concatenate' instead of repeated 'append's.
* doc: Mention initial passwords in "System Installation".Ludovic Courtès2015-07-22
| | | | | | | | Suggested by remo_ on IRC. * doc/guix.texi (System Installation): Explicitly mention user account passwords. (User Accounts): Add 'user-account-password' anchor.
* import: hackage: Remove reference to unbound variable.Ludovic Courtès2015-07-22
| | | | | * guix/scripts/import/hackage.scm (guix-import-hackage): Fix error message for imports from stdin, which referred to unbound variable 'package-name'.
* size: Remove leftover 'pk'.Ludovic Courtès2015-07-22
| | | | * guix/scripts/size.scm (profile->page-map): Remove leftover 'pk'.
* gnu: guile-minikanren: Fix README location.Christopher Allan Webber2015-07-22
| | | | | | * gnu/packages/guile.scm (minikanren): Fix output location for README.org Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: teckit: Update to 2.5.4.Andreas Enge2015-07-22
| | | | | | | | | * 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.
* gnu: git-modes: Add file-name field to source origin.Mark H Weaver2015-07-22
| | | | * gnu/packages/emacs.scm (git-modes)[source]: Add 'file-name' field.
* gnu: ratpoison: Add multiple monitors support.Mathieu Lirzin2015-07-22
| | | | * gnu/packages/ratpoison.scm (ratpoison)[inputs]: Add "libxinerama".
* Merge branch 'version-0.8.3'Ludovic Courtès2015-07-22
|\
| * gnu: guix: Update development snapshot.Ludovic Courtès2015-07-22
| | | | | | | | | | | | * gnu/packages/package-management.scm (guix-devel): Update to commit 5d09263. Prefix version string with "0.8.3.". (guix): Set to GUIX-DEVEL.
* | gnu: libsbsms: Fix build on non-Intel platforms.Mark H Weaver2015-07-21
| | | | | | | | | | * gnu/packages/audio.scm (libsbsms)[arguments]: Add "--disable-sse" to configure-flags unless on x86_64.
* | gnu: libsbsms: Use modify-phases.Mark H Weaver2015-07-21
| | | | | | | | * gnu/packages/audio.scm (libsbsms)[arguments]: Use modify-phases.
* | gnu: Add lxrandr.Mathieu Lirzin2015-07-22
| | | | | | | | * gnu/packages/lxde.scm (lxrandr): New variable.
* | gnu: Add lxtask.Mathieu Lirzin2015-07-22
| | | | | | | | * gnu/packages/lxde.scm (lxtask): New variable.
* | gnu: Add lxterminal.Mathieu Lirzin2015-07-22
| | | | | | | | * gnu/packages/lxde.scm (lxterminal): New variable.
* | gnu: Add pcmanfm.Mathieu Lirzin2015-07-22
| | | | | | | | * gnu/packages/lxde.scm (pcmanfm): New variable.
* | gnu: Add libfm.Mathieu Lirzin2015-07-22
| | | | | | | | | | * gnu/packages/lxde.scm (libfm): New variable. (libfm-extra): Inherit from it.
* | gnu: Add menu-cache.Mathieu Lirzin2015-07-22
| | | | | | | | * gnu/packages/lxde.scm (menu-cache): New variable.
* | gnu: Add libfm-extra.Mathieu Lirzin2015-07-22
|/ | | | * gnu/packages/lxde.scm (libfm-extra): New variable.
* gnu: guix: Update to 0.8.3.Ludovic Courtès2015-07-21
| | | | | | | * gnu/packages/package-management.scm (guix-0.8.2): Rename to... (guix-0.8.3): ... this. Adjust users. Add 'disable-container-tests' phase. (guix): Set to GUIX-0.8.3.
* check-available-binaries: Use 'substitutable-paths'.v0.8.3Ludovic Courtès2015-07-21
| | | | | | | * build-aux/check-available-binaries.scm: Rewrite to use 'substitutable-paths' instead of 'substitution-oracle'. The latter does more than we need, and it no longer check the substitutability of valid items, which is not what we want. Use 'lset-difference' instead of iterating over the items.
* Update NEWS.Ludovic Courtès2015-07-21
|
* gnu: Add Camlp4.Ludovic Courtès2015-07-21
| | | | * gnu/packages/ocaml.scm (camlp4): New variable.
* import: pypi: Improve warning message.Ludovic Courtès2015-07-21
| | | | | * guix/import/pypi.scm (guess-requirements): Add missing newline and quotes in warning.
* gnu: hoedown: Replace 'fix-makefile' phase with make-flags.Mark H Weaver2015-07-21
| | | | | * gnu/packages/markdown.scm (hoedown)[arguments]: Remove 'fix-makefile' phase. Add equivalent make-flags.
* gnu: Add sox.Alex Kost2015-07-21
| | | | * gnu/packages/audio.scm (sox): New variable.
* gnu: man-db: Update to 2.7.1.Alex Kost2015-07-21
| | | | | * gnu/packages/man.scm (man-db): Update to 2.7.1. [arguments]: Add '--with-systemdtmpfilesdir' to configure flags.
* gnu: libpipeline: Update to 1.4.0.Alex Kost2015-07-21
| | | | * gnu/packages/man.scm (libpipeline): Update to 1.4.0.
* gnu: man-db: Pass --with-col to configure.Alex Kost2015-07-21
| | | | | * gnu/packages/man.scm (man-db)[inputs]: Add 'util-linux'. [arguments]: Add '--with-col' to configure flags.
* gnu: Add aragorn.Ben Woodcroft2015-07-21
| | | | * gnu/packages/bioinformatics.scm (aragorn): New variable.
* gnu: julia: Update to 0.3.10.Ricardo Wurmus2015-07-21
| | | | | | * gnu/packages/julia.scm (julia): Update to 0.3.10. * gnu/packages/patches/julia-0.3.10-fix-empty-array.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: mercurial: Change source URI scheme to https.Mark H Weaver2015-07-21
| | | | | * gnu/packages/version-control.scm (mercurial)[source]: Change URI scheme to https.
* gnu: libmad: Apply fixes for ARMv7 Thumb, etc.Mark H Weaver2015-07-21
| | | | | | | | * gnu/packages/patches/libmad-armv7-thumb-pt1.patch, gnu/packages/patches/libmad-armv7-thumb-pt2.patch, gnu/packages/patches/libmad-frame-length.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/mp3.scm (libmad)[source]: Add patches.
* gnu: tidy: Add fixes for CVE-2015-5522 and CVE-2015-5523.Mark H Weaver2015-07-20
| | | | | | * gnu/packages/patches/tidy-CVE-2015-5522+5523.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/web.scm (tidy)[source]: Add patch.
* gnu: bind-utils: Update to 9.10.2-P2.Mark H Weaver2015-07-20
| | | | * gnu/packages/dns.scm (bind-utils): Update to 9.10.2-P2.
* gnu: httpd: Update to 2.4.16.Mark H Weaver2015-07-20
| | | | * gnu/packages/web.scm (httpd): Update to 2.4.16.
* gnu: postgresql: Update to 9.3.8.Mark H Weaver2015-07-20
| | | | * gnu/packages/databases.scm (postgresql): Update to 9.3.8.
* gnu: pspp: Update to 0.8.5.Ludovic Courtès2015-07-21
| | | | | * gnu/packages/maths.scm (pspp)[source]: Update to 0.8.5. [native-inputs]: Add TEXINFO.
* gnu: datamash: Update to 1.0.7.Ludovic Courtès2015-07-21
| | | | * gnu/packages/datamash.scm (datamash): Update to 1.0.7.