~ruther/guix-local

149acc29 — Andreas Enge 13 years ago
download: Add X.org mirrors.

* guix/download.scm (%mirrors): Add `xorg'.
abc00dc4 — Andreas Enge 13 years ago
gnu: screen: Use GNU mirror.

* gnu/packages/screen.scm (screen): Use GNU mirror.
c9b940cd — Andreas Enge 13 years ago
gnu: Update libpng to 1.5.14.

* gnu/packages/libpng.scm (libpng): Switch to version 1.5.14.
4d60610a — Ludovic Courtès 13 years ago
pull: Distinguish "already up to date" from "updated".

* guix/ui.scm (show-what-to-build): Return (length req*).
* guix/scripts/pull.scm (guix-pull): Print an "already up to date"
  message when there's nothing to build.
7b50c684 — Ludovic Courtès 13 years ago
pull: Build (guix build download) first, because of the (gnutls) autoload.

* guix/scripts/pull.scm (unpack): Build (guix build download) first, as
  done in 855a8ad71def2ebc594ed32c57bda0ca4e13d91c.
  Reported by Andreas Enge <andreas@enge.fr>.
525ca3e9 — Ludovic Courtès 13 years ago
guix: Make sure UPDATES-DIR is valid.

* scripts/guix.in: Make sure UPDATES-DIR is not #f.
f651b477 — Ludovic Courtès 13 years ago
Add "guix pull".

* guix/scripts/pull.scm: New file.
* Makefile.am (MODULES): Add it.
* doc/guix.texi (Invoking guix pull): New node.
  (Invoking guix package): Add cross-ref to it.
* guix/ui.scm (config-directory): New procedure.
* scripts/guix.in: When `GUIX_UNINSTALLED' is undefined, add
  $XDG_CONFIG_HOME/guix/latest to the search path.
* po/POTFILES.in: Add guix/scripts/pull.scm.
9bb2b96a — Ludovic Courtès 13 years ago
ui: Factorize `show-what-to-build'.

* guix/scripts/package.scm (guix-package)[show-what-to-build]: Move to..
* guix/ui.scm (show-what-to-build): ... here.  Add a `store'
  parameter'.  Adjust callers.
* guix/scripts/build.scm (guix-build): Use it.  Remove `req' and `req*'
  variables.
7730d112 — Ludovic Courtès 13 years ago
build: Adjust guix.texi to Texinfo 5.0.

* doc/guix.texi: Change @title and @subtitle syntax to please Texinfo 5.0.
c61b026e — Ludovic Courtès 13 years ago
ui: Add temporary file handling and atomic symlink switch.

* guix/scripts/download.scm (call-with-temporary-output-file): Move to
  ui.scm.
* guix/scripts/package.scm (switch-symlinks): Likewise.
* guix/ui.scm (call-with-temporary-output-file, switch-symlinks): New
  procedures.
80736cdf — Ludovic Courtès 13 years ago
download: Adjust to `http-get*' deprecation.

* guix/build/download.scm (http-fetch): Adjust to use #:streaming? when
  using Guile 2.0.8+.
8dcb0c55 — Ludovic Courtès 13 years ago
derivations: Add a search path parameter for module derivations.

* guix/derivations.scm (imported-modules, compiled-modules): Add a
  `module-path' parameter.  Use it instead of %LOAD-PATH.
f6d7be1e — Ludovic Courtès 13 years ago
gnu: texinfo: Make Perl a propagated input.

* gnu/packages/texinfo.scm (texinfo): Make PERL a propagated input.
0442d345 — Ludovic Courtès 13 years ago
build: Add missing -I flag for the daemon.

* daemon.am (libstore_a_CPPFLAGS): Add missing -I, for schema.sql.hh.
b8d2aa26 — Ludovic Courtès 13 years ago
daemon: Add `--listen'.

* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_LISTEN): New macro.
  (options): Add `--listen'.
  (parse_opt): Handle it.
* doc/guix.texi (Invoking guix-daemon): Mention it.
15b673eb — Ludovic Courtès 13 years ago
Update from upstream Nix.
9fd72fb1 — Ludovic Courtès 13 years ago
store: Add the `%daemon-socket-file' parameter.

* guix/store.scm (%daemon-socket-file): New variable.
  (open-connection): Use it as the default value for FILE.
9c8ba706 — Ludovic Courtès 13 years ago
Add Mark to `AUTHORS'.
855a8ad7 — Ludovic Courtès 13 years ago
build: Build guix/scripts/download.go after guix/build/download.go.

* Makefile.am (guix/scripts/download.go): Add dependency on
  `guix/build/download.go'.
  Reported by Nikita Karetnikov <nikita@karetnikov.org>.
fdca1c07 — Ludovic Courtès 13 years ago
scripts: Remove hyphen in the command name shown by `--version'.

* guix/scripts/build.scm (%options): Remove hyphen from the name passed
  to `show-version-and-exit'.
* guix/scripts/download.scm (%options): Likewise.
* guix/scripts/gc.scm (%options): Likewise.
* guix/scripts/import.scm (%options): Likewise.
* guix/scripts/package.scm (%options): Likewise.
Next