Age | Commit message (Expand) | Author |
2016-01-20 | gnu: Add dependencies on Perl modules as needed.•••This is a follow-on to bb8afbf5.
* gnu/packages/language.scm (perl-lingua-en-inflect, perl-lingua-stem)
(perl-snowball-norwegian, perl-snowball-swedish): Add 'native-inputs'
field.
* gnu/packages/perl.scm (perl-aliased, perl-class-accessor-chained)
(perl-datetime-set, perl-datetime-format-ical, perl-datetime-locale)
(perl-error, perl-module-runtime, perl-module-runtime-conflicts)
(perl-path-class, perl-posix-strftime-compiler, perl-readonly)
(perl-test-differences, perl-test-pod, perl-test-trap)
(perl-text-aligner, perl-text-glob, perl-text-table, perl-tie-ixhash)
(perl-time-mock): Ditto.
(perl-config-any): Add 'propagated-inputs' field.
(perl-data-page, perl-datetime, perl-datetime-format-natural)
(perl-moosex-getopt, perl-moosex-role-parameterized)
(perl-moosex-types, perl-namespace-autoclean, perl-params-validate)
(perl-tree-simple-visitorfactory)[native-inputs]: Add PERL-MODULE-BUILD.
(perl-file-changenotify)[native-inputs]: Ditto.
[propagated-inputs]: Add PERL-MODULE-PLUGGABLE.
(perl-datetime-format-flexible, perl-test-writevariants)
[propagated-inputs]: Ditto.
(perl-test-mockobject): Add 'arguments' field.
* gnu/packages/mail.scm (perl-email-abstract)[propagated-inputs]: Ditto.
* gnu/packages/web.scm (perl-datetime-format-http, perl-io-socket-ip)
(perl-plack-middleware-methodoverride, perl-uri-find)
(perl-www-mechanize): Add 'native-inputs' field.
(perl-html-template, perl-http-server-simple): Add 'propagated-inputs'
field.
(perl-apache-logformat-compiler, perl-html-tree)[native-inputs]:
Add PERL-MODULE-BUILD.
(perl-catalyst-runtime)[propagated-inputs]: Add PERL-MODULE-PLUGGABLE.
(perl-finance-quote)[propagated-inputs]: Add PERL-CGI.
| Eric Bavier |
2016-01-20 | gnu: Add perl-module-pluggable.•••This Perl module was moved out of Perl core in v5.19.0.
* gnu/packages/perl.scm (perl-module-pluggable): New variable.
* gnu/packages/patches/perl-module-pluggable-search.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
| Eric Bavier |
2016-01-20 | gnu: Add perl-cgi.•••The CGI module was removed from Perl core in v5.21.0.
* gnu/packages/web.scm (perl-cgi): New variable.
| Eric Bavier |
2016-01-21 | doc: Explain how to make the Info manual visible.•••Suggested by David Thompson <dthompson2@worcester.edu>
at <http://bugs.gnu.org/22402>.
* doc/guix.texi (Binary Installation): Explain how to make the Info
manual visible.
| Ludovic Courtès |
2016-01-21 | doc: Explain how to remove services from a list.•••Suggested by <swedebugia@riseup.net>.
* doc/guix.texi (Using the Configuration System): Add
@unnumberedsubsubsec. Explain how to remove services from a list.
Mention (gnu system).
| Ludovic Courtès |
2016-01-21 | services: avahi: Export service type.•••* gnu/services/avahi.scm: Export 'avahi-service-type'.
| Ludovic Courtès |
2016-01-20 | gnu: isc-dhcp: Update bundled bind to 9.9.8-P3 [fixes CVE-2015-8704].•••* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.8-P3.
| Mark H Weaver |
2016-01-20 | gnu: bind-utils: Update to 9.10.3-P3 [fixes CVE-2015-8704].•••* gnu/packages/dns.scm (bind-utils): Update to 9.10.3-P3.
| Mark H Weaver |
2016-01-20 | gnu: linux-libre: Add fix for CVE-2016-0728.•••* gnu/packages/patches/linux-libre-CVE-2016-0728.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre)[source]: Add patch.
| Mark H Weaver |
2016-01-20 | gnu: obs: Add support for webcams.•••* gnu/packages/video.scm (obs)[inputs]: Add v4l-utils.
| David Thompson |
2016-01-20 | gnu: Add v4l-utils.•••* gnu/packages/video.scm (v4l-utils): New variable.
| David Thompson |
2016-01-20 | gnu: arb: Correct patch.•••* gnu/packages/patches/arb-ldconfig.patch: Correct erroneously committed file.
This is a follow-up to commit ffc8f345111566e8336cbb5a77a96973826165d8.
| Andreas Enge |
2016-01-20 | gnu: arb: Update to 2.8.1.•••* gnu/packages/algebra.scm (arb)[source]: Update to 2.8.1. Add patch.
* gnu/packages/patches/arb-ldconfig.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
| Andreas Enge |
2016-01-20 | gnu: doxygen: Drop propagated input graphviz.•••* gnu/packages/doxygen.scm (doxygen)[propagated-inputs]: Drop graphviz.
| Andreas Enge |
2016-01-20 | gnu: doxygen: Update to 1.8.11.•••* gnu/packages/doxygen.scm (doxygen)[source]: Update to 1.8.11.
Drop one patch.
[build-system]: Switch to cmake-build-system, since gnu-build-system
is not supported any more.
[arguments]: Adapt.
[native-inputs]: Drop unused perl.
* gnu/packages/patches/doxygen-tmake.patch: Remove file.
* gnu/packages/patches/doxygen-test.patch: Adapt.
* gnu-system.am (dist_patch_DATA): Unregister patch.
| Andreas Enge |
2016-01-20 | tests: Move beatify-description tests to import-tests.•••Fixes <http://bugs.gnu.org/22391>.
* tests/cran.scm (beautify-description: use double spacing,
beautify-description: transform fragment into sentence). Move
from here ...
* tests/import-utils.scm: ... to here. New file.
* Makefile.am (SCM_TESTS): Add import-utils.
| Ben Woodcroft |
2016-01-20 | import: gem: Beautify only the description, not the synopsis.•••* guix/import/gem.scm (make-gem-sexp): Add synopsis argument.
(gem->guix-package): Pass unbeautified synopsis to make-gem-sexp.
* tests/gem.scm: Adapt it.
| Ben Woodcroft |
2016-01-20 | import: Add Bioconductor importer and updater.•••* guix/import/cran.scm (%bioconductor-updater,
latest-bioconductor-release, bioconductor-package?): New procedures.
(cran->guix-package): Support repositories other than CRAN.
(%bioconductor-url, %bioconductor-svn-url): New variables.
(description->package): Update signature to distinguish between packages
from different repositories.
(latest-release): Rename procedure ...
(latest-cran-release): ... to this.
(cran-package?): Do not assume all R packages are available on CRAN.
* tests/cran.scm: Update tests.
* guix/scripts/import/cran.scm: Add "--archive" option and default to
CRAN.
* guix/scripts/refresh.scm (%updaters): Add "%bioconductor-updater".
* doc/guix.texi: Document Bioconductor importer and updater.
| Ricardo Wurmus |
2016-01-20 | gnu: enlightenment: Update to 0.20.3.•••* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.3.
| Efraim Flashner |
2016-01-20 | gnu: libshout: Update to 2.4.1.•••* gnu/packages/xiph.scm (libshout): Update to 2.4.1.
| Efraim Flashner |
2016-01-20 | gnu: opusfile: Update to 0.7.•••* gnu/packages/xiph.scm (opusfile): Update to 0.7.
| Efraim Flashner |
2016-01-20 | gnu: opus: Update to 1.1.2.•••* gnu/packages/xiph.scm (opus): Update to 1.1.2.
| Efraim Flashner |
2016-01-19 | build-system/haskell: Fix package.conf parsing.•••* guix/build/haskell-build-system.scm (register)[conf-depends]: Properly
react to EOF while reading GHC package conf files.
| Eric Bavier |
2016-01-19 | gnu: lilypond: Double 'max-silent-time'.•••Suggested by Mark H Weaver <mhw@netris.org>.
* gnu/packages/music.scm (lilypond)[properties]: New field.
| Ludovic Courtès |
2016-01-19 | hydra: Honor the 'max-silent-time' package property.•••Suggested by Mark H Weaver <mhw@netris.org>.
* build-aux/hydra/gnu-system.scm (package->alist): Add
'max-silent-time' pair.
| Ludovic Courtès |
2016-01-19 | guix build: Add '--keep-going'.•••* guix/scripts/build.scm (show-build-options-help)
(%standard-build-options): Add --keep-going.
* guix/scripts/build.scm (set-build-options-from-command-line): Honor
it.
* doc/guix.texi (Invoking guix build): Document it.
| Ludovic Courtès |
2016-01-19 | derivations: Add test in keep-going mode.•••* tests/derivations.scm ("derivation fails but keep going"): New test.
| Ludovic Courtès |
2016-01-19 | gnu: fdm: Adjust license link to point to web-accessible copy of command.c•••* gnu/packages/mail.scm (fdm): Adjusted license field
| Christopher Allan Webber |
2016-01-18 | gnu: Add fdm.•••* gnu/packages/mail.scm (fdm): New variable.
| Christopher Allan Webber |
2016-01-19 | Merge branch 'master' into core-updates | Mark H Weaver |
2016-01-18 | gnu: Add linux-libre-4.2.5•••* gnu/packages/linux.scm (linux-libre-4.2.5): New variable.
| Christopher Allan Webber |
2016-01-18 | build: Remove traces of 'NIX_SETUID_HELPER'.•••This is a followup to 0919f5f4.
* test-env.in: Remove occurrences of 'NIX_SETUID_HELPER'.
| Ludovic Courtès |
2016-01-18 | gnu: mpv: Update to 0.15.0.•••* gnu/packages/video.scm (mpv): Update to 0.15.0.
| Efraim Flashner |
2016-01-18 | gnu: magit: Update to 2.4.0.•••* gnu/packages/emacs.scm (magit): Update to 2.4.0.
| Alex Kost |
2016-01-18 | gnu: sxiv: Update to 1.3.2.•••* gnu/packages/sxiv.scm (sxiv): Update to 1.3.2.
| Alex Kost |
2016-01-18 | gnu: manaplus: Update to 1.6.1.16.•••* gnu/packages/games.scm (manaplus): Update to 1.6.1.16.
| Alex Kost |
2016-01-18 | doc: Document 'http_proxy'.•••* doc/guix.texi (Build Environment Setup, Substitutes): Document
'http_proxy'.
| Ludovic Courtès |
2016-01-18 | derivations: Add test for #:leaked-env-vars.•••* tests/derivations.scm ("derivation #:leaked-env-vars"): New test.
| Ludovic Courtès |
2016-01-18 | doc: Explain how to run a subset of the tests.•••* doc/guix.texi (Running the Test Suite): Explain 'TESTS'.
| Ludovic Courtès |
2016-01-18 | emacs: Add 'guix-search-by-name'.•••* emacs/guix-ui-package.el (guix-search-by-name): New command.
* doc/emacs.texi (Emacs Commands): Document it.
| Alex Kost |
2016-01-18 | emacs: Rename 'guix-search-by-name' to 'guix-packages-by-name'.•••* emacs/guix-ui-package.el (guix-search-by-name): Rename to...
(guix-packages-by-name): ... this. Complete package name.
* doc/emacs.texi (Emacs Commands): Likewise.
| Alex Kost |
2016-01-18 | python2-jsonschema: Add python2-functools32 to inputs.•••* gnu/packages/python.scm (python2-jsonschema)[inputs]: Add
python2-functools32.
(python2-wheel)[native-inputs]: Specify python2-jsonschema. Add
python2-functools32.
(python2-requests)[propagated-inputs]: Specify python2-wheel.
(python2-ipython)[inputs]: Specify python2-jsonschema, python2-requests.
(python2-rauth)[propagated-inputs]: Specify python2-requests.
* gnu/packages/openstack.scm (python2-requests-mock)[propagated-inputs]:
Specify python2-requests.
(python2-tempest-lib)[propagated-inputs]: Specify python2-jsonschema.
(python2-oslosphinx)[propagated-inputs]: Specify python2-requests.
(python2-keystoneclient)[porpagated-inputs]: Specify python2-requests.
[native-inputs]: Specify python2-oslosphinx, python2-requests-mock,
python2-tempest-lib.
(python2-swiftclient)[propagated-inputs]: Specify python2-requests,
python2-oslosphinx.
| Efraim Flashner |
2016-01-18 | gnu: datamash: Update to 1.1.0.•••* gnu/packages/datamash.scm (datamash): Update to 1.1.0.
| Efraim Flashner |
2016-01-18 | build: Speed up .go compilation.•••* build-aux/compile-all.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
(%.go, make-go): New rules.
| Taylan Ulrich Bayırlı/Kammer |
2016-01-18 | gnu: mariadb: Update to 10.0.23.•••* gnu/packages/databases.scm (mariadb): Update to 10.0.23.
| Mark H Weaver |
2016-01-17 | gnu: rsync: Update to 3.1.2.•••* gnu/packages/rsync.scm (rsync): Update to 3.1.2.
| Mark H Weaver |
2016-01-17 | gnu: solfege: Build scores with Lilypond.•••* gnu/packages/music.scm (solfege)[inputs]: Add "lilypond".
| Ricardo Wurmus |
2016-01-17 | gnu: bristol: Remove SSE flags on platforms other than x86_64 and i686.•••* gnu/packages/music.scm (bristol)[arguments]: Add phase
"remove-sse-flags" to remove unsupported optimizations on platforms
other than x86_64 and i686.
| Ricardo Wurmus |
2016-01-17 | linux-initrd: Remove "usbkbd" from the default set of modules.•••Reported by Ricardo Wurmus <rekado@elephly.net>
at <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20433#39>.
* gnu/system/linux-initrd.scm (base-initrd): Remove "usbkbd".
| Ludovic Courtès |
2016-01-17 | gnu: Add git-annex-remote-hubic.•••* gnu/packages/version-control.scm (git-annex-remote-hubic): New variable.
| Efraim Flashner |