~ruther/guix-local

a884fa21 — Ludovic Courtès 9 years ago
gnu: rush: Update to 1.8.

* gnu/packages/rush.scm (rush): Update to 1.8.
[source]: Remove 'patches'.
* gnu/packages/patches/cpio-gets-undeclared.patch,
gnu/packages/patches/rush-CVE-2013-6889.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
afb325d8 — Hartmut Goebel 9 years ago
Set Emacs config variable sentence-end-double-space.

Users using a non-English environment may have set this to `nil´, which
leads to fill-paragraph removing the second space.

* .dir-locals.el: Set sentence-end-double-space to true.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
491dbac4 — Leo Famulari 9 years ago
gnu: cryptsetup: Update to 1.7.2.

* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.2.
[source]: Use kernel mirror.
[home-page]: Update URL.
2c3eb4b8 — Ben Woodcroft 9 years ago
gnu: metabat: Update to 0.32.4-1.cbdca756.

* gnu/packages/bioinformatics.scm (metabat): Update to 0.32.4-1.cbdca756.
* gnu/packages/patches/metabat-remove-compilation-date.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
47c14714 — Ludovic Courtès 9 years ago
gnu: fish: Do not use the bundled PCRE2.

* gnu/packages/shells.scm (fish)[inputs]: Add PCRE2.
a8d3bc47 — Arun Isaac 9 years ago
gnu: fish: Add input bc.

Fixes <http://bugs.gnu.org/24433>.

* gnu/packages/shells.scm (fish)[inputs]: Add bc.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c5d17d50 — Ricardo Wurmus 9 years ago
gnu: warzone2100: Update to 3.2.1.

* gnu/packages/games.scm (warzone2100): Update to 3.2.1.
[arguments]: Remove phase "set-sdl-paths", add phase
"link-tests-with-qt", add phase "remove-reference-to-missing-file".
[inputs]: Replace "qt-4" with "qt", replace "sdl-union" with
"sdl2", add "openssl".
5c31e981 — Ricardo Wurmus 9 years ago
gnu: ruby-nokogumbo: Move "build-gemspec" phase after "unpack".

* gnu/packages/ruby.scm (ruby-nokogumbo)[arguments]: Move
"build-gemspec" phase after "unpack".
92a312dc — Ricardo Wurmus 9 years ago
gnu: python-pathlib: Disable tests.

* gnu/packages/python.scm (python-pathlib)[arguments]: Disable tests.
ced12a7b — Ricardo Wurmus 9 years ago
gnu: ghmm: Run tests after install.

* gnu/packages/machine-learning.scm (ghmm)[arguments]: Move "check"
phase after "install"; add phase "fix-PYTHONPATH".
4262d178 — Ricardo Wurmus 9 years ago
gnu: raincat: Add missing input.

* gnu/packages/games.scm (raincat)[inputs]: Add freeglut.
d910d584 — Ricardo Wurmus 9 years ago
gnu: supertux: Update to 0.5.0.

* gnu/packages/games.scm (supertux): Update to 0.5.0.
[arguments]: Add flag to disable static boost libraries.
c88cd83b — Leo Famulari 9 years ago
gnu: parallel: Update to 20160922.

* gnu/packages/parallel.scm (parallel): Update to 20160922.
1927839d — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.8.

* gnu/packages/linux.scm (linux-libre): Update to 4.8.
* gnu/packages/linux-libre-4.7-x86_64.conf,
gnu/packages/linux-libre-4.7-i686.conf: Delete files.
* gnu/packages/linux-libre-4.8-x86_64.conf,
gnu/packages/linux-libre-4.8-i686.conf: New files.
* Makefile.am (KCONFIGS): Update accordingly.
e9b718a0 — Mark H Weaver 9 years ago
gnu: nss: Increase build timeout to 60 hours.

* gnu/packages/gnuzilla.scm (nss)[properties]: Increase build timeout to
60 hours.
gnu: gnunet: Add inputs.

* gnu/packages/gnunet.scm (gnunet)[inputs]: Add perl, jansson, nss, gmp, bluez,
glib, libogg.
[native-inputs]: Move python-2 from here ...
[inputs]: ... to here.

Signed-off-by: Leo Famulari <leo@famulari.name>
9bee2bd1 — Ludovic Courtès 9 years ago
lint: 'cve' checker reports the replacement's vulnerabilities.

Before, 'guix lint -c cve' would report the vulnerabilities of the
original package while pretending they are the vulnerabilities of the
replacement.

* guix/scripts/lint.scm (check-vulnerabilities): Consider the package
replacement before calling 'package-vulnerabilities'.
* tests/lint.scm ("cve: vulnerability fixed in replacement version"):
New test.
0f7cd95b — Ludovic Courtès 9 years ago
gnu: gctp: 'license' field now has a <license> value.

* gnu/packages/maths.scm (gctp)[license]: Change to a <license> record.
b1cb9f28 — Ludovic Courtès 9 years ago
gnu: libgcrypt@1.7: Replacement now has an accurate 'version' field.

* gnu/packages/gnupg.scm (libgcrypt-1.7.3)[version]: New field.
8389e6f0 — Ludovic Courtès 9 years ago
gnu: openssl@1.0: Replacement now has an accurate 'version' field.

* gnu/packages/tls.scm (openssl-1.0.2j)[name, version]: New fields.
Next