~ruther/guix-local

ref: 87009d8aa1ffc03ee2b3a96d3acd078b868d12ce guix-local/distro d---------
708d0ceb — Ludovic Courtès 13 years ago
distro: Add GNU Aspell.

* distro/packages/aspell.scm: New file.
* Makefile.am (MODULES): Add it.
4e6b699d — Ludovic Courtès 13 years ago
distro: Add GSL.

* distro/packages/algebra.scm (gsl): New variable.
27160c85 — Ludovic Courtès 13 years ago
distro: Add GNU GLOBAL.

* distro/packages/global.scm: New file.
* Makefile.am (MODULES): Add it.
4a219a1a — Ludovic Courtès 13 years ago
distro: Add Tcl, Expect, and DejaGNU.

* distro/packages/dejagnu.scm, distro/packages/tcl.scm: New files.
* Makefile.am (MODULES): Add them.
233e7676 — Ludovic Courtès 13 years ago
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.
60a29092 — Andreas Enge 13 years ago
distro: Add Berkeley DB.

* distro/packages/bdb.scm: New file.
* Makefile.am (MODULES): Add it.
9dc6f288 — Andreas Enge 13 years ago
distro: Add MIT Kerberos 5.

* distro/packages/mit-krb5.scm: New file.
* Makefile.am (MODULES): Add it.
3aa6fab8 — Andreas Enge 13 years ago
distro: Add Libntlm, GNU GSS and GNU SASL.

* distro/packages/gsasl.scm: New file.
* Makefile.am (MODULES): Add it.
2aaa45b0 — Andreas Enge 13 years ago
distro: automake: Update to 1.12.6.

* distro/packages/autotools.scm (automake): Update to 1.12.6.
2ee8edc4 — Andreas Enge 13 years ago
distro: Add GNU Libidn.

* distro/packages/libidn.scm: New file.
* Makefile.am (MODULES): Add it.
a2745393 — Andreas Enge 13 years ago
distro: Update libtasn1 and gnutls.

* distro/packages/gnutls.scm: Update libtasn1 and gnutls.
5a8fd06d — Ludovic Courtès 13 years ago
distro: Add GNU idutils.

* distro/packages/idutils.scm: New file.
* Makefile.am (MODULES): Add it.
c8911fa3 — Andreas Enge 13 years ago
distro: Add rsync.

* distro/packages/rsync.scm: New file.
* Makefile.am (MODULES): Add it.
2ed139c4 — Andreas Enge 13 years ago
distro: Add mpfrcx and fplll.

* distro/packages/algebra.scm: New file.
* Makefile.am (MODULES): Add it.
5d5c4278 — Nikita Karetnikov 13 years ago
distro: Add Usbutils.

* distro/packages/linux.scm (usbutils): New variable.
3b48f78c — Nikita Karetnikov 13 years ago
distro: Add Libusb.

* distro/packages/libusb.scm: New file.
* Makefile.am (MODULES): Add it.
d8989c23 — Nikita Karetnikov 13 years ago
distro: Add Check.

* distro/packages/check.scm: New file.
* Makefile.am (MODULES): Add it.
4a44e743 — Nikita Karetnikov 13 years ago
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).
d7e2841b — Ludovic Courtès 13 years ago
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.
83667645 — Ludovic Courtès 13 years ago
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'.
Next