summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
| * distro: time: Adjust `configure' phase to old `configure' script.Ludovic Courtès2013-01-06
| | | | | | | | * distro/packages/time.scm (time): Add `arguments'.
| * Merge branch 'master' into core-updatesLudovic Courtès2013-01-06
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build-aux/download.scm distro/packages/autotools.scm distro/packages/base.scm distro/packages/bootstrap.scm distro/packages/lsh.scm distro/packages/make-bootstrap.scm distro/packages/ncurses.scm distro/packages/perl.scm tests/derivations.scm tests/union.scm
| * | distro: Update bootstrap binaries to an nscd-less libc.Ludovic Courtès2013-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update bootstrap binaries following changes in commit d3b5972 ("Build glibc without nscd, and with static NSS modules.") * Makefile.am (distro/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz, distro/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Update hashes. * build-aux/download.scm (file-name->uri): Update URL. * distro/packages/bootstrap.scm (%bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Update URLs and hashes.
| * | Update license headers of builder-side code.Ludovic Courtès2013-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change license headers with this script: (use-modules (guix build utils)) (fluid-set! %default-port-encoding "UTF-8") (substitute* (cons "distro/packages/ld-wrapper.scm" (find-files "guix/build" "\\.scm$")) (("^([[:graph:]]+) This file is part of Guix." _ comment-start) (string-append comment-start " This file is part of GNU Guix.")) (("^([[:graph:]]+) Guix --- Nix package management.*" _ comment-start) (string-append comment-start " GNU Guix --- Functional package management for GNU\n")) (("^([[:graph:]]+) Guix is " _ comment-start) (string-append comment-start " GNU Guix is ")) (("^([[:graph:]]+) along with Guix." _ comment-start) (string-append comment-start " along with GNU Guix.")) (("^([[:graph:]]+) Copyright \\(C\\)" _ comment-start) (string-append comment-start " Copyright ©"))) * distro/packages/ld-wrapper.scm, guix/build/download.scm, guix/build/gnu-build-system.scm, guix/build/union.scm, guix/build/utils.scm: Update license headers.
| * | utils: Add `which'.Ludovic Courtès2013-01-05
| | | | | | | | | | | | | | | | | | | | | | | | * guix/build/utils.scm (which): New procedure. * distro/packages/lsh.scm (lsh): Use `which' instead of `search-path'. * distro/packages/perl.scm (perl): Likewise. * distro/packages/attr.scm (attr): Likewise.
| * | distro: make-bootstrap: Add `%bootstrap-tarballs' package.Ludovic Courtès2013-01-05
| | | | | | | | | | | | | | | * distro/packages/make-bootstrap.scm (%bootstrap-tarballs): New variable.
| * | distro: make-bootstrap: Build glibc without nscd, and with static NSS modules.Ludovic Courtès2013-01-05
| | | | | | | | | | | | | | | | | | * distro/packages/make-bootstrap.scm (%glibc-with-relocatable-system): Rename to... (%glibc-for-bootstrap): ... this. Add new configure flags.
| * | distro: make-bootstrap: Make the Coreutils smaller.Ludovic Courtès2013-01-04
| | | | | | | | | | | | | | | | | | * distro/packages/make-bootstrap.scm (%static-inputs)[coreutils]: Remove optional dependencies, except Perl; build with "-Os -g0"; disable tests.
| * | distro: make-bootstrap: Fix arguments to gawk.Ludovic Courtès2013-01-04
| | | | | | | | | | | | | | | | | | * distro/packages/make-bootstrap.scm (%static-inputs)[gawk]: Use `substitute-keyword-arguments' to preserve the #:phases argument of GAWK.