Age | Commit message (Expand) | Author |
---|---|---|
2017-03-28 | import cran: Print package stream in the expected order.•••* guix/scripts/import/cran.scm (guix-import-cran): Reverse list of packages. | Ricardo Wurmus |
2017-03-28 | import cran: Automatically add gfortran and zlib when needed.•••* guix/import/cran.scm (needs-fortran?, needs-zlib?): New procedures. (description->package): Use them. | Ricardo Wurmus |
2017-03-28 | download: Properly parse ftp:// URLs that lack user info.•••Fixes a regression introduced in a4f542341511f33ece18d16b68118214da8143ec. Reported by Hartmut Goebel. * guix/build/download.scm (ftp-fetch): Account for the case where 'uri-userinfo' returns #f. Remove the case where it returns "" since that cannot happen. | Ludovic Courtès |
2017-03-28 | gnu: linux-libre: Update to 4.10.6.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.6. (%linux-libre-hash): Update hash. | Mark H Weaver |
2017-03-28 | gnu: linux-libre@4.9: Update to 4.9.18.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.18. | Mark H Weaver |
2017-03-28 | gnu: linux-libre@4.4: Update to 4.4.57.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.57. | Mark H Weaver |
2017-03-28 | derivations: Do not fetch narinfos for non-substitutable items.•••This avoids connections to substitute servers for derivations that are not substitutable anyway, such as profiles. Reported by Andy Wingo. * guix/derivations.scm (substitution-oracle): Skip derivations that do not pass 'substitutable-derivation?'. * tests/derivations.scm ("substitution-oracle and #:substitute? #f"): New test. | Ludovic Courtès |
2017-03-27 | gnu: epiphany: Update to 3.22.7.•••* gnu/packages/gnome.scm (epiphany): Update to 3.22.7. | Leo Famulari |
2017-03-27 | gnu: webkitgtk: Update to 2.16.0.•••WebKitGTK+ 2.16.0 is the first stable release of WebKitGTK+ that uses libgcrypt instead of GnuTLS for some cryptographic functions: <https://bugs.webkit.org/show_bug.cgi?id=163125> <http://trac.webkit.org/changeset/208297/webkit> * gnu/packages/webkit.scm (webkitgtk): Update to 2.16.0. [inputs]: Replace gnutls with libgcrypt. | Leo Famulari |
2017-03-28 | gnu: grafx2: Remove zero-width space.•••* gnu/packages/game-development.scm (grafx2)[description]: Remove invisible <U+200B> (‘zero-width space’) character. | Tobias Geerinckx-Rice |
2017-03-28 | gnu: libgit2: Patch use-after-free.•••* gnu/packages/patches/libgit2-use-after-free.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/version-control.scm (libgit2)[inputs]: Add it. [arguments] <#:phases>: Add 'apply-patch' phase. | Ludovic Courtès |
2017-03-27 | gnu: lm-sensors: Use a descriptive file name for the source tarball.•••* gnu/packages/linux.scm (lm-sensors)[source]: Add file-name field. | Leo Famulari |
2017-03-27 | gnu: mcelog: Update to 149.•••* gnu/packages/linux.scm (mcelog): Update to 149. | Tobias Geerinckx-Rice |
2017-03-27 | gnu: corkscrew: Install the README file.•••* gnu/packages/ssh.scm (corkscrew)[arguments]: Add a very basic ‘install-documentation’ phase. | Tobias Geerinckx-Rice |
2017-03-27 | gnu: haunt: Disable test suite.•••* gnu/packages/guile.scm (haunt): Disable test suite. | David Thompson |
2017-03-27 | gnu: Add grafx2.•••* gnu/packages/game-development.scm (grafx2): New variable. | David Thompson |
2017-03-27 | gnu: geoclue: Update to 2.4.6.•••* gnu/packages/gnome.scm (geoclue): Update to 2.4.6. | Leo Famulari |
2017-03-27 | gnu: corkscrew: Improve descriptions.•••* gnu/packages/ssh.scm (corkscrew)[synopsis, description]: Fix typos and condense. Remove scary warning (the tunnel is always encrypted through SSH) and speculation. | Tobias Geerinckx-Rice |
2017-03-27 | gnu: corkscrew: Download source from a mirror.•••* gnu/packages/ssh.scm (corkscrew)[source]: Use ‘https://downloads.openwrt.org’. | Tobias Geerinckx-Rice |
2017-03-27 | gnu: mosh: Update to 1.3.0.•••* gnu/packages/ssh.scm (mosh): Update to 1.3.0. | Tobias Geerinckx-Rice |
2017-03-27 | gnu: youtube-dl: Update to 2017.03.26.•••* gnu/packages/video.scm (youtube-dl): Update to 2017.03.26. | Tobias Geerinckx-Rice |
2017-03-27 | gnu: gnuplot: Enable tikz backend.•••* gnu/packages/maths.scm (gnuplot)[inputs]: Add lua. | Danny Milosavljevic |
2017-03-27 | ui: Support Texinfo markup in package synopses.•••* guix/ui.scm (package-field-string): New procedure. (package-description-string): Use it. (package-synopsis-string): New procedure. (package->recutils): Use it. * guix/scripts/lint.scm (check-synopsis-style)[check-texinfo-markup]: New procedure. Use it in checks. * tests/lint.scm: Test it. * gnu/packages/perl.scm (perl-try-tiny)[synopsis]: Adjust for the Texinfo markup. | Alex Kost |
2017-03-27 | maint: Give command to install the pre-push hook.•••* HACKING: Add 'cp' line to install the pre-push hook. | Ludovic Courtès |
2017-03-26 | Revert "gnu: audacity: Use gtk+@3."•••It appears that Audacity does not yet support GTK+-3 fully; the user interface was unusable with this change. This reverts commit 36e17ab417078710939771d5ab19976eec257309. | Leo Famulari |
2017-03-26 | gnu: claws-mail: Update to 3.15.0.•••* gnu/packages/mail.scm (claws-mail): Update to 3.15.0. | Tobias Geerinckx-Rice |
2017-03-26 | gnu: Add emacs-monroe.•••* gnu/packages/emacs.scm (emacs-monroe): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Vasile Dumitrascu |
2017-03-26 | gnu: Add emacs-keyfreq.•••* gnu/packages/emacs.scm (emacs-keyfreq): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Vasile Dumitrascu |
2017-03-26 | profiles: Create fonts.dir/scale for all fonts directories.•••* guix/profiles.scm (fonts-dir-file): Create fonts.dir/scale files for all fonts directories. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Huang Ying |
2017-03-26 | union: Add create-all-directories? parameter to 'union-build'.•••* guix/build/union.scm (union-build): Add create-all-directories? keyword parameter. * tests/union.scm ("union-build #:create-all-directories? #t"): New test. Co-authored-by: Ludovic Courtès <ludo@gnu.org> | Huang Ying |
2017-03-26 | gnu: perl-scalar-list-utils: Update to 1.47.•••* gnu/packages/perl.scm (perl-scalar-list-utils): Update to 1.47. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-parse-cpan-meta: Update to 2.150010.•••* gnu/packages/perl.scm (perl-parse-cpan-meta): Update to 2.150010. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-cpan-meta-yaml: Update to 0.018.•••* gnu/packages/perl.scm (perl-cpan-meta-yaml): Update to 0.018. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-cpan-meta-requirements: Update to 2.140.•••* gnu/packages/perl.scm (perl-cpan-meta-requirements): Update to 2.140. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-yaml: Update to 1.23.•••* gnu/packages/perl.scm (perl-yaml): Update to 1.23. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-variable-magic: Update to 0.61.•••* gnu/packages/perl.scm (perl-variable-magic): Update to 0.61. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-time-duration-parse: Update to 0.13.•••* gnu/packages/perl.scm (perl-time-duration-parse): Update to 0.13. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-test-warnings: Update to 0.026.•••* gnu/packages/perl.scm (perl-test-warnings): Update to 0.026. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-test-simple: Update to 1.302078.•••* gnu/packages/perl.scm (perl-test-simple): Update to 1.302078. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-test-exception: Update to 0.43.•••* gnu/packages/perl.scm (perl-test-exception): Update to 0.43. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-test-cleannamespaces: Update to 0.22.•••* gnu/packages/perl.scm (perl-test-cleannamespaces): Update to 0.22. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-sub-name: Update to 0.21.•••* gnu/packages/perl.scm (perl-sub-name): Update to 0.21. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-params-validate: Update to 1.26.•••* gnu/packages/perl.scm (perl-params-validate): Update to 1.26. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-package-deprecationmanager: Update to 0.17.•••* gnu/packages/perl.scm (perl-package-deprecationmanager): Update to 0.17. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-moose: Update to 2.2004.•••* gnu/packages/perl.scm (perl-moose): Update to 2.2004. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-module-runtime-conflicts: Update to 0.003.•••* gnu/packages/perl.scm (perl-module-runtime-conflicts): Update to 0.003. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-devel-partialdump: Update to 0.18.•••* gnu/packages/perl.scm (perl-devel-partialdump): Update to 0.18. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-devel-overloadinfo: Update to 0.004.•••* gnu/packages/perl.scm (perl-devel-overloadinfo): Update to 0.004. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-cpan-meta-check: Update to 0.011.•••* gnu/packages/perl.scm (perl-cpan-meta-check): Update to 0.011. | Alex Sassmannshausen |
2017-03-26 | gnu: perl-common-sense: Update to 3.74.•••* gnu/packages/perl.scm (perl-common-sense): Update to 3.74. | Alex Sassmannshausen |