summaryrefslogtreecommitdiff
path: root/distro
Commit message (Collapse)AuthorAge
* distro: Change the module name space to (gnu ...).Ludovic Courtès2013-01-18
| | | | | | | | | | * distro: Rename to... * gnu: ... this. Update module names accordingly. * Makefile.am: Adjust accordingly. * po/POTFILES.in: Likewise. * distro.scm: Search for files under /gnu/packages instead of /distro/packages. * gnu/packages/base.scm (ld-wrapper-boot3): Likewise.
* distro: Add libtiff.Andreas Enge2013-01-18
| | | | | * distro/packages/libtiff.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add Libjpeg 8.Andreas Enge2013-01-18
| | | | * distro/packages/libjpeg.scm (libjpeg-8): New variable.
* distro: Add file.Andreas Enge2013-01-17
| | | | | * distro/packages/file.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add Libjpeg.Andreas Enge2013-01-17
| | | | | * distro/packages/libjpeg.scm: New file. * Makefile.am (MODULES): Add it.
* distro: flex: Add dependency on Indent.Andreas Enge2013-01-17
| | | | * distro/packages/flex.scm (flex): Add Indent as input.
* distro: Add Indent.Andreas Enge2013-01-17
| | | | | * distro/packages/indent.scm: New file. * Makefile.am (MODULES): Add it.
* distro: gnutls: Update to 3.1.6.Andreas Enge2013-01-17
| | | | * distro/packages/gnutls.scm (gnutls): Update to 3.1.6.
* distro: nettle: Update to 2.6.Ludovic Courtès2013-01-17
| | | | * distro/packages/nettle.scm (nettle): Update to 2.6.
* distro: gdb: Add dependency on Expat and Python.Ludovic Courtès2013-01-16
| | | | * distro/packages/gdb.scm (gdb): Add Expat and Python as inputs.
* distro: Add Expat.Ludovic Courtès2013-01-16
| | | | | * distro/packages/xml.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add icu4c (International Components for Unicode).Andreas Enge2013-01-16
| | | | | * distro/packages/icu4c.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add Python 2.7.3.Nikita Karetnikov2013-01-16
| | | | | * distro/packages/python.scm: New file. * Makefile.am (MODULES): Add it.
* 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.
* distro: Add Cyrus SASL.Andreas Enge2013-01-15
| | | | | * distro/packages/cyrus-sasl.scm: New file. * Makefile.am (MODULES): Add it.
* 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.
* distro: Add MIT/GNU Scheme and Bigloo.Ludovic Courtès2013-01-15
| | | | | * distro/packages/scheme.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add PARI/GPAndreas Enge2013-01-13
| | | | * distro/packages/algebra.scm (pari-gp): New variable.
* 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.
* 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.
* Merge branch 'core-updates'Ludovic Courtès2013-01-11
|\ | | | | | | | | Conflicts: guix/build/union.scm
| * 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>.
| * 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.
| * 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.
| * 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.
| * | distro: libtool: Add a "bin" output.Ludovic Courtès2013-01-02
| | | | | | | | | | | | | | | | | | * distro/packages/autotools.scm (libtool): Add a "bin" output. * distro/packages/base.scm (guile-final): Remove comment about retained dependency.
| * | distro: ncurses: Don't retain a reference to the bootstrap Bash.Ludovic Courtès2013-01-02
| | | | | | | | | | | | | | | | | | * distro/packages/ncurses.scm (ncurses): Remove #:patch-shebangs? argument since it now has no effect. Simplify PATCH-MAKEFILE-PHASE. Add `configure-phase', and use it.