summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: Improve "Installing Guix from Guix" section.•••Reported by Mark H. Weaver <mhw@netris.org>. * README (Installing Guix from Guix): Explicitly mention $PATH separately. Mention $ACLOCAL_PATH, not $ACLOCAL. Give the exact command to install the dependencies. Remove mention of $GUIX_LD_WRAPPER_ALLOW_IMPURITIES, which is no longer needed. Ludovic Courtès2013-11-161-17/+7
* gnu: cflow: Install Emacs mode.•••* gnu/packages/cflow.scm (cflow): Add Emacs as an input. Ludovic Courtès2013-11-161-0/+4
* substitute-binary: Adjust timeout handling for Guile > 2.0.9.•••* guix/scripts/substitute-binary.scm (with-timeout): Update comment to mention the fix's commit ID. (fetch): In the 'with-timeout' handler, close PORT only one Guile versions < 2.0.9.39. Before that, on Guile >= 2.0.9.39, the HTTP client would end up trying to read from a closed file descriptor. Ludovic Courtès2013-11-141-4/+12
* derivations: Allow 'map-derivations' to replace sources.•••* guix/derivations.scm (map-derivation)[input->output-paths]: Allow non-derivation inputs. Allow replacements to be store files. Replace in SOURCES too. * tests/derivations.scm ("map-derivation, sources"): New test. Ludovic Courtès2013-11-132-7/+41
* packages: Suitably cope with indirect store paths as package sources.•••* guix/packages.scm (package-source-derivation): Don't let indirect store paths pass through. * tests/packages.scm ("package-source-derivation, indirect store path"): New test. Ludovic Courtès2013-11-132-1/+12
* store: Make 'direct-store-path?' public.•••* guix/store.scm (direct-store-path?): New procedure. * guix/derivations.scm (derivation)[direct-store-path?]: Remove. * tests/store.scm ("direct-store-path?"): New test. Ludovic Courtès2013-11-133-9/+18
* derivations: Add 'map-derivation'.•••* guix/derivations.scm (map-derivation): New procedure. * tests/derivations.scm ("map-derivation"): New test. Ludovic Courtès2013-11-132-0/+127
* utils: Add 'string-replace-substring'.•••* guix/utils.scm (string-replace-substring): New procedure. Based on code by Mark H. Weaver. * tests/utils.scm ("string-replace-substring"): New test. Ludovic Courtès2013-11-132-0/+32
* gnu: Add IceCat.•••* gnu/packages/gnuzilla.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Andreas Enge2013-11-122-0/+98
* gnu: Add GNU APL.•••* gnu/packages/apl.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Nikita Karetnikov2013-11-122-0/+51
* guix build: Add '--log-file'.•••* guix/scripts/build.scm (show-help): Add '--log-file'. (%options): Likewise. (guix-build): Set %FILE-PORT-NAME-CANONICALIZATION. Honor '--log-file'. * tests/guix-build.sh: Add '--log-file' tests. * doc/guix.texi (Invoking guix build): Document '--log-file'. Ludovic Courtès2013-11-123-62/+115
* store: Add 'log-file' procedure.•••* guix/store.scm (log-file): New procedure. * tests/store.scm ("log-file, derivation", "log-file, output file name"): New tests. Ludovic Courtès2013-11-122-1/+49
* gnu: Add phonon.•••* gnu/packages/kde.scm (phonon): New variable. Andreas Enge2013-11-111-2/+35
* gnu: qt: Enable SIMD instructions available on x86_64.•••* gnu/packages/qt.scm (qt, qt-4): Enable mmx, 3dnow, sse and sse2 on x86_64. Andreas Enge2013-11-111-30/+42
* gnu: Add GVPE.•••* gnu/packages/gvpe.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2013-11-112-0/+49
* gnu: Add GNU complexity.•••* gnu/packages/complexity.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2013-11-112-0/+50
* nls: Add Serbian translation.•••* po/sr.po: New file. * po/LINGUAS: Add 'sr'. Ludovic Courtès2013-11-092-0/+1305
* substitute-binary: Increase lookup concurrency to reduce latency.•••* guix/scripts/substitute-binary.scm (%lookup-threads): New variable. (guix-substitute-binary): Use 'n-par-map' instead of 'par-map' for batch 'lookup-narinfo' calls. Ludovic Courtès2013-11-081-4/+12
* gnu: lapack: Use origin snippet to remove the non-free files.•••* gnu/packages/maths.scm (lapack): Add 'snippet' field with contents of former 'remove-non-free-files' phase; remove that phase. Ludovic Courtès2013-11-071-18/+16
* packages: Add a 'snippet' field to <origin>.•••* guix/packages.scm (<origin>): Add 'snippet', 'modules', and 'imported-modules' fields. (patch-and-repack): Make 'inputs' a keyword parameter. Add 'snippet', 'modules', and 'imported-modules' parameters. Accept SOURCE as a raw file name. Insert SNIPPET in BUILDER. Pass IMPORTED-MODULES to 'build-expression->derivation'. (package-source-derivation): Pass the extra arguments to 'patch-and-repack'. * tests/packages.scm ("package-source-derivation, snippet"): New test. * doc/guix.texi (Defining Packages): Mention the 'patches' and 'snippet' fields. (Invoking guix build): Tell that --source has patches and snippets applied. (Software Freedom): Mention packages that contain non-free code. Ludovic Courtès2013-11-073-19/+140
* doc: Document current security issue with substitutes.•••Suggested by Mark H. Weaver <mhw@netris.org>. * doc/guix.texi (Features): Add note about unauthenticated binaries. Ludovic Courtès2013-11-071-2/+10
* doc: Improve documentation of '--no-substitutes'.•••Suggested by Mark H. Weaver <mhw@netris.org>. * doc/guix.texi (Invoking guix package): Spell out the --no-substitutes documentation. (Invoking guix build): Use the more complete --no-substitutes documentation. (Invoking guix-daemon): Explain the interaction with what clients ask for. Ludovic Courtès2013-11-071-2/+15
* gnu: Add LAPACK.•••* gnu/packages/maths.scm (lapack): New variable. Nikita Karetnikov2013-11-071-0/+49
* Add indentation rule for 'origin'.Ludovic Courtès2013-11-071-0/+1
* tests: Fix max-silent-time test.•••* tests/derivations.scm ("build-expression->derivation and max-silent-time"): Use STORE instead of %STORE. Change BUILDER to succeed by default. Return #f when no exception is raised. Ludovic Courtès2013-11-041-3/+4
* tests: Add the builder as an input to raw derivations.•••* tests/derivations.scm ("build derivation with 1 source", "derivation with local file as input", "derivation with a fixed-output input", "multiple-output derivation", "multiple-output derivation, non-alphabetic order", "user of multiple-output derivation"): Add %BASH as an input, needed in chroot builds. Ludovic Courtès2013-11-041-8/+10
* gnu: recutils: Upgrade to 1.6.•••* gnu/packages/recutils.scm (recutils): Upgrade to 1.6. Add cURL and libgcrypt as inputs. Ludovic Courtès2013-11-031-10/+14
* ui: Make '--version' output GCS-compliant.•••* guix/ui.scm (show-version-and-exit): Display copyright year, license, and LACK OF WARRANTY. Ludovic Courtès2013-11-031-0/+5
* gnu: cmake: Bump to 2.8.12•••* gnu/packages/cmake.scm: bump to 2.8.12 Cyril Roelandt2013-11-021-2/+2
* doc: Document the syntax of the '--remove' argument.•••* doc/guix.texi (Invoking guix package): Document the syntax of '--remove' patterns. Ludovic Courtès2013-11-021-0/+5
* guix package: Show the output name of what's being removed.•••* guix/scripts/package.scm (show-what-to-remove/install): Show the output name of packages being removed. Ludovic Courtès2013-11-011-3/+3
* guix package: Fix indentation of "will be removed" messages.•••* guix/scripts/package.scm (show-what-to-remove/install): Remove extra indentation from the removal sentences. Ludovic Courtès2013-11-011-4/+4
* guix package: Allow removal of a specific package output.•••Fixes <http://bugs.gnu.org/15756>. * guix/profiles.scm (<manifest-pattern>): New record type. (remove-manifest-entry): Remove. (entry-predicate, manifest-matching-entries): New procedures. (manifest-remove): Accept a list of <manifest-pattern>. (manifest-installed?): Replace 'name' parameter by 'pattern', a <manifest-pattern>. * guix/scripts/package.scm (options->removable): Return a list of <manifest-pattern>. (guix-package)[process-action]: Use 'manifest-matching-entries' to compute the list of packages to remove. * tests/profiles.scm: New file. * Makefile.am (SCM_TESTS): Add it. Ludovic Courtès2013-11-015-30/+168
* guix package: Separate '--remove' option processing.•••* guix/scripts/package.scm (options->removable): New procedure. (guix-package)[process-actions]: Use it. Rename 'remove*' to 'remove' and 'install*' to 'install'. Ludovic Courtès2013-11-011-11/+16
* ui: Factorize package specification parsing.•••* guix/ui.scm (package-specification->name+version+output): New procedure. * guix/scripts/package.scm (specification->package+output): Use it. * tests/ui.scm ("package-specification->name+version+output"): New test. Ludovic Courtès2013-11-013-7/+50
* Add (guix profiles).•••* guix/scripts/package.scm (show-what-to-remove/install): New procedure, moved from... (guix-package): ... here. (<manifest>, make-manifest, <manifest-entry>, profile-manifest, manifest->sexp, sexp->manifest, read-manifest, write-manifest, remove-manifest-entry, manifest-remove, manifest-installed?, manifest=?, profile-regexp, generation-numbers, previous-generation-number, profile-derivation, generation-number, generation-file-name, generation-time, lower-input): Move to... * guix/profiles.scm: ... here. New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2013-11-013-297/+362
* gnu: Add GCC front ends for Fortran, Go, Objective C, and Objective C++.•••* gnu/packages/gcc.scm (custom-gcc, gfortran-4.8, gccgo-4.8) (gcc-objc-4.8, gcc-objc++-4.8): New variables. Nikita Karetnikov2013-11-011-0/+30
* gnu: ffmpeg: Fix typo in configure flags.•••* gnu/packages/video.scm (ffmpeg): Add "d" in "3d" in configure flags. Andreas Enge2013-11-011-2/+2
* gnu: Add ffmpeg.•••* gnu/packages/video.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add module. Andreas Enge2013-11-012-0/+173
* gnu: pulseaudio: increase timeout of thread test.•••* gnu/packages/patches/pulseaudio-test-timeouts.patch: New file. * gnu/packages/pulseaudio.scm (pulseaudio): Add patch. * gnu-system.am (dist_patch_DATA): Add patch. Mark H Weaver2013-11-013-1/+23
* union: Do not warn when identical files collide.•••* guix/build/union.scm (file=?): New procedure. (union-build)[resolve-collision]: Do not warn when identical files collide. Ludovic Courtès2013-10-311-8/+28
* gnu: Add bridge-utils.•••* gnu/packages/linux.scm (bridge-utils): New variable. Ludovic Courtès2013-10-311-0/+36
* gnu: libmicrohttpd: Update to 0.9.31.•••* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.31, synchronise the description with GNU SRC. Andreas Enge2013-10-301-6/+9
* gnu: Add gst-plugins-base-0.10.•••* gnu/packages/gstreamer.scm (gst-plugins-base-0.10): New variable. Andreas Enge2013-10-301-0/+17
* gnu: gstreamer-0.10: Propagate input libxml2.•••* gnu/packages/gstreamer.scm (gstreamer-0.10): Propagate input libxml2. Andreas Enge2013-10-301-1/+2
* guix package: Factorize generation file name computation.•••* guix/scripts/package.scm (generation-file-name): New procedure. Change all occurrences of (format #f "~a-~a-link" profile number) to use it. Ludovic Courtès2013-10-301-13/+15
* guix package: Specify inputs for each manifest entry.•••* guix/scripts/package.scm (<manifest-entry>): Add 'inputs' field. (manifest=?, lower-input): New procedure. (profile-derivation)[builder]: Add #:log-port argument to 'union-build'. [ensure-valid-input]: Remove. Add each entry's inputs to the input list. (options->installable): Return just the list of entries. [package->manifest-entry]: Set 'inputs' field. [canonicalize-deps]: Rename to... [deduplicate]: ... this. Remove input fiddling. (guix-package)[process-actions]: Use 'manifest=?' to compare the new and old manifests. Pass directly PROF-DRV to 'show-what-to-build'. Pass #:print-build-trace #f to 'set-build-options'. Ludovic Courtès2013-10-301-106/+96
* union: Make the log port a parameter.•••* guix/build/union.scm (union-build): Add 'log-port' keyword parameter; use it. Ludovic Courtès2013-10-301-3/+5
* 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. Ludovic Courtès2013-10-302-1/+19
* 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. Ludovic Courtès2013-10-301-12/+12