Age | Commit message (Expand) | Author |
---|---|---|
2017-03-26 | gnu: linux-libre@4.9: Update to 4.9.17....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.17. | Mark H Weaver |
2017-03-26 | gnu: linux-libre@4.4: Update to 4.4.56....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.56. | Mark H Weaver |
2017-03-25 | system: grub: Don't attempt to load non-EFI modules on EFI....This resulted in a couple of harmless warnings just before the menu is displayed. * gnu/system/grub.scm (eye-candy)[setup-gfxterm-body]: Move 'vbe' and 'vga' loading to the non-EFI branch. | Ludovic Courtès |
2017-03-25 | gnu: python2-dogtail: Update to 0.9.9....* gnu/packages/python.scm (python2-dogtail): Update to 0.9.9. [source]: Download using pypi-uri scheme. | Efraim Flashner |
2017-03-25 | gnu: git: Update to 2.12.2....* gnu/packages/version-control.scm (git): Update to 2.12.2. | Marius Bakke |
2017-03-25 | gnu: maim: Update to 4.4.62....* gnu/packages/xdisorg.scm (maim): Update to 4.4.62. | Marius Bakke |
2017-03-25 | gnu: youtube-dl: Update to 2017.03.24....* gnu/packages/video.scm (youtube-dl): Update to 2017.03.24. | Tobias Geerinckx-Rice |
2017-03-25 | gnu: Add shellcheck....* gnu/packages/haskell.scm (shellcheck): New variable. | Danny Milosavljevic |
2017-03-25 | gnu: Add ghc-json....* gnu/packages/haskell.scm (ghc-json): New variable. | Danny Milosavljevic |
2017-03-24 | gnu: Add emacs-symon....* gnu/packages/emacs.scm (emacs-symon): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org> | Vasile Dumitrascu |
2017-03-24 | services: Add inetd-service-type....* gnu/services/networking.scm (<inetd-configuration>, <inetd-entry>): New record types. (inetd-config-file, inetd-shepherd-service): New procedures. (inetd-service-type): New variable. * doc/guix.texi (Networking Services): Document it. * gnu/tests/networking.scm: New file. * gnu/local.mk: Add it. | Thomas Danckaert |
2017-03-24 | services: openvpn: Fix a typo which was corrected in generated doc....* gnu/services/vpn.scm (define-split-configuration): Fix typo. Signed-off-by: Clément Lassieur <clement@lassieur.org> | Mathieu Othacehe |
2017-03-24 | gnu: Add tlp service....* gnu/services/pm.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/tlp.scm. * doc/guix.texi (Power management Services): New section. Signed-off-by: Clément Lassieur <clement@lassieur.org> | Mathieu Othacehe |
2017-03-24 | services: configuration: Rewrite id procedure....* gnu/services/configuration.scm (id): Replace it using the more concise version found in messaging.scm. Signed-off-by: Clément Lassieur <clement@lassieur.org> | Mathieu Othacehe |
2017-03-24 | services: Factorize define-maybe macro....* gnu/services/configuration.scm (id): New procedure extracted from define-configuration. (define-maybe): New exported procedure, moved from messaging.scm. * gnu/services/messaging.scm (define-maybe): Remove it. (id): Move declaration inside define-all-configurations which is now the only caller procedure. Signed-off-by: Clément Lassieur <clement@lassieur.org> | Mathieu Othacehe |
2017-03-24 | gnu: tlp: Read configuration from /etc/tlp....* gnu/packages/linux.scm (tlp): Set TLP_CONF to "/etc/tlp". Signed-off-by: Clément Lassieur <clement@lassieur.org> | Mathieu Othacehe |
2017-03-24 | gnu: Add emacs-aggresive-indent-mode....* gnu/packages/emacs.scm (emacs-aggressive-indent): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> | Vasile Dumitrascu |
2017-03-24 | gnu: ccache: Update to 3.3.4....* gnu/packages/ccache.scm (ccache): Update to 3.3.4. | Efraim Flashner |
2017-03-24 | gnu: talloc: Update to 2.1.9....* gnu/packages/samba (talloc): Update to 2.1.9. [home-page]: Use https. | Efraim Flashner |
2017-03-24 | gnu: samba: Update to 4.5.7 [fixes CVE-2017-2619]....* gnu/packages/samba.scm (samba): Update to 4.5.7. | Efraim Flashner |
2017-03-24 | services: guix-publish: Add 'compression-level' and 'nar-path' fields....* gnu/services/base.scm (<guix-publish-configuration>)[compression-level, nar-path]: New fields. (guix-publish-shepherd-service): Honor them. * doc/guix.texi (Base Services): Document them. | Ludovic Courtès |
2017-03-24 | doc: Document 'guix-publish-service-type' instead of 'guix-publish-service'....* doc/guix.texi (Base Services): Document 'guix-publish-service-type' and 'guix-configuration'. Remove 'guix-publish-service'. (Invoking guix publish): Mention 'guix-publish-service-type'. * gnu/services/base.scm (guix-publish-service): Mark as deprecated. (<guix-configuration>): Export getters. | Ludovic Courtès |
2017-03-23 | gnu: nginx: Update to 1.11.11....* gnu/packages/web.scm (nginx): Update to 1.11.11. | Marius Bakke |
2017-03-23 | gnu: rustc: Simplify configure phase....* gnu/packages/rust.scm (rustc): Simplify configure phase. | Danny Milosavljevic |
2017-03-23 | gnu: rxvt-unicode: Give 'urxvtc.desktop' a unique display name....* gnu/packages/xdisorg.scm (rxvt-unicode)[arguments]: In phase 'install-desktop-urxvtc' add '(client)' to the 'Name' line of the resulting '.desktop' file. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | ng0 |
2017-03-23 | gnu: knot: Update to 2.4.2....* gnu/packages/dns.scm (knot): Update to 2.4.2. | Tobias Geerinckx-Rice |
2017-03-23 | gnu: python-appdirs: Use pypi-uri....This is a followup to commit 543782e1ff1e296d61ca528debe3fc6420f5e45a. * gnu/packages/python.scm (python-appdirs, python2-appdirs)[source]: Use pypi-uri. | Leo Famulari |
2017-03-23 | gnu: idris: Update to 0.99.1....* gnu/packages/idris.scm (idris): Update to 0.99.1. [inputs]: Add ghc-code-page. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Peter Mikkelsen |
2017-03-23 | gnu: Add ghc-code-page....* gnu/packages/haskell.scm (ghc-code-page): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Peter Mikkelsen |
2017-03-23 | gnu: star: Update to 2.5.3a....* gnu/packages/bioinformatics.scm (star): Update to 2.5.3a. | Ricardo Wurmus |
2017-03-23 | gnu: youtube-dl: Update to 2017.03.22....* gnu/packages/video.scm (youtube-dl): Update to 2017.03.22. | Tobias Geerinckx-Rice |
2017-03-23 | gnu: python-natsort: Update to 5.0.2....* gnu/packages/python.scm (python-natsort): Update to 5.0.2. | Tobias Geerinckx-Rice |
2017-03-23 | gnu: python2-futures: Update to 3.0.5....* gnu/packages/python.scm (python2-futures): Update to 3.0.5. | Tobias Geerinckx-Rice |
2017-03-23 | gnu: python-rauth: Update to 0.7.3....* gnu/packages/python.scm (python-rauth): Update to 0.7.3. | Tobias Geerinckx-Rice |
2017-03-23 | gnu: python-ipaddress: Update to 1.0.18....* gnu/packages/python.scm (python-ipaddress): Update to 1.0.18. | Tobias Geerinckx-Rice |
2017-03-23 | gnu: python-appdirs: Update to 1.4.3....* gnu/packages/python.scm (python-appdirs): Update to 1.4.3. | Tobias Geerinckx-Rice |
2017-03-23 | gnu: python-beautifulsoup4: Update to 4.5.3....* gnu/packages/python.scm (python-beautifulsoup4): Update to 4.5.3. | Tobias Geerinckx-Rice |
2017-03-23 | gnu: python-drmaa: Update to 0.7.7....* gnu/packages/python.scm (python-drmaa): Update to 0.7.7. | Tobias Geerinckx-Rice |
2017-03-23 | gnu: python-sqlalchemy-utils: Update to 0.32.13....* gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.13. | Tobias Geerinckx-Rice |
2017-03-23 | gnu: python-pafy: Update to 0.5.3.1....* gnu/packages/python.scm (python-pafy): Update to 0.5.3.1. | Tobias Geerinckx-Rice |
2017-03-22 | gnu: libffcall: Set source file-name....* gnu/packages/libffcall.scm (libffcall)[source]: Add file-name field. [home-page]: Use https. | Efraim Flashner |
2017-03-22 | gnu: chicken: Update to 4.12.0....* gnu/packages/scheme.scm (chicken): Update to 4.12.0. | Kei Kebreau |
2017-03-22 | gnu: dovecot: Update to 2.2.28....* gnu/packages/mail.scm (dovecot): Update to 2.2.28. | Leo Famulari |
2017-03-22 | gnu: rustc: Honor max line length....* gnu/packages/rust.scm (rustc)[arguments]: patch-tests: Honor max line length. | Danny Milosavljevic |
2017-03-22 | gnu: guix: Update development snapshot....* gnu/packages/package-management.scm (guix-devel): Update to 73a4645. | Ludovic Courtès |
2017-03-22 | gnu: binutils-vc4: Set source file-name....* gnu/packages/embedded.scm (binutils-vc4)[source]: Add file-name field. | Efraim Flashner |
2017-03-22 | gnu: autoconf-archive: Update to 2017.03.21....* gnu/packages/autotools.scm (autoconf-archive): Update to 2017.03.21. | Efraim Flashner |
2017-03-22 | gnu: guile: Add 'guile-next' as a deprecated alias....This is a followup to f6396d862f9f8ce0c0e6894ce30599773167af0c. * gnu/packages/guile.scm (guile-next): New variable. | Ludovic Courtès |
2017-03-22 | gnu: rustc: End resultless phases in #t....* gnu/packages/rust.scm (rustc): End resultless phases in #t. | Danny Milosavljevic |
2017-03-22 | gnu: python-pysam: Run tests in parallel....* gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Run nose tests in parallel. | Ricardo Wurmus |