~ruther/guix-local

5ffa7cb1 — Ricardo Wurmus 8 years ago
gnu: qjackctl: Build with JACK 1.

We build all packages with JACK 1.  It is compatible with JACK 2, which users
may install to get additional features.

* gnu/packages/audio.scm (qjackctl)[inputs]: Replace "jack-2" with "jack-1".
1538bc33 — Ricardo Wurmus 8 years ago
gnu: qjackctl: Update to 0.4.5.

* gnu/packages/audio.scm (qjackctl): Update to 0.4.5.
ab7ec90f — Ricardo Wurmus 8 years ago
gnu: samplv1: Update to 0.8.2.

* gnu/packages/music.scm (samplv1): Update to 0.8.2.
1b116013 — Ricardo Wurmus 8 years ago
gnu: drumkv1: Update to 0.8.2.

* gnu/packages/music.scm (drumkv1): Update to 0.8.2.
291a905f — Ricardo Wurmus 8 years ago
gnu: synthv1: Update to 0.8.2.

* gnu/packages/music.scm (synthv1): Update to 0.8.2.
95011cb6 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.26.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.26.
a501a661 — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.66.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.66.
f9ff014b — Petter 9 years ago
gnu: Add cool-retro-term.

* gnu/packages/terminals.scm (cool-retro-term): New variable.
* gnu/packages/patches/cool-retro-term-remove-non-free-fonts.patch,
gnu/packages/patches/cool-retro-term-fix-array-size.patch,
gnu/packages/patches/cool-retro-term-memory-leak-1.patch,
gnu/packages/patches/cool-retro-term-remove-non-free-fonts.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Add them.

Co-authored-by: Eric Bavier <bavier@member.fsf.org>
7d3373a0 — Leo Famulari 8 years ago
gnu: openssh: groff is a native-input.

* gnu/packages/ssh.scm (openssh)[inputs]: Move groff ...
[native-inputs]: ... here.
e9491fb5 — Ludovic Courtès 8 years ago
gnu: guix: The variable for the last release is now 'guix-release'.

* gnu/packages/package-management.scm (guix-0.12.0): Rename to...
(guix-release): ... this.  Adjust users.
e6860b5e — Ludovic Courtès 8 years ago
build: Use Gnulib's 'git-version-gen'.

* Makefile.am (EXTRA_DIST, BUILT_SOURCES): Add $(top_srcdir)/.version.
($(top_srcdir)/.version, gen-tarball-version): New targets.
(dist-hook): Depend on 'gen-tarball-version'.
(.PHONY): Add 'gen-tarball-version'.
* build-aux/git-version-gen: New file, from Gnulib v0.1-1312-ga87d5e5c6.
* configure.ac: Use it in 'AC_INIT'.  Use 'https' for the URL.
1d1ddf26 — Ludovic Courtès 8 years ago
build: Remove 'sync-descriptions' target.

This target predates 'guix lint'.  Nowadays it makes little sense to run
it upon 'make dist'.

* Makefile.am (sync-descriptions): Remove.
(dist-hook, .PHONY): Remove reference to 'sync-descriptions'.
da99126c — Alex Kost 8 years ago
dir-locals.el: Add 'modify-phases' keywords.

* .dir-locals.el: Add indentation rules for 'replace', 'add-before' and
'add-after'.
97658183 — Alex Kost 8 years ago
etc: indent-code.el: Define source tree by "indent-code.el".

* etc/indent-code.el.in: Set default directory by "indent-code.el"
itself, otherwise it works only when called from the top directory of
the guix source tree.
8ca0c88a — Alex Kost 8 years ago
doc: Add references to Emacs-Guix manual.

* doc/htmlxref.cnf: Add links to the real manual.
* doc/contributing.texi (Formatting Code): Add reference to it.
* doc/guix.texi (Package Management): Likewise.
49e6b0d9 — Efraim Flashner 8 years ago
gnu: qca: Update to 2.1.3.

* gnu/packages/kde.scm (qca): Update to 2.1.3.
[home-page]: Use new home-page.
396d12fa — Ludovic Courtès 8 years ago
store: Use 'write-bytevector' instead of hand-coded equivalent.

* guix/store.scm (process-stderr): Use 'write-bytevector' in the
%STDERR-READ case.
cd041b26 — Ludovic Courtès 8 years ago
store: Add store path computation procedures.

* guix/derivations.scm (compressed-hash, store-path)
(output-path, fixed-output-path): Move to...
* guix/store.scm: ... here.
gnu: fish-guix: Adjust the home-page.

* gnu/packages/shells.scm (fish-guix)[home-page]: Use the correct website.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d7ecab74 — Ludovic Courtès 8 years ago
gnu: Add gcc-toolchain@7.

* gnu/packages/commencement.scm (gcc-toolchain-7): New variable.
Next