summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* import: gem: Beautify only the description, not the synopsis.Ben Woodcroft2016-01-20
| | | | | | * 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.
* import: Add Bioconductor importer and updater.Ricardo Wurmus2016-01-20
| | | | | | | | | | | | | | | | | * 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.
* gnu: enlightenment: Update to 0.20.3.Efraim Flashner2016-01-20
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.3.
* gnu: libshout: Update to 2.4.1.Efraim Flashner2016-01-20
| | | | * gnu/packages/xiph.scm (libshout): Update to 2.4.1.
* gnu: opusfile: Update to 0.7.Efraim Flashner2016-01-20
| | | | * gnu/packages/xiph.scm (opusfile): Update to 0.7.
* gnu: opus: Update to 1.1.2.Efraim Flashner2016-01-20
| | | | * gnu/packages/xiph.scm (opus): Update to 1.1.2.
* gnu: lilypond: Double 'max-silent-time'.Ludovic Courtès2016-01-19
| | | | | | Suggested by Mark H Weaver <mhw@netris.org>. * gnu/packages/music.scm (lilypond)[properties]: New field.
* hydra: Honor the 'max-silent-time' package property.Ludovic Courtès2016-01-19
| | | | | | | Suggested by Mark H Weaver <mhw@netris.org>. * build-aux/hydra/gnu-system.scm (package->alist): Add 'max-silent-time' pair.
* guix build: Add '--keep-going'.Ludovic Courtès2016-01-19
| | | | | | | | * 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.
* derivations: Add test in keep-going mode.Ludovic Courtès2016-01-19
| | | | * tests/derivations.scm ("derivation fails but keep going"): New test.
* gnu: fdm: Adjust license link to point to web-accessible copy of command.cChristopher Allan Webber2016-01-19
| | | | * gnu/packages/mail.scm (fdm): Adjusted license field
* gnu: Add fdm.Christopher Allan Webber2016-01-18
| | | | * gnu/packages/mail.scm (fdm): New variable.
* gnu: Add linux-libre-4.2.5Christopher Allan Webber2016-01-18
| | | | * gnu/packages/linux.scm (linux-libre-4.2.5): New variable.
* build: Remove traces of 'NIX_SETUID_HELPER'.Ludovic Courtès2016-01-18
| | | | | | This is a followup to 0919f5f4. * test-env.in: Remove occurrences of 'NIX_SETUID_HELPER'.
* gnu: mpv: Update to 0.15.0.Efraim Flashner2016-01-18
| | | | * gnu/packages/video.scm (mpv): Update to 0.15.0.
* gnu: magit: Update to 2.4.0.Alex Kost2016-01-18
| | | | * gnu/packages/emacs.scm (magit): Update to 2.4.0.
* gnu: sxiv: Update to 1.3.2.Alex Kost2016-01-18
| | | | * gnu/packages/sxiv.scm (sxiv): Update to 1.3.2.
* gnu: manaplus: Update to 1.6.1.16.Alex Kost2016-01-18
| | | | * gnu/packages/games.scm (manaplus): Update to 1.6.1.16.
* doc: Document 'http_proxy'.Ludovic Courtès2016-01-18
| | | | | * doc/guix.texi (Build Environment Setup, Substitutes): Document 'http_proxy'.
* derivations: Add test for #:leaked-env-vars.Ludovic Courtès2016-01-18
| | | | * tests/derivations.scm ("derivation #:leaked-env-vars"): New test.
* doc: Explain how to run a subset of the tests.Ludovic Courtès2016-01-18
| | | | * doc/guix.texi (Running the Test Suite): Explain 'TESTS'.
* emacs: Add 'guix-search-by-name'.Alex Kost2016-01-18
| | | | | * emacs/guix-ui-package.el (guix-search-by-name): New command. * doc/emacs.texi (Emacs Commands): Document it.
* emacs: Rename 'guix-search-by-name' to 'guix-packages-by-name'.Alex Kost2016-01-18
| | | | | | * 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.
* python2-jsonschema: Add python2-functools32 to inputs.Efraim Flashner2016-01-18
| | | | | | | | | | | | | | | | | | | * 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.
* gnu: datamash: Update to 1.1.0.Efraim Flashner2016-01-18
| | | | * gnu/packages/datamash.scm (datamash): Update to 1.1.0.
* build: Speed up .go compilation.Taylan Ulrich Bayırlı/Kammer2016-01-18
| | | | | | * build-aux/compile-all.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (%.go, make-go): New rules.
* gnu: mariadb: Update to 10.0.23.Mark H Weaver2016-01-18
| | | | * gnu/packages/databases.scm (mariadb): Update to 10.0.23.
* gnu: rsync: Update to 3.1.2.Mark H Weaver2016-01-17
| | | | * gnu/packages/rsync.scm (rsync): Update to 3.1.2.
* gnu: solfege: Build scores with Lilypond.Ricardo Wurmus2016-01-17
| | | | * gnu/packages/music.scm (solfege)[inputs]: Add "lilypond".
* gnu: bristol: Remove SSE flags on platforms other than x86_64 and i686.Ricardo Wurmus2016-01-17
| | | | | | * gnu/packages/music.scm (bristol)[arguments]: Add phase "remove-sse-flags" to remove unsupported optimizations on platforms other than x86_64 and i686.
* linux-initrd: Remove "usbkbd" from the default set of modules.Ludovic Courtès2016-01-17
| | | | | | | 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".
* gnu: Add git-annex-remote-hubic.Efraim Flashner2016-01-17
| | | | * gnu/packages/version-control.scm (git-annex-remote-hubic): New variable.
* gnu: Add python-urllib3.Efraim Flashner2016-01-17
| | | | * gnu/packages/python.scm (python-urllib3, python2-urllib3): New variables.
* gnu: python-wheel: Clarify description.Efraim Flashner2016-01-17
| | | | * gnu/packages/python.scm (python-wheel): Do it.
* gnu: python-pytest-cov: Clarify description.Efraim Flashner2016-01-17
| | | | * gnu/packages/python.scm (python-pytest-cov): Do it.
* gnu: Add python2-functools32.Efraim Flashner2016-01-17
| | | | * gnu/packages/python.scm (python2-functools32): New variable.
* gnu: Add python-pyasn1-modules.Efraim Flashner2016-01-17
| | | | | * gnu/packages/python.scm (python-pyasn1-modules) (python2-pyasn1-modules): New variables.
* gnu: Add python-rauth.Efraim Flashner2016-01-17
| | | | * gnu/packages/python.scm (python-rauth, python2-rauth): New variables.
* gnu: Add python-swiftclient.Efraim Flashner2016-01-17
| | | | | * gnu/packages/openstack.scm (python-swiftclient, python2-swiftclient): New variables.
* gnu: Add python-futures.Efraim Flashner2016-01-17
| | | | * gnu/packages/python.scm (python-futures, python2-futures): New variables.
* gnu: Add python-keystoneclient.Efraim Flashner2016-01-17
| | | | | * gnu/packages/openstack.scm (python-keystoneclient) (python2-keystoneclient): New variables.
* gnu: vmpk: Update to 0.6.2a.Ricardo Wurmus2016-01-17
| | | | * gnu/packages/music.scm (vmpk): Update to 0.6.2a.
* gnu: drumstick: Update to 1.0.2.Ricardo Wurmus2016-01-17
| | | | * gnu/packages/music.scm (drumstick): Update to 1.0.2.
* gnu: mpv: Add features.Efraim Flashner2016-01-17
| | | | | * gnu/packages/video.scm (mpv)[inputs]: Add libvdpau. [arguments]: Add gpl3 and zsh completion flags.
* gnu: Add vdpauinfo.Efraim Flashner2016-01-17
| | | | * gnu/packages/video.scm (vdpauinfo): New variable.
* gnu: Add libvdpau.Efraim Flashner2016-01-17
| | | | * gnu/packages/video.scm (libvdpau): New variable.
* gnu: Add autojump.Eric Bavier2016-01-17
| | | | * gnu/packages/admin.scm (autojump): New variable.
* gnu: hevea: Update to 2.28.Eric Bavier2016-01-17
| | | | | * gnu/packages/ocaml.scm (hevea): Update to 2.28. [arguments]: Add 'patch-/bin/sh phase.
* gnu: unison: Add "doc" output.Eric Bavier2016-01-17
| | | | | | | * gnu/packages/ocaml.scm (unison)[source]: Use svn-fetch with snippet. [outputs]: New field. [native-inputs]: Add ghostscript, texlive, hevea, and lynx. [arguments]: Add 'install-doc phase.
* gnu: samtools-0.1: Adapt to changes in "samtools" variable.Ricardo Wurmus2016-01-16
| | | | | | * gnu/packages/bioinformatics.scm (samtools-0.1)[arguments]: Add "LIBCURSES" make flag; delete "configure" phase; disable tests outside of "substitute-keyword-arguments".