~ruther/guix-local

ref: aea9b23213b097eb689fdae1e8e9577bf71ebb8d guix-local/gnu d---------
aea9b232 — Ludovic Courtès 10 years ago
install: Really overwrite TARGET/var/guix/profiles/system-1-link.

* gnu/build/install.scm (populate-root-file-system): Delete system-1-link
  under TARGET, not under /.  Use 'catch' and check for EEXIST instead of
  (false-if-exception (delete-file ...)).
329d13b8 — 宋文武 10 years ago
gnu: mysql: Update to 5.6.25.

* gnu/packages/databases.scm (mysql): Update to 5.6.25.
  [source]: Use 'version-major+minor'.
  [build-system]: Change to cmake-build-system.  Adjust arguments
  accordingly.
  [inputs]: Add libaio.  Remove procps.  Move perl to 'native-inputs'.
0705f79c — Mark H Weaver 10 years ago
gnu: Add proof-general.

* gnu/packages/ocaml.scm (proof-general): New variable.
7acd3439 — Ludovic Courtès 10 years ago
install: Omit /root from the binary tarball.

Suggested by Thomas Schwinge <thomas@codesourcery.com>.

* gnu/system/install.scm (self-contained-tarball): Remove
  "/root/.guix-profile" from the 'tar' arguments.
* doc/guix.texi (Binary Installation): Add a step to create
  ~root/.guix-profile.
ae9b96c7 — Mark H Weaver 10 years ago
gnu: youtube-dl: Update to 2015.06.04.1.

* gnu/packages/video.scm (youtube-dl): Update to 2015.06.04.1.
c769cf9f — 宋文武 10 years ago
gnu: evince: Update to 3.16.1, add more inputs.

* gnu/packages/gnome.scm (evince): Update to 3.16.1.
  [inputs]: Add djvulibre, libtiff, gnome-desktop and libsecret.

Co-authored-by: David Hashe <david.hashe@dhashe.com>
faf713b9 — 宋文武 10 years ago
gnu: geoclue: Update to 2.2.0.

* gnu/packages/gnome.scm (geoclue): Update to 2.2.0.
dbdfe515 — Ricardo Wurmus 10 years ago
gnu: python-numpy: Build against OpenBLAS.

* gnu/packages/python.scm (python-numpy)[inputs]: Use "openblas" instead of
  "atlas".
* gnu/packages/python.scm (python-numpy)[arguments]: Configure build against
  OpenBLAS.

Modified-By: Mark H Weaver <mhw@netris.org>
716e20a2 — Mark H Weaver 10 years ago
gnu: icecat: Update to 31.7.0-gnu1.

* gnu/packages/patches/icecat-CVE-2015-0797.patch,
  gnu/packages/patches/icecat-CVE-2015-2708-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2708-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2708-pt3.patch,
  gnu/packages/patches/icecat-CVE-2015-2708-pt4.patch,
  gnu/packages/patches/icecat-CVE-2015-2710-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2710-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2710-pt3.patch,
  gnu/packages/patches/icecat-CVE-2015-2713-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2713-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2716.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/gnuzilla.scm (icecat): Update to 31.7.0-gnu1.  Remove patches.
8850303e — Mark H Weaver 10 years ago
gnu: tor: Update to 0.2.6.8.

* gnu/packages/tor.scm (tor): Update to 0.2.6.8.
  [native-inputs]: Add python-2.
24e02c28 — Ludovic Courtès 10 years ago
system: 'hosts-file' is now a file-like object.

Partly fixes <http://bugs.gnu.org/20720>.
Reported by Alex Kost <alezost@gmail.com>.

* gnu/system.scm (default-/etc/hosts): Change 'text-file' to 'plain-file'.
  (maybe-file->monadic): New procedure.
  (operating-system-etc-directory): Use it.
* doc/guix.texi (operating-system Reference, Networking Services): Adjust
  accordingly.
84765839 — Ludovic Courtès 10 years ago
system: 'sudoers' is now a file-like object.

Partly fixes <http://bugs.gnu.org/20720>
Reported by Alex Kost <alezost@gmail.com>.

* gnu/system.scm (etc-directory): Change default #:sudoers value to a
  'plain-file'.  Don't bind it.  Remove #~#$.
  (maybe-string->file): New procedure.
  (operating-system-etc-directory): Use it.
  (%sudoers-specification): Use 'plain-file'.
* doc/guix.texi (operating-system Reference): Adjust accordingly.
97cc51f8 — Ludovic Courtès 10 years ago
gnu: Add magit-svn.

* gnu/packages/emacs.scm (magit-svn): New variable.
1973183b — Mark H Weaver 10 years ago
gnu: Add coq.

* gnu/packages/ocaml.scm (coq): New variable.
d6b7b5ed — Mark H Weaver 10 years ago
gnu: Add hevea.

* gnu/packages/ocaml.scm (hevea): New variable.
83f4dc36 — Mark H Weaver 10 years ago
gnu: Add camlp5.

* gnu/packages/ocaml.scm (camlp5): New variable.
69b8f08c — Mark H Weaver 10 years ago
gnu: ocaml: Update to 4.02.1.

* gnu/packages/ocaml.scm (ocaml)[version]: Update to 4.02.1.
  [source]: Use 'version-major+minor'.  Use .xz tarball.
  [home-page]: Update URI.
  [license]: gpl2 -> lgpl2.0.
  [inputs]: Add libx11, gcc:lib, and zlib.  Remove perl.
  [native-inputs]: New field, with perl and pkg-config.
  [arguments]: In #:modules, remove (srfi srfi-1), add (web server).  Use
  'modify-phases'.  Enable parallel build.  Add 'patch-/bin/sh-references' and
  'prepare-socket-test' phases.  Rename 'check-after-install' phase to
  'check'.  Use 'with-directory-excursion' in 'check' phase.  Remove unused
  keyword arguments from custom phases.
4a79e256 — 宋文武 10 years ago
gnu: Add devhelp.

* gnu/packages/gnome.scm (devhelp): New variable.
4becc792 — 宋文武 10 years ago
gnu: guile-opengl: Patch dynamic-link call for 'libGLU' to glu.

* gnu/packages/gl.scm (guile-opengl)[inputs]: Add glu.
  [arguments]: Patch dynamic-link call for 'libGLU' to glu instead of
  mesa in the 'patch-dynamic-link' phase.
16c62e1f — Andreas Enge 10 years ago
gnu: Add LibreOffice.

* gnu/packages/libreoffice.scm (xmlsec-src-libreoffice, libreoffice):
  New variables.

Co-authored-by: John Darrington <jmd@gnu.org>
Next