~ruther/guix-local

a0b80a57 — Tobias Geerinckx-Rice 8 years ago
gnu: python-unidecode: Fix typo in description.

* gnu/packages/python.scm (python-unidecode)[description]: Fix typo.
c37f58b7 — Tobias Geerinckx-Rice 8 years ago
gnu: python-unidecode: Update to 0.04.21.

* gnu/packages/python.scm (python-unidecode): Update to 0.04.21.
8c864901 — Ben Woodcroft 8 years ago
gnu: proteinortho: Update to 5.16b.

* gnu/packages/bioinformatics.scm (proteinortho): Update to 5.16b.
a4314af5 — Feng Shu 8 years ago
gnu: you-get: Update to 0.4.915.

* gnu/packages/video.scm (you-get): Update to 0.4.915.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6e83592a — Rutger Helling 8 years ago
gnu: xpra: Update to 2.1.2.

* gnu/packages/xorg.scm (xpra): Update to 2.1.2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
0193812a — Marius Bakke 8 years ago
gnu: bitcoin-core: Build with modular Qt.

* gnu/packages/finance.scm (bitcoin-core)[native-inputs]: Add QTTOOLS.
[inputs]: Remove QT.  Add QTBASE.
[arguments]: Specify paths to "lrelease" and "lupdate" in #:configure-flags.
12ae25db — Marius Bakke 8 years ago
gnu: bitcoin-core: Update to 0.15.0.1.

* gnu/packages/finance.scm (bitcoin-core): Update to 0.15.0.1.
ee130d0c — Marius Bakke 8 years ago
gnu: libraw: Update to 0.18.5 [fixes CVE-2017-13735, CVE-2017-14265].

* gnu/packages/photo.scm (libraw): Update to 0.18.5.
bee98a9f — Marius Bakke 8 years ago
gnu: libsodium: Update to 1.0.14.

* gnu/packages/crypto.scm (libsodium): Update to 1.0.14.
[source, home-page]: Use HTTPS.
8a7d81a5 — Ludovic Courtès 8 years ago
uuid: Add a parser for FAT32 UUIDs.

* gnu/system/uuid.scm (%fat32-uuid-rx): New variable.
(string->fat32-uuid): New procedure.
(%uuid-parsers): Add it.
* tests/uuid.scm ("uuid, FAT32, format preserved"): New test.
60e36bff — Ludovic Courtès 8 years ago
gnu: r-adaptivesparsity: Add dependency on Armadillo.

Fixes a link error whereby -larmadillo would not be found.

* gnu/packages/machine-learning.scm (r-adaptivesparsity)[inputs]: New
field.
c0959cc9 — Arun Isaac 8 years ago
gnu: openttd-opengfx: Disable parallel build.

* gnu/packages/games.scm (openttd-opengfx)[arguments]: Set #:parallel-build?
to #f.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
857b2f53 — Arun Isaac 8 years ago
gnu: openttd: Include openttd-openmsx and openttd-opensfx.

* gnu/packages/games.scm (openttd-opengfx)[arguments]: Change installation
directory from /share/openttd/baseset/opengfx to
/share/games/openttd/baseset/opengfx.
(openttd-engine)[arguments]: Support #:configure-flags keyword argument in
'configure' phase.
(openttd)[inputs]: Add timidity++.
[native-inputs]: Add openttd-openmsx and openttd-opensfx.
[arguments]: Configure with timidity as MIDI player. Install data from
openttd-openmsx and openttd-opensfx.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
823e1218 — Arun Isaac 8 years ago
gnu: Add openttd-openmsx.

* gnu/packages/games.scm (openttd-openmsx): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
c17b0790 — Arun Isaac 8 years ago
gnu: Add openttd-opensfx.

* gnu/packages/games.scm (openttd-opensfx): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2374dee7 — Arun Isaac 8 years ago
licenses: Add CC-Sampling+ 1.0.

* guix/licenses.scm (cc-sampling-plus-1.0): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
3c399e9b — Arun Isaac 8 years ago
gnu: Add catcodec.

* gnu/packages/game-development.scm (catcodec): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
9fc513ad — Ricardo Wurmus 8 years ago
gnu: Use xxd instead of vim.

* gnu/packages/audio.scm (faust-2)[native-inputs]: Replace vim with xxd.
* gnu/packages/avr.scm (microscheme)[native-inputs]: Likewise.
* gnu/packages/bioinformatics.scm (star)[native-inputs]: Likewise.
* gnu/packages/disk.scm (dosfstools)[native-inputs]: Likewise.
* gnu/packages/package-management.scm (diffoscope)[inputs]: Likewise.
b0a1d7ef — Ricardo Wurmus 8 years ago
gnu: Add xxd.

* gnu/packages/vim.scm (xxd): New variable.
b43b9acf — Danny Milosavljevic 8 years ago
build: Do not store two copies of the ISO-9660 superblock anymore.

* gnu/build/vm.scm (make-iso9660-image): Do not store two copies of the
ISO-9660 superblock anymore.
Next