Age | Commit message (Expand) | Author |
2017-05-05 | gnu: ansible: Update to 2.3.0.0....* gnu/packages/admin.scm (ansible): Update to 2.3.0.0.
| Ricardo Wurmus |
2017-05-05 | gnu: aide: Update to 0.16....* gnu/packages/admin.scm (aide): Update to 0.16.
[inputs]: Add pcre.
| Ricardo Wurmus |
2017-05-05 | gnu: zstd: Update to 1.2.0....* gnu/packages/compression.scm (zstd): Update to 1.2.0.
| Tobias Geerinckx-Rice |
2017-05-05 | gnu: abiword: Update to 3.0.2....* gnu/packages/patches/abiword-explictly-cast-bools.patch: Update patch.
* gnu/packages/patches/abiword-black-drawing-with-gtk322.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/abiword.scm (abiword): Update to 3.0.2.
[source]: Remove outdated snippet; add new patch.
[arguments]: Pass CXXFLAGS.
| Ricardo Wurmus |
2017-05-05 | gnu: jalv-select: Fix regular expression....* gnu/packages/music.scm (jalv-select)[arguments]: Fix substitution to find
the available jalv executables.
| Ricardo Wurmus |
2017-05-05 | gnu: gxtuner: Update to 2.4....* gnu/packages/music.scm (gxtuner): Update to 2.4.
[inputs]: Replace gtk+-2 with gtk+.
| Ricardo Wurmus |
2017-05-05 | gnu: jalv-select: Update to 0.8....* gnu/packages/music.scm (jalv-select): Update to 0.8.
| Ricardo Wurmus |
2017-05-05 | gnu: qsynth: Update to 0.4.4....* gnu/packages/audio.scm (qsynth): Update to 0.4.4.
| Ricardo Wurmus |
2017-05-05 | 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".
| Ricardo Wurmus |
2017-05-05 | gnu: qjackctl: Update to 0.4.5....* gnu/packages/audio.scm (qjackctl): Update to 0.4.5.
| Ricardo Wurmus |
2017-05-05 | gnu: samplv1: Update to 0.8.2....* gnu/packages/music.scm (samplv1): Update to 0.8.2.
| Ricardo Wurmus |
2017-05-05 | gnu: drumkv1: Update to 0.8.2....* gnu/packages/music.scm (drumkv1): Update to 0.8.2.
| Ricardo Wurmus |
2017-05-05 | gnu: synthv1: Update to 0.8.2....* gnu/packages/music.scm (synthv1): Update to 0.8.2.
| Ricardo Wurmus |
2017-05-05 | gnu: linux-libre@4.9: Update to 4.9.26....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.26.
| Mark H Weaver |
2017-05-05 | gnu: linux-libre@4.4: Update to 4.4.66....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.66.
| Mark H Weaver |
2017-05-04 | 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>
| Petter |
2017-05-04 | gnu: openssh: groff is a native-input....* gnu/packages/ssh.scm (openssh)[inputs]: Move groff ...
[native-inputs]: ... here.
| Leo Famulari |
2017-05-04 | 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.
| Ludovic Courtès |
2017-05-04 | 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.
| Ludovic Courtès |
2017-05-04 | 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'.
| Ludovic Courtès |
2017-05-04 | dir-locals.el: Add 'modify-phases' keywords....* .dir-locals.el: Add indentation rules for 'replace', 'add-before' and
'add-after'.
| Alex Kost |
2017-05-04 | 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.
| Alex Kost |
2017-05-04 | 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.
| Alex Kost |
2017-05-04 | gnu: qca: Update to 2.1.3....* gnu/packages/kde.scm (qca): Update to 2.1.3.
[home-page]: Use new home-page.
| Efraim Flashner |
2017-05-04 | store: Use 'write-bytevector' instead of hand-coded equivalent....* guix/store.scm (process-stderr): Use 'write-bytevector' in the
%STDERR-READ case.
| Ludovic Courtès |
2017-05-04 | store: Add store path computation procedures....* guix/derivations.scm (compressed-hash, store-path)
(output-path, fixed-output-path): Move to...
* guix/store.scm: ... here.
| Ludovic Courtès |
2017-05-04 | 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>
| ng0 |
2017-05-04 | gnu: Add gcc-toolchain@7....* gnu/packages/commencement.scm (gcc-toolchain-7): New variable.
| Ludovic Courtès |
2017-05-04 | tests: Use 'fold-module-public-variables' for discovery....* gnu/tests.scm (fold-system-tests): Write in terms of
'fold-module-public-variables'.
| Ludovic Courtès |
2017-05-04 | nls: Mark (guix discovery) as translatable....This is a followup to cd903ef7871170d3c4eced45418459d293ef48a7.
* po/guix/POTFILES.in: Add 'guix/discovery.scm'.
| Ludovic Courtès |
2017-05-04 | gnu: neovim: Update to 0.2.0....* gnu/packages/vim.scm (neovim): Update to 0.2.0.
| Ricardo Wurmus |
2017-05-04 | gnu: lua5.2-libmpack: Fix make flags....This is a follow-up to commit. b5236121065abe32a88f8f0644ceb505f5cf1d18.
* gnu/packages/serialization.scm (lua5.2-libmpack)[arguments]: Adjust make
flags.
| Ricardo Wurmus |
2017-05-04 | gnu: lua-libmpack: Update to new upstream source....Inheriting the source from libmpack no longer works, because upstream has
moved the Lua bindings to a separate repository.
This is a follow-up to commit b5236121065abe32a88f8f0644ceb505f5cf1d18.
* gnu/packages/serialization.scm (lua-libmpack)[source]: Use new upstream
source.
[arguments]: Adjust make flags and build phases.
[native-inputs]: Add package sources of libmpack.
[home-page]: Use new home page URL.
| Ricardo Wurmus |
2017-05-04 | gnu: llvm-3.5: Fix build of clang-3.5....* gnu/packages/patches/llvm-3.5-fix-clang-build-with-gcc5.patch: New file
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/llvm.scm (llvm-3.5)[source]: Add patch.
| Ricardo Wurmus |
2017-05-04 | gnu: guile-bytestructures: Install sld files....* gnu/packages/guile.scm (guile-bytestructures): Build and install sld
files in r7 repository.
It fixes this kind of errors while using guile-bytestructures:
ice-9/psyntax.scm:3245:33: ice-9/psyntax.scm:3245:33: Syntax error:
/gnu/store/ny9mp091yw51ylv1q59z25z5vdw8bi56-profile/share/guile/site/2.2/bytestructures/guile/base.scm:8:19: include-from-path: file not found in path in subform "bytestructures/r7/base.exports.sld" of (include-from-path "bytestructures/r7/base.exports.sld")
| Mathieu Othacehe |
2017-05-04 | gnu: man-pages: Update to 4.11....* gnu/packages/man.scm (man-pages): Update to 4.11.
| Tobias Geerinckx-Rice |
2017-05-04 | environment: Correct typo....* guix/scripts/environment.scm (create-environment): Fix typo.
| Tobias Geerinckx-Rice |
2017-05-03 | gnu: capnproto: Update to 0.6.0....* gnu/packages/serialization.scm (capnproto): Update to 0.6.0.
| Leo Famulari |
2017-05-03 | gnu: libmpack: Update to 1.0.5....* gnu/packages/serialization.scm (libmpack): Update to 1.0.5.
| Leo Famulari |
2017-05-03 | gnu: msgpack: Update to 1.4.2....* gnu/packages/serialization.scm (msgpack): Update to 1.4.2.
| Leo Famulari |
2017-05-03 | gnu: dmenu: Update to 4.7....* gnu/packages/suckless.scm (dmenu): Update to 4.7.
| Leo Famulari |
2017-05-03 | gnu: bind: Update to 9.11.1....* gnu/packages/dns.scm (bind): Update to 9.11.1.
[license]: Change isc to mpl2.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vasile Dumitrascu |
2017-05-03 | doc: Add 'Debugging Build Failures' node....* doc/guix.texi (Debugging Build Failures): New node.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| humanitiesNerd |
2017-05-03 | refresh: Use (guix discovery)....* guix/scripts/refresh.scm (maybe-updater, list-updaters): Remove.
(importer-modules): New procedure.
(%updaters): Define using 'fold-module-public-variables'. Turn into a
promise and adjust users.
| Ludovic Courtès |
2017-05-03 | Add (guix discovery)....* guix/discovery.scm, tests/discovery.scm: New files.
* gnu/packages.scm (scheme-files, file-name->module-name)
(scheme-modules, all-package-modules): Remove.
(fold-packages): Rewrite in terms of 'fold-module-public-variables'.
* gnu/tests.scm: Use (guix discovery).
* Makefile.am (MODULES): Add guix/discovery.scm.
(SCM_TESTS): Add tests/discovery.scm.
| Ludovic Courtès |
2017-05-03 | gnu: Add fish-guix....* gnu/packages/shells.scm (fish-guix): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2017-05-03 | gnu: Add missing copyright line....* gnu/packages/version-control.scm: Add missing copyright line for commit
db88b5a.
| Clément Lassieur |
2017-05-03 | gnu: gitolite: Avoid references to the store in authorized_keys....* gnu/packages/version-control.scm (gitolite)[arguments]: Substitute
'$glshell' with 'gitolite-shell' in ssh-authkeys.
| Clément Lassieur |
2017-05-04 | gnu: Add emacs-gnuplot....* gnu/packages/emacs.scm (emacs-gnuplot): New variable.
| Arun Isaac |
2017-05-03 | gnu: Add gfortran@7....* gnu/packages/gcc.scm (gfortran@7): New variable.
| Efraim Flashner |