Ludovic Courtès
|
708d0ceb50
|
distro: Add GNU Aspell.
* distro/packages/aspell.scm: New file.
* Makefile.am (MODULES): Add it.
|
2013-01-07 21:30:45 +01:00 |
|
Ludovic Courtès
|
4e6b699d50
|
distro: Add GSL.
* distro/packages/algebra.scm (gsl): New variable.
|
2013-01-07 21:23:33 +01:00 |
|
Ludovic Courtès
|
27160c856b
|
distro: Add GNU GLOBAL.
* distro/packages/global.scm: New file.
* Makefile.am (MODULES): Add it.
|
2013-01-07 21:12:12 +01:00 |
|
Ludovic Courtès
|
4a219a1a47
|
distro: Add Tcl, Expect, and DejaGNU.
* distro/packages/dejagnu.scm, distro/packages/tcl.scm: New files.
* Makefile.am (MODULES): Add them.
|
2013-01-07 21:11:19 +01:00 |
|
Ludovic Courtès
|
233e76769a
|
Update license headers.
Change all license headers, except guix/build/* and ld-wrapper.scm, with
this code:
(use-modules (guix build utils)
(srfi srfi-1))
(fluid-set! %default-port-encoding "UTF-8")
(substitute* (remove (lambda (f)
(or (string-contains f ".tar.")
(string-contains f ".git/")
(string-contains f ".so")
(string-suffix? ".o" f)
(string-suffix? ".a" f)
(string-suffix? ".go" f)
(string-suffix? ".pdf" f)
(string-suffix? ".png" f)
(string-suffix? ".info" f)
(equal? (basename f) "guix-daemon")
(equal? (basename f) "nix-setuid-helper")
(string-contains f "nix-upstream/")
(string-contains f "distro/packages/bootstrap/")))
(find-files "." "\\.[a-z]+$"))
(("^([[: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 ©")))
Change headers using C-style comments manually.
|
2013-01-06 00:47:50 +01:00 |
|
Andreas Enge
|
60a290926b
|
distro: Add Berkeley DB.
* distro/packages/bdb.scm: New file.
* Makefile.am (MODULES): Add it.
|
2013-01-02 18:13:07 +01:00 |
|
Andreas Enge
|
9dc6f288bf
|
distro: Add MIT Kerberos 5.
* distro/packages/mit-krb5.scm: New file.
* Makefile.am (MODULES): Add it.
|
2013-01-02 01:08:51 +01:00 |
|
Andreas Enge
|
3aa6fab83b
|
distro: Add Libntlm, GNU GSS and GNU SASL.
* distro/packages/gsasl.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-12-30 17:25:37 +01:00 |
|
Andreas Enge
|
2aaa45b03c
|
distro: automake: Update to 1.12.6.
* distro/packages/autotools.scm (automake): Update to 1.12.6.
|
2012-12-30 17:07:14 +01:00 |
|
Andreas Enge
|
2ee8edc450
|
distro: Add GNU Libidn.
* distro/packages/libidn.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-12-30 17:00:59 +01:00 |
|
Andreas Enge
|
a2745393d2
|
distro: Update libtasn1 and gnutls.
* distro/packages/gnutls.scm: Update libtasn1 and gnutls.
|
2012-12-30 16:34:07 +01:00 |
|
Ludovic Courtès
|
5a8fd06d01
|
distro: Add GNU idutils.
* distro/packages/idutils.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-12-21 22:50:44 +01:00 |
|
Andreas Enge
|
c8911fa395
|
distro: Add rsync.
* distro/packages/rsync.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-12-21 22:39:05 +01:00 |
|
Andreas Enge
|
2ed139c42c
|
distro: Add mpfrcx and fplll.
* distro/packages/algebra.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-12-20 01:43:38 +01:00 |
|
Nikita Karetnikov
|
5d5c427839
|
distro: Add Usbutils.
* distro/packages/linux.scm (usbutils): New variable.
|
2012-12-18 23:04:09 +00:00 |
|
Nikita Karetnikov
|
3b48f78c85
|
distro: Add Libusb.
* distro/packages/libusb.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-12-18 22:44:18 +00:00 |
|
Nikita Karetnikov
|
d8989c2394
|
distro: Add Check.
* distro/packages/check.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-12-17 15:26:58 +00:00 |
|
Nikita Karetnikov
|
4a44e743a0
|
distro: Use (guix licenses) instead of strings.
* distro/packages/acl.scm, distro/packages/attr.scm,
distro/packages/autotools.scm, distro/packages/base.scm,
distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/bison.scm, distro/packages/bootstrap.scm,
distro/packages/compression.scm, distro/packages/cpio.scm,
distro/packages/ddrescue.scm, distro/packages/ed.scm,
distro/packages/flex.scm, distro/packages/gawk.scm,
distro/packages/gdbm.scm, distro/packages/gettext.scm,
distro/packages/gnupg.scm, distro/packages/gnutls.scm,
distro/packages/gperf.scm, distro/packages/guile.scm,
distro/packages/help2man.scm, distro/packages/less.scm,
distro/packages/libffi.scm, distro/packages/libsigsegv.scm,
distro/packages/libunistring.scm, distro/packages/linux.scm,
distro/packages/lout.scm, distro/packages/lsh.scm,
distro/packages/m4.scm, distro/packages/multiprecision.scm,
distro/packages/nano.scm, distro/packages/ncurses.scm,
distro/packages/nettle.scm, distro/packages/perl.scm,
distro/packages/pkg-config.scm, distro/packages/pth.scm,
distro/packages/readline.scm, distro/packages/recutils.scm,
distro/packages/shishi.scm, distro/packages/system.scm,
distro/packages/texinfo.scm, distro/packages/time.scm,
distro/packages/wget.scm, distro/packages/which.scm,
distro/packages/zile.scm: Use (guix licenses).
|
2012-12-14 23:37:24 +01:00 |
|
Ludovic Courtès
|
d7e2841b9d
|
distro: lout: Comment out dependency on Ghostscript.
* distro/packages/lout.scm (lout): Temporarily comment out dependency on
Ghostscript as this was causing evaluation errors on Hydra.
|
2012-12-13 22:28:34 +01:00 |
|
Ludovic Courtès
|
836676450d
|
distro: lout: Delay use of of `nixpkgs-derivation'.
* distro/packages/lout.scm (lout): Don't fork with `nixpkgs-derivation',
to avoid any issues in the absence of `nix-instantiate'.
|
2012-12-10 14:35:03 +01:00 |
|
Nikita Karetnikov
|
6ad2697d23
|
distro: Add ACL.
* distro/packages/acl.scm: New file. Dependency on Perl added by
Ludovic.
* Makefile.am (MODULES): Add it.
|
2012-12-07 22:32:00 +01:00 |
|
Nikita Karetnikov
|
3d282f90f8
|
distro: Add Attr.
* distro/packages/attr.scm: New file. Dependency on Perl and
`patch-shebang' added by Ludovic.
* Makefile.am (MODULES): Add it.
|
2012-12-07 22:30:32 +01:00 |
|
Ludovic Courtès
|
18d50d7621
|
distro: Add GNU lsh.
* distro/packages/lsh.scm,
distro/packages/patches/lsh-guile-compat.patch:
distro/packages/patches/lsh-no-root-login.patch:
distro/packages/patches/lsh-pam-service-name.patch: New files.
* Makefile.am (MODULES): Add lsh.scm.
(dist_patch_DATA): Add the above patches.
|
2012-12-04 22:03:21 +01:00 |
|
Nikita Karetnikov
|
02b80c3f65
|
distro: Add util-linux.
* distro/packages/linux.scm (util-linux): New variable.
|
2012-12-04 17:46:56 +01:00 |
|
Ludovic Courtès
|
686f14e8a4
|
distro: Add psmisc.
* distro/packages/linux.scm (psmisc): New variable.
|
2012-12-04 00:17:49 +01:00 |
|
Ludovic Courtès
|
7eba5e6361
|
distro: make-bootstrap: Use `linux' module.
* distro/packages/make-bootstrap.scm: Use (distro packages linux). This
is a followup to 80fe5c6 .
|
2012-12-02 22:32:09 +01:00 |
|
Ludovic Courtès
|
967305e88b
|
distro: gnutls: Build sequentially.
* distro/packages/gnutls.scm (gnutls)[arguments]: New field.
|
2012-12-01 00:59:08 +01:00 |
|
Ludovic Courtès
|
3af4e05304
|
distro: guile-2.0: Update to 2.0.7.
* distro/packages/guile.scm (guile-2.0): Switch to 2.0.7.
(guile-2.0/fixed): Stay at 2.0.6.
|
2012-11-30 22:01:47 +01:00 |
|
Ludovic Courtès
|
fa29b19988
|
distro: Add `guile-2.0/fixed', which should rarely change.
* distro/packages/guile.scm (guile-2.0/fixed): New variable.
* distro/packages/base.scm (guile-final): Use it.
|
2012-11-30 21:37:41 +01:00 |
|
Nikita Karetnikov
|
6b345e06cd
|
distro: Import 'gettext' under a different name.
* distro/packages/nano.scm, distro/packages/wget.scm: Import 'gettext'
from (distro packages gettext) under 'guix:gettext'.
|
2012-11-28 00:27:44 +01:00 |
|
Ludovic Courtès
|
80fe5c6046
|
distro: linux-libre-headers: Move to (distro packages linux).
* distro/packages/base.scm (linux-libre-headers): Move to...
* distro/packages/linux.scm (linux-libre-headers): ... here.
|
2012-11-27 22:04:57 +01:00 |
|
Ludovic Courtès
|
fd76c904c7
|
distro: Add Linux-PAM.
* distro/packages/linux.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-11-27 21:56:37 +01:00 |
|
Ludovic Courtès
|
5321f74f23
|
distro: flex: Fix module name.
* distro/packages/flex.scm: Change the module name to (distro packages
flex).
|
2012-11-27 21:33:00 +01:00 |
|
Nikita Karetnikov
|
501b16750a
|
distro: Add GNU Cpio.
* distro/packages/cpio.scm,
distro/packages/patches/cpio-gets-undeclared.patch: New files.
* Makefile.am (MODULES): Add 'cpio.scm'.
(dist_patch_DATA): Add 'cpio-gets-undeclared.patch'.
|
2012-11-25 22:45:55 +01:00 |
|
Nikita Karetnikov
|
b147f59f41
|
distro: Add GNU Time.
* distro/packages/time.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-11-25 22:42:34 +01:00 |
|
Nikita Karetnikov
|
6e6979c6f1
|
distro: Add GNU Which.
* distro/packages/which.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-11-25 22:41:38 +01:00 |
|
Nikita Karetnikov
|
fe7777c14b
|
distro: Add GNU Less.
* distro/packages/less.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-11-25 16:08:10 +01:00 |
|
Nikita Karetnikov
|
7f40d97d88
|
distro: Add GNU Nano.
* distro/packages/nano.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-11-25 16:08:10 +01:00 |
|
Nikita Karetnikov
|
da7b042dd9
|
distro: Add GNU Wget.
* distro/packages/wget.scm: New file; patch-shebang phase added by
Ludovic Courtès.
* Makefile.am (MODULES): Add it.
|
2012-11-25 16:08:06 +01:00 |
|
Nikita Karetnikov
|
034cb8e781
|
distro: Add GNU Ddrescue.
* distro/packages/ddrescue.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-11-24 16:14:39 +01:00 |
|
Nikita Karetnikov
|
f190f92f91
|
distro: Add GNU Gettext.
* distro/packages/gettext.scm,
distro/packages/patches/gettext-gets-undeclared.patch: New files.
* Makefile.am (MODULES): Add 'gettext.scm'.
(dist_patch_DATA): Add 'gettext-gets-undeclared.patch'.
|
2012-11-24 00:52:16 +01:00 |
|
Nikita Karetnikov
|
5b2fd61868
|
distro: Add GNU Shishi.
* distro/packages/shishi.scm,
distro/packages/patches/shishi-gets-undeclared.patch: New files.
* Makefile.am (MODULES): Add 'shishi.scm'.
(dist_patch_DATA): Add 'shishi-gets-undeclared.patch'.
|
2012-11-24 00:35:33 +01:00 |
|
Nikita Karetnikov
|
36d4d49e69
|
distro: Move (distro packages libtool) to (distro packages autotools).
* distro/packages/autotools.scm (libtool): Add it.
* distro/packages/libtool.scm: Remove it.
* distro/packages/guile.scm (distro packages guile): Adjust accordingly.
* Makefile.am (MODULES): Adjust accordingly.
|
2012-11-22 22:37:20 +01:00 |
|
Nikita Karetnikov
|
80ffc7082c
|
distro: Add GNU Autoconf and GNU Automake.
* distro/packages/autotools.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-11-22 22:30:50 +01:00 |
|
Ludovic Courtès
|
e2b2c46693
|
distro: Add Flex.
* distro/packages/flex.scm,
distro/packages/patches/flex-bison-tests.patch: New files.
* Makefile.am (MODULES): Add `flex.scm'.
(dist_patch_DATA): Add `flex-bison-tests.patch'.
|
2012-11-22 18:22:48 +01:00 |
|
Ludovic Courtès
|
cf153fc472
|
distro: Add GNU Bison.
* distro/packages/bison.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-11-22 17:57:37 +01:00 |
|
Ludovic Courtès
|
30c40755fc
|
distro: Add GDBM.
* distro/packages/gdbm.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-11-22 17:56:35 +01:00 |
|
Nikita Karetnikov
|
0aa94f0ca4
|
distro: Add GNU Ed.
* distro/packages/ed.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-11-21 17:02:17 +01:00 |
|
Ludovic Courtès
|
fb9821f023
|
distro: Add GNU Zile.
* distro/packages/zile.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-11-19 21:46:31 +01:00 |
|
Ludovic Courtès
|
cc8e5e25b4
|
distro: Add GNU help2man.
* distro/packages/help2man.scm: New file.
* Makefile.am (MODULES): Add it.
|
2012-11-19 21:42:11 +01:00 |
|