Thanks for everyone who participated in the hackathon this week-end! It’s been pleasant and motivating to see newcomers on #guix, and to see all the hacks: KDE and Hurd stuff, Ruby support, assorted package bug fixes, the PyPi importer, linters, Emacs UI improvements, etc. Some of the things worked on during the week-end haven’t landed yet, but here are the details: --8<---------------cut here---------------start------------->8--- $ git log b5c5d763ca872fc3a3a500af9230ce2ac2def5c0..master | grep ^commit | wc -l 31 $ git log b5c5d763ca872fc3a3a500af9230ce2ac2def5c0..master | grep ^Author | sort -u | wc -l 10 $ git log b5c5d763ca872fc3a3a500af9230ce2ac2def5c0..master | grep ^Author | sort -u Author: Alex Kost Author: Andreas Enge Author: David Thompson Author: Eric Bavier Author: Federico Beffa Author: Ian Denhardt Author: Ludovic Courtès Author: Manolis Ragkousis Author: Mathieu Lirzin Author: Pjotr Prins $ git log --oneline b5c5d763ca872fc3a3a500af9230ce2ac2def5c0..master 335bc68 gnu: duplicity: Fix and disable some tests. 182d631 gnu: Add dionysus. acf735f gnu: Add ruby-i18n. c08f981 build: Add ruby build system. 6ef8c59 gnu: Add ruby. 3472bb2 emacs: Use package/output type variables where needed. 2e26986 emacs: Support font-locking. ce8b295 emacs: Fix errors in receiving information. 79f5dd5 doc: Use 'define-public' in example package recipe. 29a61bd gnu: hurd-headers: Use --build instead of --host. 47e225c gnu: qt-4: Explicitly link with icu. fcb0109 gnu: Add Nix. d22d72f gnu: Add perl-www-curl. 274da61 gnu: Add perl-dbi and perl-dbd-sqlite. a0efb39 gnu: mit-scheme: Rename top-level helper. 319e2d1 gnu: Add graphite2. 68dddca gnu: mit-scheme: Delete more dangling symlinks for non-x86 systems. ecb26c1 gnu: mit-scheme: Fix source file name for mips64el. dc47939 gnu: phonon: Update to 4.8.0. a9638ac build: Don't install elisp files when Emacs is unavailable. 596fcbf build: Don't generate Emacs autoloads when Emacs is unavailable. 6c4a288 gnu: mit-scheme: Update to 9.2. 17b9d16 gnu: libxscrnsaver: Propagate input scrnsaverproto. 38877bf gnu: help2man: Update to 1.46.3. 237c048 gnu: gcl: Update to 2.6.11. 483ca9d gnu: parallel: Update to 20140922. 5520c94 gnu: libidn: Update to 1.29. 53f896f gnu: rcs: Update to 5.9.3. f36afe4 gnu: maxima: Install .el files in the right place, and help find Gnuplot. dd0b0e6 gnu: ucommon: Update to 6.1.11. 05681d7 gnu: libassuan: Update to 2.1.2. --8<---------------cut here---------------end--------------->8--- Happy hacking! :-) Ludo’.