~ruther/guix-local

ff4455e6 — Alex Kost 10 years ago
emacs: Deprecate "guix-init.el".

'guix-init' served 2 purposes:

- to autoload guix commands (by requiring 'guix-autoloads');
- and to autoload Emacs packages installed with Guix (by requiring
  'guix-emacs').

The second purpose is not actual anymore, as Emacs package handles this
task now, so there is no need in 'guix-init' anymore.

* emacs/guix-init.el: Do not require 'guix-emacs'.  Add a deprecation
  message.
* doc/emacs.texi (Emacs Initial Setup): Recommend to use
  'guix-autoloads' instead of 'guix-init'.
453cdf86 — Alex Kost 10 years ago
system: Do not create "site-start.el".

After commits 004ea62 and 092dd65, Emacs can find packages in a system
profile, so it autoloads guix code without additional hacks, which can
be removed now.

* gnu/system.scm (emacs-site-file, emacs-site-directory): Remove.
(operating-system-etc-service): Adjust accordingly.
(operating-system-environment-variables): Remove EMACSLOADPATH.
1d216b6e — Ricardo Wurmus 10 years ago
gnu: Remove "r-repository" property.

* gnu/packages/bioinformatics.scm (r-biocgenerics, r-s4vectors,
r-iranges, r-genomeinfodb, r-xvector, r-genomicranges)[properties]:
Remove "r-repository" property.
08595262 — Andreas Enge 10 years ago
gnu: pari-gp: Syntactic changes.

* gnu/packages/algebra.scm (pari-gp)[arguments]: Use modify-phases syntax.
f2ab9250 — Ludovic Courtès 10 years ago
services: xorg: Fix ~/.xsession handling.

Fixes a regression introduced in c510cbb4ecb270ca3edf282c6769aa2bfb144822.

* gnu/services/xorg.scm (xinitrc)[builder]: Add missing 'apply' when
XSESSION-FILE exists.
473dbe9b — Efraim Flashner 10 years ago
gnu: modem-manager: Update to 1.4.14.

* gnu/packages/freedesktop.scm (modem-manager): Update to 1.4.14.
385b1be8 — Mark H Weaver 10 years ago
gnu: webkitgtk: Update to 2.12.0.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.0.
ee37e1e5 — Ludovic Courtès 10 years ago
gnu: shepherd: Update to 0.3.1.

* gnu/packages/admin.scm (shepherd): Update to 0.3.1.
9a2a2005 — Ludovic Courtès 10 years ago
guix build: '--with-source' correctly matches versioned file names.

* guix/scripts/build.scm: Use the right 'package-name->name+version'
procedure.  Fixes a regression introduced in
1b846da8c372bee78851439fd9e72b2499115e5a.
* tests/scripts-build.scm ("options->transformation, with-source, with
version"): New test.
7b150a24 — Nils Gillmann 10 years ago
gnu: libressl: Update to 2.3.3.

* gnu/packages/tls.scm (libressl): Update to 2.3.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
c292a6f3 — Alex Kost 10 years ago
emacs: Use space to separate package name and version in heading.

Reported by Ludovic Courtès <ludo@gnu.org>.

* emacs/guix-ui-package.el (guix-package-name): Check 'spec' property.
(guix-package-info-insert-heading): Use "name version" for button label,
write name specification to 'spec' property.
4c68c538 — Alex Kost 10 years ago
emacs: Fix converting scheme into elisp expression.

* emacs/guix-geiser.el (guix-geiser-eval-read): Replace #f/#t with nil/t
  only when they follow "(" or " ".
c1f73569 — Ricardo Wurmus 10 years ago
gnu: Add AIDE.

* gnu/packages/admin.scm (aide): New variable.
6139fed5 — Leo Famulari 10 years ago
gnu: icecast: Update to 2.4.3 [fixes CVE-2015-3026].

* gnu/packages/xiph.scm (icecast): Update to 2.4.3.
9b1cee97 — Ludovic Courtès 10 years ago
services: postgresql: Use syslog.

Fixes <http://bugs.gnu.org/23064>.
Reported by Danny Milosavljevic <dannym@scratchpost.org>.

* gnu/services/databases.scm (%default-postgres-config): Add
'log_destination' line.
(postgresql-shepherd-service): Add requirement on 'syslogd'.
d038b674 — Ludovic Courtès 10 years ago
doc: Add "lightweight desktop" OS config example.

* gnu/system/examples/desktop.tmpl (packages): Remove XFCE and
RATPOISON.
(services): Add 'gnome-desktop-service' and 'xfce-desktop-service'.
* gnu/system/examples/lightweight-desktop.tmpl: New file.
* Makefile.am (EXAMPLES): Add it.
* doc.am (OS_CONFIG_EXAMPLES_TEXI): Add
doc/os-config-lightweight-desktop.texi.
* gnu/system/install.scm (/etc/configuration-files)[directory]: Add
lightweight-desktop.tmpl.
d26e1967 — Ludovic Courtès 10 years ago
derivations: Raise an error when a module file is not found.

Suggested by Jookia.

* guix/derivations.scm (&file-search-error): New error condition.
(search-path*): Raise it when 'search-path' returns #f.
* guix/gexp.scm (search-path*): Remove.
* guix/ui.scm (call-with-error-handling): Add case for
'file-search-error?'.
* tests/derivations.scm ("build-expression->derivation and invalid
module name"): New test.
6985335f — Ludovic Courtès 10 years ago
derivations: Add 'module->source-file-name'.

* guix/derivations.scm (module->source-file-name): New procedure.
(%imported-modules): Use it.
* guix/gexp.scm (imported-modules): Likewise.
8c321299 — Ludovic Courtès 10 years ago
substitute: Gracefully handle TLS errors.

* guix/scripts/substitute.scm (with-networking): Use 'match-lambda*' and
add case for 'gnutls-error'.
b98293eb — Ricardo Wurmus 10 years ago
import: cran: Accept single URL in addition to single URL.

* guix/import/cran.scm (package->upstream-name): Match single URL in
  addition to list of URLs.
Next