~ruther/guix-local

de71cc4f — Ludovic Courtès 11 years ago
doc: Update USB installation image name.

* doc/guix.texi (System Installation): Change image name to guix-usb-*.
3ca2731c — Ludovic Courtès 11 years ago
doc: Introduce the Guix System Distribution.

* doc/guix.texi (Introduction): Introduce "Guix System Distribution".
  Add a couple of sentences about it.  Remove "Guixotic".
  (GNU Distribution): Likewise.
  (System Installation): Ditto.
2baf4634 — Marek Benc 11 years ago
gnu: nvi: Fix Berkely DB compatability issues.

* gnu/packages/patches/nvi-db4.patch: New file.
* gnu/packages/patches/nvi-dbpagesize-binpower.patch: New file.
* gnu/packages/nvi.scm (nvi): Make use of them.
* gnu-system.am (dist_patch_DATA): Add them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e1626e3b — 宋文武 11 years ago
gnu: sudo: Set rundir, vardir and iologdir.

* gnu/packages/admin.scm (sudo)[arguments]<#:configure-flags>: Add
  --with-rundir=/run/sudo --with-vardir=/var/db/sudo
  --with-iologdir=/var/log/sudo-io.
8c9267a4 — Ludovic Courtès 11 years ago
system: Make D-Bus warnings non fatal.

* gnu/system.scm (etc-directory): Add 'DBUS_FATAL_WARNINGS' in PROFILE.
0a051769 — Ludovic Courtès 11 years ago
system: Create /etc/emacs/site-start.el.

* gnu/system.scm (emacs-site-file, emacs-site-directory): New
  procedures.
  (etc-directory): Add 'EMACSLOADPATH' setting to PROFILE.  Call
  'emacs-site-directory', and bind its result to /etc/emacs.
b6c5a397 — Ludovic Courtès 11 years ago
gnu: guix-devel: Propagate Geiser.

* gnu/packages/package-management.scm (guix-devel)[propagated-inputs]:
  Add GEISER.
5bf6b86f — Ludovic Courtès 11 years ago
doc: Update 'ROADMAP'.

Suggested by Omar Radwan <toxemicsquire4@gmail.com>.

* ROADMAP: Rewrite.
70e629f5 — Ludovic Courtès 11 years ago
guix system: Improve error messages.

* guix/ui.scm (report-error): Export.
* guix/scripts/system.scm (read-operating-system): Report syntax errors
  using standard GNU format.  Report other errors using 'display-error'.
fbb02045 — Joshua S. Grant 11 years ago
gnu: Add convenience macros to make module imports more concise.

* gnu.scm (use-package-modules, use-service-modules,
  use-system-modules): New macros.
3698f524 — Ludovic Courtès 11 years ago
store: Change 'run-with-store' to return a single value.

* guix/store.scm (run-with-store): Wrap 'run-with-state' in
  'call-with-values'.  Return only the first value.
a101c891 — Ludovic Courtès 11 years ago
gnu: libtool: Update to 2.4.5.

* gnu/packages/autotools.scm (libtool): Update to 2.4.5.
  (libltdl): Adjust 'version' and 'source' to remain at 2.4.4.
ca8343b5 — Andreas Enge 11 years ago
gnu: phonon: Shuffle inputs.

* gnu/packages/kde.scm (phonon): Move automoc to native-inputs and qt to
    propagated inputs.
898da0cc — Andreas Enge 11 years ago
gnu: phonon: Update to 4.8.3.

* gnu/packages/kde.scm (phonon): Update to 4.8.3.
2af29d23 — Ludovic Courtès 11 years ago
gnu: perf: Install libraries to lib/ instead of lib64/.

* gnu/packages/linux.scm (perf)[arguments]: Add "lib=lib" to
  #:make-flags.
b1fb4b23 — Ludovic Courtès 11 years ago
gnu: perf: Build the interactive TUI.

* gnu/packages/linux.scm (perf)[inputs]: Add SLANG.
e9257d37 — Ludovic Courtès 11 years ago
gnu: Add S-Lang.

* gnu/packages/slang.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
d7ece67a — Ludovic Courtès 11 years ago
gnu: perf: Build the documentation.

* gnu/packages/linux.scm (perf)[inputs]: Uncomment documentation inputs.
6c030d10 — Ludovic Courtès 11 years ago
gnu: perf: Add dependency on Python.

* gnu/packages/linux.scm (perf)[inputs]: Add PYTHON-2.
2dfed643 — Andreas Enge 11 years ago
gnu: Register patches for installation.

* gnu-system.am (dist_patch_DATA): Add patches for aegis, clucene,
    libcanberra and lua-5.1.
Next