~ruther/guix-local

e1fbc32a — Ludovic Courtès 11 years ago
install: Have several OS config templates under /etc/configuration.

* gnu/system/install.scm (configuration-template-service): Remove
  'local-template' and 'template'.  Add 'search' and 'templates'.
  [activate]: Copy all of TEMPLATES to /etc/configuration.
* doc/guix.texi (System Installation): Adjust file name accordingly.
36ffaca2 — Ludovic Courtès 11 years ago
doc: Add desktop configuration example.

* gnu/system/examples/bare-bones.tmpl: Change 'packages' and
  'host-name'.  Remove D-Bus, Avahi, and SLiM services, and add lsh
  instead.
* gnu/system/examples/desktop.tmpl: New file.
* Makefile.am (EXAMPLES): Add it.
c217cbd8 — Ludovic Courtès 11 years ago
services: dhcp-client: Better track dhclient's PID.

* gnu/services/networking.scm (dhcp-client-service)[start]: Remove
  PID-FILE first.  When 'call-with-input-file' throws ENOENT, try
  again.
54d6223d — Ludovic Courtès 11 years ago
doc: Rename OS config example.

* gnu/system/os-config.tmpl: Rename to...
* gnu/system/examples/bare-bones.tmpl: ... this.
* Makefile.am (EXAMPLES): Adjust accordingly.
* doc.am (doc/os-config.texi): Likewise.
* gnu/system/install.scm (configuration-template-service)[template]:
  Likewise.
6f05630b — Ludovic Courtès 11 years ago
gnu: wicd: Add patch to fix template instantiation.

* gnu/packages/patches/wicd-template-instantiation.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/wicd.scm (wicd)[source]: Use it.
15f0de05 — Mark H Weaver 11 years ago
system: activate-ptrace-attach: Handle kernels without YAMA support.

* gnu/build/activation.scm (activate-ptrace-attach): Check for the existence
  of /proc/sys/kernel/yama/ptrace_scope before trying to write to it.
57e95b26 — Mark H Weaver 11 years ago
gnu: sqlite: Update to 3.8.9.

* gnu/packages/databases.scm (sqlite): Update to 3.8.9.
cbf71ea2 — Mark H Weaver 11 years ago
gnu: subversion: Add fix for sqlite-3.8.9.

* gnu/packages/patches/subversion-sqlite-3.8.9-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (subversion): Add patch.
85bafc31 — Mark H Weaver 11 years ago
gnu: mariadb: Update to 10.0.18.

* gnu/packages/databases.scm (mariadb): Update to 10.0.18.
9c8bd626 — Ricardo Wurmus 11 years ago
gnu: gimp: Enable Python scripting support.

* gnu/packages/gimp.scm (gimp): Enable Python scripting support.
965a7332 — Ludovic Courtès 11 years ago
doc: Document 'avahi-service'.

* gnu/services/avahi.scm (avahi-service): Add URL in docstring.
* doc/guix.texi (Networking Services): Document it.
  (Name Service Switch): Fix cross-reference.
04e4e6ab — Ludovic Courtès 11 years ago
doc: Document sessions and ~/.xsession for SLiM.

* gnu/services/xorg.scm (slim-service): Document session types and
  ~/.xsession.
* doc/guix.texi (X Window): Adjust accordingly.
4467be21 — Ludovic Courtès 11 years ago
services: Add '%desktop-services'.

* gnu/services/desktop.scm (%desktop-services): New variable.
* doc/guix.texi (Desktop Services): Document it.
a0dac7a0 — Ludovic Courtès 11 years ago
profiles: Ensure the profile's etc/ directory is writable.

Reported by 宋文武 <iyzsong@gmail.com>.

* guix/build/profiles.scm (build-etc/profile,
  ensure-writable-directory): New procedures.
  (build-profile): Use them.
* tests/profiles.scm ("etc/profile when etc/ already exists"): New test.
15137a29 — Ludovic Courtès 11 years ago
nss: Add '%mdns-host-lookup-nss'.

* gnu/system/nss.scm (%mdns-host-lookup-nss): New variable.
* doc/guix.texi (Name Service Switch): Document it.
6b888eff — 宋文武 11 years ago
gnu: Add aisleriot.

* gnu/packages/gnome.scm (aisleriot): New variable.
ad12c43e — Ricardo Wurmus 11 years ago
gnu: gcj: Add $libdir to RUNPATH.

* gnu/packages/gcc.scm (gcj)[arguments]: Add build phase to add library output
  directory to RUNPATH.
aa2e989e — Mark H Weaver 11 years ago
gnu: linux-libre: Update to 4.0.2.

* gnu/packages/patches/linux-libre-libreboot-fix.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (linux-libre): Update to 4.0.2.  Remove patch.
82741a8a — Andreas Enge 11 years ago
gnu: Add libwps.

* gnu/packages/libreoffice.scm (libwps): New variable.
1d59b83b — Andreas Enge 11 years ago
gnu: Add libmwaw.

* gnu/packages/libreoffice.scm (libmwaw): New variable.
Next