Ludovic Courtès
515e68782f
gnu: Add SCons.
...
* gnu/packages/python.scm (scons): New variable.
2013-10-17 23:50:31 +02:00
Nikita Karetnikov
7df7a74e23
doc: Improve the copyright notice.
2013-10-17 13:21:10 +00:00
Ludovic Courtès
ed41d48ef1
gnu: make: Update to 4.0, with Guile support.
...
* gnu/packages/base.scm (gnu-make): Update to 4.0. Add Guile as an input.
(gnu-make-boot0): Patch 'build.sh' so it does not attempt to build 'guile.c'.
(gnu-make-final): New variable.
(%final-inputs): Use it.
(glibc): Add 'glibc-make-4.0.patch'.
* gnu/packages/patches/glibc-make-4.0.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2013-10-16 17:36:19 +02:00
Ludovic Courtès
63760b5bab
gnu: base: Fix circular dependency between %final-outputs and <origin> inputs.
...
* gnu/packages/base.scm (%final-inputs): Add
'package-with-bootstrap-guile' to 'finalize'.
2013-10-16 16:15:07 +02:00
Ludovic Courtès
f1352766fa
utils: 'find-files' always returns a proper list.
...
Reported at <http://bugs.gnu.org/15608 >.
* guix/build/utils.scm (find-files): Change the 'error' procedure to
return RESULT. Before we would end up with an improper list.
2013-10-16 15:53:59 +02:00
Ludovic Courtès
8f557fc8b7
gnu: readline: Turn 'patches' into a list.
...
* gnu/packages/readline.scm (readline): Turn 'patches' into a list.
2013-10-16 15:51:43 +02:00
Andreas Enge
418e82b507
gnu: harfbuzz: Update to 0.9.22.
...
* gnu/packages/gtk.scm (harfbuzz): Update to 0.9.22; should solve the test
problems on i686.
2013-10-16 10:44:56 +02:00
Ludovic Courtès
eeb70957e8
Update 'AUTHORS'.
2013-10-16 00:13:40 +02:00
Eric Bavier
d911258976
gnu: Add autogen package
...
* gnu/package/autogen.scm: New file
* gnu-system.am: Add it
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-10-16 00:12:27 +02:00
Ludovic Courtès
dfb52abbd6
Remove weirdnesses caused by 'letrec*' behavior of record field initializers.
...
* gnu/packages/bootstrap.scm (package-from-tarball): Remove '*' from
parameter names. Adjust accordingly.
* gnu/packages/linux-initrd.scm (expression->initrd): Use 'name'
directly, removing the 'name*' alias.
* gnu/packages/linux.scm (linux-libre-headers, linux-libre): Rename
'version*' to 'version'.
2013-10-15 23:42:58 +02:00
Ludovic Courtès
59fbeb8cae
records: define-record-type*: Field bindings are bound with 'let*'.
...
* guix/records.scm (define-record-type*): Wrap field bindings in a
'let*', not in a 'letrec*', which turned out to be pointlessly
inconvenient.
* tests/records.scm: Adjust test names accordingly.
2013-10-15 23:31:22 +02:00
Ludovic Courtès
70a9c72028
build: Add 'clean-go' target.
...
* Makefile.am (clean-go): New phony target.
2013-10-15 23:25:08 +02:00
Ludovic Courtès
b2ba65c897
guix package: '--search' matches against package names.
...
* guix/scripts/package.scm (find-packages-by-description): Return
packages whose name matches RX.
2013-10-15 22:59:50 +02:00
Ludovic Courtès
3c1d9799b8
Thank Jeffrin and David.
2013-10-14 23:18:54 +02:00
David Thompson
15e82fb2c0
gnu: Add libtheora.
...
* gnu/packages/oggvorbis.scm (libtheora): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-10-14 23:17:38 +02:00
Ludovic Courtès
749b90a519
gnu: subversion, cmake: Clean up descriptions.
...
* gnu/packages/cmake.scm (cmake): Simplify the synopsis.
* gnu/packages/version-control.scm (subversion): Remove "open-source"
from the description.
2013-10-14 09:48:52 +02:00
Ludovic Courtès
c1354b90e9
gnu: Add libgnome-keyring and Evince.
...
* gnu/packages/gnome.scm (libgnome-keyring, evince): New variables.
2013-10-13 22:50:11 +02:00
Ludovic Courtès
8db824ba31
gnu: poppler: Build the poppler-glib bindings.
...
* gnu/packages/pdf.scm (poppler): Add Cairo and GLib as inputs.
2013-10-13 22:50:11 +02:00
Ludovic Courtès
cc20a22a09
gnu: Add dogtail.
...
* gnu/packages/python.scm (python2-dogtail): New variable.
2013-10-13 22:50:11 +02:00
Ludovic Courtès
178f77b2d2
pull: Compile modules correctly regardless of the compilation order.
...
* guix/scripts/pull.scm (unpack)[builder]: Work around
<http://bugs.gnu.org/15602 >.
2013-10-13 22:50:11 +02:00
Andreas Enge
973d9f1d1c
gnu: kde: Add module and automoc4 package.
...
* gnu/packages/kde.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-10-13 18:18:57 +02:00
Andreas Enge
e78fd4ca63
guix: Make cmake build system aware of usual paths.
...
* guix/build/cmake-build-system.scm (configure): Set CMAKE_LIBRARY_PATH to
LIBRARY_PATH and CMAKE_INCLUDE_PATH to CPATH.
2013-10-13 18:02:49 +02:00
Andreas Enge
6eac909b45
gnu: cmake: Update patch to work with new system.
...
* gnu/packages/patches/cmake-fix-tests.patch: Update to work with -p1.
* gnu/packages/cmake.scm (cmake): Drop patch flag -p0.
2013-10-13 17:00:18 +02:00
Andreas Enge
487da56570
gnu: gsl: Update to 1.16.
...
* gnu/packages/maths.scm (gsl): Update to 1.16, disable parallel tests
leading to a failure in vector.
2013-10-13 16:26:12 +02:00
Andreas Enge
a58a7c926b
gnu: gtk+: Update to 3.10.1.
...
* gnu/packages/gtk.scm (gtk+): Update to 3.10.1, drop no longer needed
configure flag.
2013-10-13 13:03:09 +02:00
Ludovic Courtès
52af657aee
pull: Simplify the builder.
...
* guix/scripts/pull.scm (unpack)[builder]: Use 'copy-recursively' and
'copy-file' instead of 'file-system-fold'.
2013-10-13 01:14:21 +02:00
Ludovic Courtès
ab5d72ad2b
doc: Document "guix pull --url".
...
* doc/guix.texi (Invoking guix pull): Add --url.
2013-10-13 01:14:21 +02:00
Andreas Enge
8ab00475fb
gnu: qt: Add patch to distribution.
...
* gnu-system.am (dist_patch_DATA): Add qt patch.
2013-10-12 23:34:22 +02:00
Ludovic Courtès
b646c3dd37
gnu: qemu-with-multiple-smb-shares: Fix typo.
...
* gnu/packages/qemu.scm (qemu/smb-shares): Turn 'patches' into a list.
2013-10-12 22:29:32 +02:00
Ludovic Courtès
b421cebd6a
build-system/perl: Lazily resolve (gnu packages perl).
...
* guix/build-system/perl.scm (default-perl): New procedure.
(perl-build): Use it.
2013-10-12 22:29:32 +02:00
Ludovic Courtès
0ad7da1e90
pull: Add '--url' option.
...
* guix/scripts/pull.scm (%default-options): Add 'tarball-url' pair.
(%options, show-help): Add '--url'.
(guix-pull): Honor it.
2013-10-12 22:29:32 +02:00
Ludovic Courtès
d8907ac43f
download: Support 'file://' URLs.
...
* guix/download.scm (download-to-store): When URL has a 'file' scheme or
no scheme, use 'add-to-store' directly.
2013-10-12 22:29:31 +02:00
Ludovic Courtès
39e9f95d05
guix: Add missing call to 'bindtextdomain'.
...
* scripts/guix.in (config-lookup): Add "localedir" entry.
(run-guix-main): Add call to 'bindtextdomain'.
* guix/ui.scm (initialize-guix): Use %GETTEXT-DOMAIN instead of a
literal.
2013-10-12 22:29:31 +02:00
Andreas Enge
f854a8c133
gnu: Add gp2c.
...
* gnu/packages/algebra.scm (gp2c): New variable.
2013-10-12 19:46:14 +02:00
Andreas Enge
1e9ed0e3dc
gnu: Add Qt 4.8.5.
...
* gnu/packages/qt.scm (qt-4): New variable.
* gnu/packages/patches/qt4-tests.patch: New file, patch dropping tests
requiring a running X server.
2013-10-12 14:50:14 +02:00
Arne Babenhauserheide
5151c2e1f4
gnu: Add Mercurial.
...
* gnu/packages/version-control.scm (mercurial): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-10-11 22:18:47 +02:00
Ludovic Courtès
1a75f8d939
gnu-maintenance: Adjust URL of package description file.
...
* guix/gnu-maintenance.scm (%package-description-url): Adjust to the
new URL.
2013-10-11 22:18:47 +02:00
Nikita Karetnikov
f349fa02de
gnu: Add GNU acct.
...
* gnu/packages/acct.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-10-11 12:18:28 +00:00
Cyril Roelandt
9fb0bc1572
gnu: Valgrind: make it work with glibc 2.18.
...
* gnu/packages/patches/valgrind-glibc.patch: update it.
2013-10-11 00:22:57 +02:00
Ludovic Courtès
7e2b10a53f
build-system/{gnu,cmake}: Remove #:patches and #:patch-flags parameters.
...
* guix/build/gnu-build-system.scm (patch): Remove.
(%standard-phases): Remove 'patch'.
* guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Remove
#:patches and #:patch-flags parameters.
* guix/build-system/cmake.scm (cmake-build): Likewise.
* guix/build-system/python.scm (package-with-explicit-python): Update
comment.
2013-10-10 23:15:57 +02:00
Ludovic Courtès
de80b5045b
gnu: Use the 'patches' field of <origin>.
...
* gnu/packages/autotools.scm (libtool): Add 'patches' field to the
origin. Remove 'inputs' field.
* gnu/packages/base.scm (findutils, gnu-make, binutils, glibc):
Likewise.
* gnu/packages/m4.scm (m4): Likewise.
* gnu/packages/perl.scm (perl): Likewise.
* gnu/packages/readline.scm (readline): Likewise.
2013-10-10 23:05:28 +02:00
Ludovic Courtès
5fbeb4e6e1
gnu: bootstrap: Use the bootstrap tools for <origin> patching.
...
* gnu/packages/bootstrap.scm (bootstrap-origin): Override the
'patch-guile' and 'patch-inputs' fields of SOURCE.
2013-10-10 23:02:33 +02:00
Ludovic Courtès
1d9bc45925
packages: The 'patch-guile' field of <origin> is now a package.
...
* guix/packages.scm (default-guile): Return a package instead of a
derivation.
(package-source-derivation): Adjust accordingly.
2013-10-10 23:00:47 +02:00
Ludovic Courtès
cdecf77501
gnu: tar: Update to 1.17.
...
* gnu/packages/base.scm (tar): Update to 1.17. Remove 'arguments' and
'inputs'.
* gnu/packages/patches/tar-gets-undeclared.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove 'tar-gets-undeclared.patch'.
2013-10-10 22:16:58 +02:00
Ludovic Courtès
fb6c2fa82e
gnu: linux-libre-headers: Support cross-compilation.
...
* gnu/packages/linux.scm (linux-libre-headers):
When (%current-target-system) is true, pass it as the argument to
'build-phase'. This fixes cross-compilation.
Reported by Mark H. Weaver <mhw@netris.org>.
2013-10-10 21:43:14 +02:00
Ludovic Courtès
b49632e793
daemon: Set the umask to 022 when starting.
...
* nix/nix-daemon/guix-daemon.cc (main): Add 'umask' call.
* test-env.in: Remove use of 'umask'.
2013-10-10 21:43:14 +02:00
Ludovic Courtès
66fb2d23a3
gnu: Add pavucontrol.
...
* gnu/packages/pulseaudio.scm (pavucontrol): New variable.
2013-10-10 21:43:14 +02:00
Andreas Enge
ef0cf53e3f
gnu: qt: Propagate input mesa.
...
* gnu/packages/qt.scm (qt): Propagate input mesa.
2013-10-10 20:54:25 +02:00
Andreas Enge
1ea44d1128
gnu: qt: Do not use special SSE etc. instructions.
...
* gnu/packages/qt.scm (qt): Add configure flags to disable machine specific
instructions.
2013-10-10 20:04:53 +02:00
Andreas Enge
39fa8f6c73
gnu: qt: Add input pulseaudio.
...
* gnu/packages/qt.scm (qt): Add input pulseaudio.
2013-10-10 14:35:55 +02:00