summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* distro: Add Python 2.7.3.Nikita Karetnikov2013-01-16
| | | | | * distro/packages/python.scm: New file. * Makefile.am (MODULES): Add it.
* doc: Start documenting (guix store).Ludovic Courtès2013-01-15
| | | | | | * doc/guix.texi (The Store): Populate. (Introduction): Add cross-reference. Change "package store" to "the store".
* distro: recutils: Add 3 optional dependencies.Ludovic Courtès2013-01-15
| | | | | * distro/packages/recutils.scm (recutils): Add Emacs, Check, and bc as dependencies.
* distro: check: Fix source URL.Ludovic Courtès2013-01-15
| | | | * distro/packages/check.scm (check): Fix source URI.
* distro: Add patches forgotten in previous commits.Ludovic Courtès2013-01-15
| | | | | | | * distro/packages/patches/bigloo-gc-shebangs.patch, distro/packages/patches/emacs-configure-sh.patch, distro/packages/patches/procps-make-3.82.patch: New files. * Makefile.am (dist_patch_DATA): Add them.
* distro: Add GNU bc.Ludovic Courtès2013-01-15
| | | | * distro/packages/algebra.scm (bc): New variable.
* guix-package: Connect to the daemon only after arguments have been processed.Ludovic Courtès2013-01-15
| | | | | | * guix-package.in (%store): Change to a SRFI-39 parameter. Update all users. (guix-package): Parametrize %STORE to an open connection after `parse-options' has been called.
* distro: Add Cyrus SASL.Andreas Enge2013-01-15
| | | | | * distro/packages/cyrus-sasl.scm: New file. * Makefile.am (MODULES): Add it.
* Test commit.Andreas Enge2013-01-15
| | | | * Makefile.am: alphabetical ordering
* Augment `TODO'.Ludovic Courtès2013-01-15
|
* distro: Fetch bootstrap binaries from alpha.gnu.org.Ludovic Courtès2013-01-15
| | | | | | | * build-aux/download.scm (%url-base): Change to alpha.gnu.org. * distro/packages/bootstrap.scm (%bootstrap-base-url): Rename to... (%bootstrap-base-urls): ... this. Add alpha.gnu.org as the first URL. Update users.
* licenses: Add 'psfl'.Nikita Karetnikov2013-01-15
| | | | * guix/licenses.scm (psfl): New variable.
* distro: Add MIT/GNU Scheme and Bigloo.Ludovic Courtès2013-01-15
| | | | | * distro/packages/scheme.scm: New file. * Makefile.am (MODULES): Add it.
* build-system/gnu: Allow the `source' argument to be #f.Ludovic Courtès2013-01-15
| | | | * guix/build-system/gnu.scm (gnu-build): Allow SOURCE to be #f.
* daemon: Remove reference to immutable.{cc,hh}, which no longer exist.Ludovic Courtès2013-01-15
| | | | | | | * daemon.am (libutil_a_SOURCES): Remove nix/libutil/immutable.cc. (libutil_headers): Remove nix/libutil/immutable.hh. These files were removed in Nix commit def5160 (post 1.2). Reported by Nikita Karetnikov <nikita@karetnikov.org>.
* snix: When unable to determine the version number, leave the URI unchanged.Ludovic Courtès2013-01-14
| | | | | * guix/snix.scm (snix-derivation->guix-package)[pretty-uri]: When VERSION is #f, return URI.
* guix-package: Create or diagnose missing profile directory.Ludovic Courtès2013-01-14
| | | | | | | | | | | Reported by Andreas Enge. * guix-package.in (%profile-directory): Honor $NIX_STATE_DIR. (guix-package)[ensure-default-profile]: Use it. [process-actions]: Call it when the `profile' option is %CURRENT-PROFILE. * tests/guix-package.sh: Add installation test with $HOME set, using the default profile.
* tests: Use "binutils:lib" as the `guix-package' example.Ludovic Courtès2013-01-14
| | | | | * tests/guix-package.sh: Use "binutils:lib" instead of "libsigsegv:lib", since the latter no longer exists.
* guix-package: Fix check for ~/.guix-profile existence.Ludovic Courtès2013-01-13
| | | | | | * guix-package.in (guix-package): When testing whether %USER-ENVIRONMENT-DIRECTORY exists, use `lstat' instead of `file-exists?'. Reported by Andreas Enge.
* licenses: Add 'openldap2.8'.Andreas Enge2013-01-13
| | | | * guix/licenses.scm (openldap2.8): New variable.
* distro: Add PARI/GPAndreas Enge2013-01-13
| | | | * distro/packages/algebra.scm (pari-gp): New variable.
* Update to Nix 1.3.Ludovic Courtès2013-01-13
|
* store: In `open-connection', process all the server's stderr.Ludovic Courtès2013-01-13
| | | | * guix/store.scm (open-connection): Loop until `process-stderr' returns #t.
* distro: openssl: Fix the `license' field.Ludovic Courtès2013-01-13
| | | | | * distro/packages/openssl.scm: Add renamer for (guix licenses). Adjust accordingly.
* distro: Add GNU Emacs.Ludovic Courtès2013-01-13
| | | | | * distro/packages/emacs.scm: New file. * Makefile.am (MODULES): Add it.
* doc: Fix typos.Ludovic Courtès2013-01-13
| | | | | | * doc/guix.texi (Setting Up the Daemon): Use "useradd -c" for comments. Reported by Andreas Enge. (Invoking guix-gc): Fix typo.
* distro: Add GNU Mailutils.Ludovic Courtès2013-01-13
| | | | | * distro/packages/mailutils.scm: New file. * Makefile.am (MODULES): Add it.
* distro: expect: Provide the right path to `stty'.Ludovic Courtès2013-01-13
| | | | * distro/packages/tcl.scm (expect): Add #:phases argument.
* distro: gnutls: Add dependency on Which.Ludovic Courtès2013-01-12
| | | | * distro/packages/gnutls.scm (gnutls): Add dependency on Which.
* distro: Add GDB.Ludovic Courtès2013-01-12
| | | | | * distro/packages/gdb.scm: New file. * Makefile.am (MODULES): Add it.
* distro: dejagnu: Add `expect' in the search path of `runtest'.Ludovic Courtès2013-01-12
| | | | | * distro/packages/dejagnu.scm (dejagnu): In `check' phase, change `PATH' in `runtest', to avoid "expect not found in PATH" error.
* distro: Add MySQL.Ludovic Courtès2013-01-12
| | | | | * distro/packages/mysql.scm: New file. * Makefile.am (MODULES): Add it.
* distro: util-linux: Fix `license' field.Ludovic Courtès2013-01-12
| | | | | * distro/packages/linux.scm (util-linux): Change `license' field to refer to the actual license objects.
* distro: Add procps.Ludovic Courtès2013-01-12
| | | | * distro/packages/linux.scm (procps): New variable.
* distro: tcl, expect: Enable tests.Ludovic Courtès2013-01-12
| | | | | * distro/packages/tcl.scm (tcl, expect): Remove #:tests? argument; add #:test-target.
* doc: Mention store sharing with Nix; update `package' example.Ludovic Courtès2013-01-11
| | | | | | | | * doc/guix.texi: Set @documentlanguage. (Installation): Add reference to `INSTALL' and `README'. (Requirements): Mention store sharing with Nix. (Defining Packages): Update example to include `use-modules' clauses and to use (guix licenses).
* Merge branch 'core-updates'Ludovic Courtès2013-01-11
|\ | | | | | | | | Conflicts: guix/build/union.scm
| * download: Abbreviate URLs when displaying the progress report.Ludovic Courtès2013-01-11
| | | | | | | | | | | | * guix/build/download.scm (uri-abbreviation): New procedure. (ftp-fetch, http-fetch): Use it instead of `uri->string' when calling `progress-proc'. Reported by Andreas Enge.
| * distro: gawk: Adjust to the libsigsegv output change.Ludovic Courtès2013-01-10
| | | | | | | | | | * distro/packages/gawk.scm (gawk): Adjust the libsigsegv with a single output.
| * distro: libsigsegv: Use a single output.Ludovic Courtès2013-01-10
| | | | | | | | | | | | * distro/packages/libsigsegv.scm (libsigsegv): Use just a single output, otherwise nothing ends up in `out' as a consequence of commit a06a99f. Reported by Andreas Enge <andreas@enge.fr>.
| * build: Print the Guix system type.Ludovic Courtès2013-01-10
| | | | | | | | * m4/guix.m4 (GUIX_SYSTEM_TYPE): Print the system type.
| * distro: gmp: Update to 5.0.1.Ludovic Courtès2013-01-10
| | | | | | | | * distro/packages/multiprecision.scm (gmp): Update to 5.0.1.
| * distro: binutils: Add a "lib" output.Ludovic Courtès2013-01-10
| | | | | | | | * distro/packages/base.scm (binutils): Add `outputs' field.
| * build-system/gnu: Improve support for "lib" outputs; support "doc" outputs.Ludovic Courtès2013-01-10
| | | | | | | | | | | | | | | | * guix/build/gnu-build-system.scm (configure)[package-name]: New procedure. When LIBDIR is true and INCLUDEDIR is false, add --includedir=LIBDIR/include. Add support for --docdir when a "doc" output exists.
| * doc: Update porting instructions in `HACKING'.Ludovic Courtès2013-01-08
| | | | | | | | | | * HACKING (When the platform is supported by Nixpkgs): Update instructions.
| * distro: bdb: Adjust to lack of /bin/sh.Ludovic Courtès2013-01-06
| | | | | | | | | | * distro/packages/bdb.scm (bdb): Pass `CONFIG_SHELL' and `SHELL' to the `configure' script.
| * Update a few more license headers.Ludovic Courtès2013-01-06
| | | | | | | | | | * distro/packages/openssl.scm, m4/guix.m4, nix/sync-with-upstream: Update headers.
| * download: Report the progress of HTTP downloads.Ludovic Courtès2013-01-06
| | | | | | | | | | | | * guix/build/download.scm (http-fetch): Rename `bv' to `bv-or-port'. Use `http-get*' followed by `dump-port' when the former is available, and pass a progress procedure to `dump-port'.
| * download: Report the progress of FTP downloads.Ludovic Courtès2013-01-06
| | | | | | | | | | | | * guix/build/download.scm (progress-proc): New procedure. (ftp-fetch): Call `ftp-size' on URI. Use `progress-proc', and pass the result to `dump-port', along with #:buffer-size.
| * ftp-client: Add `ftp-size'.Ludovic Courtès2013-01-06
| | | | | | | | * guix/ftp-client.scm (ftp-size): New procedure.