Ludovic Courtès
c065c443a0
union: Make the log port a parameter.
...
* guix/build/union.scm (union-build): Add 'log-port' keyword parameter;
use it.
2013-10-30 22:09:32 +01:00
Ludovic Courtès
d0dc4907d6
derivations: 'derivation-path->output-path' honors the 'output' parameter.
...
* guix/derivations.scm (derivation-path->output-path): Pass OUTPUT.
* tests/derivations.scm ("multiple-output derivation,
derivation-path->output-path"): New test.
2013-10-30 22:09:32 +01:00
Ludovic Courtès
d595e456c1
guix package: Always use the term "profile", not "user environment".
...
* guix/scripts/package.scm (%user-environment-directory): Rename to...
(%user-profile-directory): ... this. Update users accordingly.
(profile-derivation): Use the term "profile" instead of "user
environment", and use "profile" as the derivation name.
2013-10-30 22:09:32 +01:00
Ludovic Courtès
f067fc3e77
guix package: Introduce <manifest> and <manifest-entry> types.
...
* guix/scripts/package.scm (<manifest>, <manifest-entry>): New record
types.
(make-manifest, read-manifest, manifest->sexp, sexp->manifest,
read-manifest, write-manifest, remove-manifest-entry, manifest-remove,
manifest-installed?): New procedures.
(profile-derivation): Take a manifest as the second parameter. Use
'manifest->sexp'. Expect <manifest-entry> objects instead of
"tuples". Adjust callers accordingly.
(search-path-environment-variables): Changes 'packages' parameter to
'entries'. Rename 'package-in-manifest->package' to
'manifest-entry->package'; expect <manifest-entry> objects.
(display-search-paths): Rename 'packages' to 'entries'.
(options->installable): Change 'installed' to 'manifest'. Have
'canonicalize-deps' return name/path tuples instead of raw packages.
Rename 'package->tuple' to 'package->manifest-entry'. Use
<manifest-entry> objects instead of tuples.
(guix-package)[process-actions]: Likewise. Rename 'packages' to
'entries'.
[process-query]: Use 'manifest-entries' instead of
'manifest-packages'.
2013-10-30 22:09:32 +01:00
Ludovic Courtès
edac884624
guix package: Better separate option processing.
...
* guix/scripts/package.scm (find-package): Rename to...
(specification->package+output): ... this. Rename 'name' parmameter
to 'spec'. Return a package and output name instead of a tuple.
(options->installable): New procedure
(guix-package)[process-actions]: Use it, and remove corresponding
code.
2013-10-30 22:09:32 +01:00
Andreas Enge
f506ed920c
gnu: Add gstreamer-0.10.
...
* gnu/packages/gstreamer.scm (gstreamer-0.10): New variable.
* gnu/packages/patches/gstreamer-0.10-bison3.patch,
gnu/packages/patches/gstreamer-0.10-silly-test.patch: New files.
* gnu-system.am (dist_patch_DATA): Add patches.
2013-10-30 22:06:57 +01:00
Andreas Enge
94f48f98f0
gnu: mit-krb5: Update to 1.11.3.
...
* gnu/packages/mit-krb5.scm (mit-krb5): Update to 1.11.3.
2013-10-29 23:46:10 +01:00
Ludovic Courtès
d46d8794a1
guix package: Declutter the entry point.
...
* guix/scripts/package.scm (newest-available-packages,
find-best-packages-by-name, find-package, upgradeable?): New
procedures, moved from...
(guix-package): ... here.
2013-10-29 22:03:02 +01:00
Mark H Weaver
2a8417ac44
Change indentation rule for 'package' for the common case.
...
* .dir-locals.el: Change the indentation rule for 'package' to do the right
thing for packages without an inherit clause.
2013-10-29 12:19:44 -04:00
Ludovic Courtès
cb558fcd9c
list-runtime-roots: List files referenced by environment variables.
...
Inspired by <772b70952f...4ddd077bfa
>.
* nix/scripts/list-runtime-roots.in (%store-directory): New variable.
(proc-environ-roots): New procedure.
(<top-level>): Use it.
2013-10-29 00:08:44 +01:00
Ludovic Courtès
72e25e35a5
doc: Augment the "Porting" section.
...
Reported by Andreas Enge <andreas@enge.fr>.
* doc/guix.texi (Porting): Document needed changes to (gnu packages
bootstrap) and (gnu packages linux).
2013-10-29 00:08:44 +01:00
Ludovic Courtès
011b18c332
gnu: Add python2-empy.
...
* gnu/packages/python.scm (python2-empy): New variable.
2013-10-29 00:08:44 +01:00
Ludovic Courtès
7587041028
build-system/{cmake,perl}: Don't use (guix build gnu-build-system).
...
Previously references to '%standard-phases' in builder-side code would
refer to the wrong one.
* guix/build-system/cmake.scm (cmake-build): Remove (guix build
gnu-build-system) from the default MODULES value.
* guix/build-system/perl.scm (perl-build): Likewise.
2013-10-29 00:08:44 +01:00
Nikita Karetnikov
3220c2f41e
gnu: gcc-4.8: Upgrade to 4.8.2.
...
* gnu/packages/gcc.scm (gcc-4.8): Upgrade to 4.8.2.
2013-10-28 18:42:09 +00:00
Andreas Enge
fdf3cb4cc0
gnu: mesa: Update URI.
...
* gnu/packages/xorg.scm (mesa): Update URI.
2013-10-26 15:09:42 +02:00
Andreas Enge
5f6265298e
gnu: lzip: Update to 1.15.
...
* gnu/packages/compression.scm (lzip): Update to 1.15.
2013-10-26 15:03:27 +02:00
David Thompson
c3c516ea00
gnu: Add libmikmod.
...
* gnu/packages/sdl.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2013-10-26 14:15:45 +02:00
Eric Bavier
fa58ca4376
gnu: Add Pem.
...
* gnu/packages/pem.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2013-10-26 01:23:00 +02:00
Andreas Enge
b357faace7
gnu: Add sharutils.
...
* gnu/packages/compression.scm (sharutils): New variable.
2013-10-26 00:28:32 +02:00
Andreas Enge
13fbda90d9
gnu: rsync: Update to 3.1.0.
...
* gnu/packages/rsync.scm (rsync): Update to 3.1.0.
2013-10-25 22:44:51 +02:00
Andreas Enge
89059aa193
gnu: qt: Correct source uri.
...
* gnu/packages/qt.scm (qt-4): Correct source uri (reported by
Cyril Roelandt <tipecaml@gmail.com>).
2013-10-23 23:33:36 +02:00
Andreas Enge
b92eee75b1
gnu: Add GLPK.
...
* gnu/packages/maths.scm (glpk): New variable.
2013-10-22 20:24:33 +02:00
Ludovic Courtès
d038cac12a
gnu: Add GNU Alive.
...
* gnu/packages/system.scm (alive): New variable.
2013-10-19 00:07:28 +02:00
Ludovic Courtès
02c72d1671
build: Build the bootstrap-graph.{png,eps,pdf} under $(top_srcdir).
...
Fixes <http://bugs.gnu.org/15640 >.
Reported by Eric Bavier <ericbavier@gmail.com>.
* doc.am (EXTRA_DIST): Add doc/images/bootstrap-graph.pdf to the
distribution.
(pdf-local, info-local, ps-local): Prepend $(top_srcdir) to the image
file names.
2013-10-18 22:05:39 +02:00
Ludovic Courtès
a433c52593
gnu: dfc: Add missing input.
...
* gnu/packages/system.scm (dfc): Add 'native-inputs' field.
2013-10-18 00:25:06 +02:00
Ludovic Courtès
93a3d8f609
gnu: glib: Work around test failure in 'gio/tests/network-address.c'.
...
* gnu/packages/patches/glib-tests-newnet.patch: New file.
* gnu/packages/glib.scm (glib): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2013-10-17 23:50:32 +02:00
Ludovic Courtès
96e424672a
gnu: evince: Set search path for MIME info.
...
* gnu/packages/gnome.scm (evince): Add #:phases argument. Remove "perl"
and "perl-xml-parser" inputs since they are not directly needed; move
"intltool" to 'native-inputs'.
2013-10-17 23:50:31 +02:00
Ludovic Courtès
9167f8e6f9
gnu: Add shared-mime-info.
...
* gnu/packages/gnome.scm (shared-mime-info): New variable.
2013-10-17 23:50:31 +02:00
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
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