~ruther/guix-local

ref: 5970e8e248f6327c41c83b86bb2c89be7c3b1b4e guix-local/gnu d---------
5970e8e2 — Ludovic Courtès 9 years ago
container: Pass a list of <file-system> objects as things to mount.

* gnu/build/linux-container.scm (mount-file-systems): 'mounts' is now a
list of <file-system> objects instead of a list of lists ("specs").
Add call to 'file-system->spec' as the argument to 'mount-file-system'.
(run-container, call-with-container): Adjust docstring accordingly.
* gnu/system/file-systems.scm (spec->file-system): New procedure.
* gnu/system/linux-container.scm (container-script)[script]: Call
'spec->file-system' inside gexp.
* guix/scripts/environment.scm (launch-environment/container): Remove
call to 'file-system->spec'.
* tests/containers.scm ("call-with-container, mnt namespace")
("call-with-container, mnt namespace, wrong bind mount"): Pass a list of
<file-system> objects.
5e7eaccb — Ludovic Courtès 9 years ago
linux-container: Use 'source-module-closure' when generating the script.

* gnu/system/linux-container.scm (container-script)[script]: Use
'source-module-closure' in 'with-imported-modules' form.
9e4e431e — Ludovic Courtès 9 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to commit
324a2ba56c2f4c0d91567ed08024ae2c492f3b23.
1c79e086 — Paul Garlick 9 years ago
gnu: gmsh: Update to 2.14.1

* gnu/packages/maths.scm (gmsh): Update to 2.14.1.
[source]: Use new uri.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
1b35fea1 — Marius Bakke 9 years ago
gnu: milkytracker: Update upstream location.

* gnu/packages/music.scm (milkytracker)[source]: Update source uri.
[home-page]: Change to new domain.

Reported-by: ng0 <ng0@we.make.ritual.n0.is>
8f9c89d1 — Leo Famulari 9 years ago
gnu: imagemagick: Update to 6.9.6-4.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-4.
f34284ab — Tobias Geerinckx-Rice 9 years ago
gnu: claws-mail: Update to 3.14.1.

* gnu/packages/mail.scm (claws-mail): Update to 3.14.1.
99abcdbd — Hartmut Goebel 9 years ago
gnu: Add pdfposter.

* gnu/packages/pdf.scm(pdfposter): New variable.
c68e8591 — Hartmut Goebel 9 years ago
gnu: Add python2-pypdf.

* gnu/packages/pdf.scm (python2-pypdf): New variable.
ad5a7d49 — Hartmut Goebel 9 years ago
gnu: Add python-pypdf2.

* gnu/packages/pdf.scm (python-pypdf2, python2-pypdf2): New variables.
80337723 — Ludovic Courtès 9 years ago
gnu: gcc@5, gcc@6: Work around use of 'movabs' for /gnu/store strings.

Partly addresses <http://bugs.gnu.org/24703>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/packages/patches/gcc-strmov-store-file-names.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gcc.scm (gcc-5)[sources](patches): Add it.
(gcc-6)[sources](patches): Add it.
8bb115e0 — Thomas Danckaert 9 years ago
gnu: Add kdevelop-pg-qt.

* gnu/packages/kde.scm (kdevelop-pg-qt): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5a16e1c0 — Thomas Danckaert 9 years ago
gnu: Add libkomparediff2.

* gnu/packages/kde.scm (libkomparediff2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
28791c1c — Ludovic Courtès 9 years ago
gnu: hidapi: Fix 'license'.

* gnu/packages/libusb.scm (hidapi)[license]: Actually call
'non-copyleft'.
65dccb3a — Efraim Flashner 9 years ago
gnu: Add vifm.

* gnu/packages/vim.scm (vifm): New variable.
0b34b586 — Leo Famulari 9 years ago
gnu: libxslt: Fix CVE-2016-4738.

* gnu/packages/patches/libxslt-CVE-2016-4738.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xml.scm (libxslt)[replacement]: New field.
(libxslt/fixed): New variable.
d887f420 — Efraim Flashner 9 years ago
gnu: postgresql: Update to 9.5.5.

* gnu/packages/databases.scm (postgresql): Update to 9.5.5.
[home-page]: Use https.
bc332a63 — Efraim Flashner 9 years ago
gnu: mariadb: Update to 10.1.19.

* gnu/packages/databases.scm (mariadb): Update to 10.1.19.
859e367d — John Darrington 9 years ago
gnu: Add pam-krb5 service.

* doc/guix.texi (Kerberos Services): New node.
* gnu/services/kerberos.scm: New file.
* gnu/local.mk: Add it.
8ae60404 — Ricardo Wurmus 9 years ago
gnu: Add faust-2.

* gnu/packages/audio.scm (faust-2): New variable.
Next