Ludovic Courtès
1eabf4ec63
derivations: Improve docstring of 'substitution-oracle'.
...
* guix/derivations.scm (substitution-oracle): Improve docstring.
2015-07-22 22:56:41 +02:00
Ludovic Courtès
b59df2434a
derivations: Improve complexity of 'substitution-oracle'.
...
* guix/derivations.scm (substitution-oracle): Use a final 'concatenate'
instead of repeated 'append's.
2015-07-22 22:56:41 +02:00
Ludovic Courtès
1bd4e6db15
doc: 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.
2015-07-22 22:56:41 +02:00
Ludovic Courtès
2c59cbc26a
import: 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'.
2015-07-22 22:56:41 +02:00
Ludovic Courtès
1acd8d22af
size: Remove leftover 'pk'.
...
* guix/scripts/size.scm (profile->page-map): Remove leftover 'pk'.
2015-07-22 22:56:41 +02:00
Christopher Allan Webber
f3d8cd79d1
gnu: 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>
2015-07-22 22:56:41 +02:00
Andreas Enge
1436c5c7e8
gnu: 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.
2015-07-22 19:29:17 +02:00
Mark H Weaver
8fd3c1ff6e
gnu: git-modes: Add file-name field to source origin.
...
* gnu/packages/emacs.scm (git-modes)[source]: Add 'file-name' field.
2015-07-22 11:50:07 -04:00
Mathieu Lirzin
eea410f172
gnu: ratpoison: Add multiple monitors support.
...
* gnu/packages/ratpoison.scm (ratpoison)[inputs]: Add "libxinerama".
2015-07-22 13:38:40 +02:00
Ludovic Courtès
77d8bb1552
Merge branch 'version-0.8.3'
2015-07-22 02:18:47 +02:00
Ludovic Courtès
193a08e254
gnu: 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.
2015-07-22 00:33:47 +02:00
Mark H Weaver
476b2877ad
gnu: libsbsms: Fix build on non-Intel platforms.
...
* gnu/packages/audio.scm (libsbsms)[arguments]: Add "--disable-sse" to
configure-flags unless on x86_64.
2015-07-21 18:25:41 -04:00
Mark H Weaver
09c414d80c
gnu: libsbsms: Use modify-phases.
...
* gnu/packages/audio.scm (libsbsms)[arguments]: Use modify-phases.
2015-07-21 18:25:41 -04:00
Mathieu Lirzin
729b44e3ae
gnu: Add lxrandr.
...
* gnu/packages/lxde.scm (lxrandr): New variable.
2015-07-22 00:15:16 +02:00
Mathieu Lirzin
6f92ad5a51
gnu: Add lxtask.
...
* gnu/packages/lxde.scm (lxtask): New variable.
2015-07-22 00:15:16 +02:00
Mathieu Lirzin
753dc7d311
gnu: Add lxterminal.
...
* gnu/packages/lxde.scm (lxterminal): New variable.
2015-07-22 00:15:16 +02:00
Mathieu Lirzin
b3527d5d58
gnu: Add pcmanfm.
...
* gnu/packages/lxde.scm (pcmanfm): New variable.
2015-07-22 00:15:16 +02:00
Mathieu Lirzin
19dd998313
gnu: Add libfm.
...
* gnu/packages/lxde.scm (libfm): New variable.
(libfm-extra): Inherit from it.
2015-07-22 00:15:15 +02:00
Mathieu Lirzin
6e6b5344b0
gnu: Add menu-cache.
...
* gnu/packages/lxde.scm (menu-cache): New variable.
2015-07-22 00:15:15 +02:00
Mathieu Lirzin
83365461a7
gnu: Add libfm-extra.
...
* gnu/packages/lxde.scm (libfm-extra): New variable.
2015-07-22 00:15:15 +02:00
Ludovic Courtès
5d09263bfd
gnu: guix: Update to 0.8.3.
...
* 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.
2015-07-21 23:16:36 +02:00
Ludovic Courtès
e348eaaf31
check-available-binaries: Use 'substitutable-paths'.
...
* 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.
2015-07-21 22:28:20 +02:00
Ludovic Courtès
e9ade3eeef
Update NEWS.
2015-07-21 21:32:29 +02:00
Ludovic Courtès
492ee9887a
gnu: Add Camlp4.
...
* gnu/packages/ocaml.scm (camlp4): New variable.
2015-07-21 21:14:33 +02:00
Ludovic Courtès
dee2b3bdb9
import: pypi: Improve warning message.
...
* guix/import/pypi.scm (guess-requirements): Add missing newline and quotes in
warning.
2015-07-21 21:14:33 +02:00
Mark H Weaver
606a106fcc
gnu: hoedown: Replace 'fix-makefile' phase with make-flags.
...
* gnu/packages/markdown.scm (hoedown)[arguments]: Remove 'fix-makefile' phase.
Add equivalent make-flags.
2015-07-21 15:08:33 -04:00
Alex Kost
d739f48140
gnu: Add sox.
...
* gnu/packages/audio.scm (sox): New variable.
2015-07-21 20:43:12 +03:00
Alex Kost
a37f9722a5
gnu: man-db: Update to 2.7.1.
...
* gnu/packages/man.scm (man-db): Update to 2.7.1.
[arguments]: Add '--with-systemdtmpfilesdir' to configure flags.
2015-07-21 20:42:06 +03:00
Alex Kost
bfe5258497
gnu: libpipeline: Update to 1.4.0.
...
* gnu/packages/man.scm (libpipeline): Update to 1.4.0.
2015-07-21 20:42:06 +03:00
Alex Kost
d2eb275a6e
gnu: man-db: Pass --with-col to configure.
...
* gnu/packages/man.scm (man-db)[inputs]: Add 'util-linux'.
[arguments]: Add '--with-col' to configure flags.
2015-07-21 20:42:06 +03:00
Ben Woodcroft
8dc797fa28
gnu: Add aragorn.
...
* gnu/packages/bioinformatics.scm (aragorn): New variable.
2015-07-21 16:39:38 +02:00
Ricardo Wurmus
5ff0edaee6
gnu: julia: Update to 0.3.10.
...
* 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.
2015-07-21 10:33:59 +02:00
Mark H Weaver
61ee4fdf05
gnu: mercurial: Change source URI scheme to https.
...
* gnu/packages/version-control.scm (mercurial)[source]: Change URI scheme to
https.
2015-07-21 02:05:20 -04:00
Mark H Weaver
c0eac5a862
gnu: libmad: Apply fixes for ARMv7 Thumb, etc.
...
* 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.
2015-07-21 02:05:20 -04:00
Mark H Weaver
4d85391059
gnu: tidy: Add fixes for CVE-2015-5522 and CVE-2015-5523.
...
* 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.
2015-07-20 23:33:41 -04:00
Mark H Weaver
247cdf53df
gnu: bind-utils: Update to 9.10.2-P2.
...
* gnu/packages/dns.scm (bind-utils): Update to 9.10.2-P2.
2015-07-20 23:11:07 -04:00
Mark H Weaver
e4e905ac44
gnu: httpd: Update to 2.4.16.
...
* gnu/packages/web.scm (httpd): Update to 2.4.16.
2015-07-20 22:57:01 -04:00
Mark H Weaver
add19cb79c
gnu: postgresql: Update to 9.3.8.
...
* gnu/packages/databases.scm (postgresql): Update to 9.3.8.
2015-07-20 22:42:02 -04:00
Ludovic Courtès
c01876b1af
gnu: pspp: Update to 0.8.5.
...
* gnu/packages/maths.scm (pspp)[source]: Update to 0.8.5.
[native-inputs]: Add TEXINFO.
2015-07-21 01:12:34 +02:00
Ludovic Courtès
4e7b64c833
gnu: datamash: Update to 1.0.7.
...
* gnu/packages/datamash.scm (datamash): Update to 1.0.7.
2015-07-21 01:04:58 +02:00
Ludovic Courtès
51a771a9d5
gnu: libmicrohttpd: Update to 0.9.42.
...
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.42.
2015-07-21 01:03:21 +02:00
Ludovic Courtès
aac90b4a95
gnu: nano: Update to 2.4.2.
...
* gnu/packages/nano.scm (nano): Update to 2.4.2.
2015-07-21 01:00:23 +02:00
Ludovic Courtès
617372ef70
Update NEWS.
2015-07-21 00:40:08 +02:00
Ludovic Courtès
e5358a6bac
gnu: python-pillow: Disable egg compression.
...
Partly fixes <http://bugs.gnu.org/20765 >.
* gnu/packages/python.scm (python-pillow)[arguments]: Rewrite using
'modify-phases'. Add 'disable-egg-compression' phase.
2015-07-20 23:15:24 +02:00
Ludovic Courtès
6078594b13
emacs: Require 'cl-lib'.
...
* emacs/guix-emacs.el: Require 'cl-lib', for 'cl-pushnew'.
2015-07-20 22:25:42 +02:00
David Thompson
8bff3d1e44
tests: Skip container tests if namespaces are not available.
...
* tests/containers.scm: Skip all tests if user namespaces do not exist.
2015-07-20 12:05:23 -04:00
David Thompson
7782d3a6ff
gnu: Add hoedown.
...
* gnu/packages/markdown.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-07-20 09:16:58 -04:00
Ludovic Courtès
b56724ec5f
gnu: guix: Update snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to 72cd8ec
.
2015-07-20 14:14:51 +02:00
Ludovic Courtès
72cd8ec0b1
tests: Make #:references-graphs gexp test more tolerant.
...
* tests/gexp.scm ("gexp->derivation #:references-graphs"): Use 'lset=' instead
of 'equal?' since the order in which references are listed in not
guaranteed.
2015-07-20 13:37:45 +02:00
Ricardo Wurmus
d05c6da05d
gnu: Add python-gridmap.
...
* gnu/packages/python.scm (python-gridmap, python2-gridmap): New variables.
2015-07-20 11:50:43 +02:00