~ruther/guix-local

ref: 071c223bfa2002e5bc8ea8cf26df158adaefc356 guix-local/gnu d---------
071c223b — Leo Famulari 9 years ago
gnu: linux-libre@4.4: Update to 4.4.31.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.31.
86fc6fe7 — Leo Famulari 9 years ago
gnu: linux-libre: Update to 4.8.7.

* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.7.
472fc855 — Ludovic Courtès 9 years ago
gnu: Add guile-aspell.

* gnu/packages/guile.scm (guile-aspell): New variable.
2c5ab05b — Ludovic Courtès 9 years ago
gnu: wordnet: Build with gcc@6 to prevent chunked literal strings.

* gnu/packages/wordnet.scm (wordnet)[arguments]: Remove
-fno-builtin-strcpy.
[native-inputs]: New field.
aba5182c — Leo Famulari 9 years ago
gnu: python-pillow: Update to 3.3.3 [fixes CVE-2016-{9189,9190}].

* gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.3.3.
b8deffe2 — Ricardo Wurmus 9 years ago
gnu: r-rmarkdown: Remove phase "copy-files-without-mode".

This phase is no longer needed as upstream has merged the fix in the
current release.

* gnu/packages/statistics.scm (r-rmarkdown)[arguments]: Remove build
phase "copy-files-without-mode".
3f62fa2b — Ricardo Wurmus 9 years ago
gnu: inkscape: Use modify-phases syntax.

* gnu/packages/inkscape.scm (inkscape)[arguments]: Use modify-phases
syntax.
65d2f396 — Marius Bakke 9 years ago
gnu: vim: Update to 8.0.0073.

* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0073.
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>
Next