summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: vifm: Update to 0.10.Efraim Flashner2018-11-12
| | | | * gnu/packages/vim.scm (vifm): Update to 0.10.
* gnu: go-github-com-aarzilli-golua: Fix for go-1.11.Pierre Neidhardt2018-11-12
| | | | | | * gnu/packages/golang.scm (go-github-com-aarzilli-golua)[arguments]: Fix for go-1.11. [native-inputs]: Remove lua. [propagated-inputs]: Add lua.
* gnu: go-github-com-wtolson-go-taglib: Fix tests and build for go-1.11.Pierre Neidhardt2018-11-12
| | | | | | * gnu/packages/golang.scm (go-github-com-wtolson-go-taglib)[arguments]: Fix tests for go-1.11. [native-inputs]: Remove pkg-config and taglib. [propagated-inputs]: Add pkg-config and taglib.
* gnu: go-gopkg.in-asn1-ber.v1: Fix tests for go-1.11.Pierre Neidhardt2018-11-12
| | | | * gnu/packages/syncthing.scm (go-gopkg.in-asn1-ber.v1): Fix tests for go-1.11.
* gnu: go-github-com-audriusbutkevicius-cli: Fix tests for go-1.11.Pierre Neidhardt2018-11-12
| | | | * gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-cli): Fix tests for go-1.11.
* gnu: go-github-com-prometheus-common-expfmt: Fix tests for go-1.11.Pierre Neidhardt2018-11-12
| | | | * gnu/packages/syncthing.scm (go-github-com-prometheus-common-expfmt): Fix tests for go-1.11.
* build-system/go: Plan removal of the pkg folder for go-1.11 onward.Pierre Neidhardt2018-11-12
| | | | * guix/build/go-build-system.scm (install): New comment.
* gnu: go: Update default to 1.11.Pierre Neidhardt2018-11-12
| | | | * gnu/packages/golang.scm (go): Update default to 1.11.
* guix system: Invoking 'guix system init' twice keeps timestamps zeroed.Ludovic Courtès2018-11-11
| | | | | | | | | | | | | | Fixes a bug whereby running 'guix system init config.scm /mnt' twice would, on the second run, change timestamps in /mnt/gnu/store from the Epoch to now. This is because the 'register-path' call would bypass the 'reset-timestamps' phase altogether in that case, as a consequence of commit bb3b6ccb05550fbfbeb459c68819a752327d6e1e. Reported by Christopher Baines. * guix/scripts/system.scm (install): When TARGET/var/guix exists, delete it. As a side-effect, this ensures that later on, the 'register-path' call invokes 'reset-timestamps' on all the copied store items.
* guix package: '--show' errors when asked for a non-existent package.Ludovic Courtès2018-11-11
| | | | | | | | | Fixes <https://bugs.gnu.org/33323>. Reported by swedebugia <swedebugia@riseup.net>. * guix/scripts/package.scm (process-query): Call 'leave' when 'find-packages-by-name' returns the empty list. * tests/guix-package.sh: Test it.
* doc: Fix typo.Laura Lazzati2018-11-11
| | | | | | * doc/guix.texi (Porting to a New Platform): Fix typo. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-s4vectors: Update to 0.20.1.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.20.1.
* gnu: r-rcmdcheck: Update to 1.3.2.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/cran.scm (r-rcmdcheck): Update to 1.3.2.
* gnu: r-ggpubr: Update to 0.1.9.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/cran.scm (r-ggpubr): Update to 0.1.9.
* gnu: r-dplyr: Update to 0.7.8.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/statistics.scm (r-dplyr): Update to 0.7.8.
* gnu: r-rcpparmadillo: Update to 0.9.200.4.0.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.200.4.0.
* gnu: r-rtsne: Update to 0.15.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/statistics.scm (r-rtsne): Update to 0.15.
* gnu: r-lme4: Update to 1.1-19.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/statistics.scm (r-lme4): Update to 1.1-19.
* gnu: webkitgtk@2.22: Adjust to documentation output.Marius Bakke2018-11-11
| | | | | | | This is a follow-up to commit 0ead0b4d2c025ad1b4a293fb6cbb8a578b7dd87d. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Remove hard coded file list. (webkitgtk-2.22)[arguments]: Inherit phases using SUBSTITUTE-KEYWORD-ARGUMENTS.
* gnu: libtoxcore: Update to 0.0.0-2.bf69b54.Ricardo Wurmus2018-11-11
| | | | | * gnu/packages/messaging.scm (libtoxcore): Update to 0.0.0-2.bf69b54. [native-inputs]: Add check.
* gnu: mumi: Update to 0.0.0-2.bfd96ce7.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.0-2.bfd96ce7.
* gnu: PostgreSQL: Update to 10.6 [fixes CVE-2018-16850].Leo Famulari2018-11-11
| | | | * gnu/packages/databases.scm (postgresql): Update to 10.6.
* gnu: webkitgtk: Include documentation.Pierre Neidhardt2018-11-11
| | | | * gnu/packages/webkit.scm (webkitgtk): Include documentation.
* gnu: gtk-doc: Use local docbook-xsl.Pierre Neidhardt2018-11-11
| | | | * gnu/packages/gtk.scm (gtk-doc): Use local docbook-xsl.
* gnu: faust-2: Update to 2.5.23.Ricardo Wurmus2018-11-11
| | | | | | | * gnu/packages/audio.scm (faust-2): Update to 2.5.23. [native-inputs]: Replace llvm-with-rtti with llvm-3.8-with-rtti. * gnu/packages/llvm.scm (llvm-with-rtti): Rename this variable... (llvm-3.8-with-rtti): ...to this variable; inherit from llvm-3.8.
* gnu: gajim: Move python-docutils from inputs to native-inputs.Clément Lassieur2018-11-11
| | | | | * gnu/packages/messaging.scm (gajim): Move python-docutils from inputs to native-inputs.
* gnu: gajim: Get the second 'wrap-program' phase to return #t.Clément Lassieur2018-11-11
| | | | | * gnu/packages/messaging.scm (gajim)[arguments]: Get the second 'wrap-program' phase to return #t.
* gnu: gajim: Update to 1.1.0.Clément Lassieur2018-11-11
| | | | | | | | * gnu/packages/messaging.scm (gajim): Update to 1.1.0. [arguments]: Set #:test-target to "test_nogui". Remove the 'remove-test-resolver' and 'start-xserver' phases. [inputs]: Remove python-pyasn1. Add python-cssutils, python-keyring and python-precis-i18n.
* gnu: python-nbxmpp: Update to 0.6.8.Clément Lassieur2018-11-11
| | | | * gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.8.
* gnu: Add python-precis-i18n.Clément Lassieur2018-11-11
| | | | * gnu/packages/messaging.scm (python-precis-i18n): New variable.
* gnu: tiled: Fetch sources from git.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/game-development.scm (tiled)[source]: Fetch from git.
* gnu: privoxy: Remove custom bootstrap phase.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/tor.scm (privoxy)[arguments]: Remove autoconf phase.
* gnu: cifs-utils: Remove autoreconf phase.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/samba.scm (cifs-utils)[arguments]: Remove autoreconf phase.
* gnu: libiax2: Fetch sources from git.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/telephony.scm (libiax2)[source]: Fetch from git.
* gnu: libiax2: Remove custom bootstrap phase.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/telephony.scm (libiax2)[arguments]: Remove.
* gnu: libharu: Remove custom bootstrap phase.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/pdf.scm (libharu)[arguments]: Remove autogen phase.
* gnu: libharu: Fetch sources from git.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/pdf.scm (libharu)[source]: Fetch from git.
* gnu: scsh: Remove custom bootstrap phase.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/shells.scm (scsh)[arguments]: Remove autoreconf phase.
* gnu: xdelta: Remove custom bootstrap phase.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/compression.scm (xdelta)[arguments]: Remove autoconf phase.
* gnu: xdelta: Fetch sources from git.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/compression.scm (xdelta)[source]: Fetch from git.
* gnu: libtar: Remove custom bootstrap phase.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/compression.scm (libtar)[arguments]: Remove autoconf phase.
* gnu: minizip: Remove custom bootstrap phase.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/compression.scm (minizip)[arguments]: Remove autoreconf phase.
* gnu: inotify-tools: Remove custom bootstrap phase.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/linux.scm (inotify-tools)[arguments]: Remove.
* gnu: inotify-tools: Fetch sources from git.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/linux.scm (inotify-tools)[source]: Fetch from git.
* gnu: par2cmdline: Remove custom bootstrap phase.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/backup.scm (par2cmdline)[arguments]: Remove.
* gnu: par2cmdline: Fetch sources from git.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/backup.scm (par2cmdline)[source]: Fetch from git.
* gnu: hpcguix-web: Do not re-bootstrap.Ricardo Wurmus2018-11-11
| | | | | | * gnu/packages/web.scm (hpcguix-web)[arguments]: Do not run autoreconf after the bootstrap phase; remove "autoconf" phase to "set-variables"; end phase with #T.
* gnu: schismtracker: Remove custom bootstrap phase.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/music.scm (schismtracker)[arguments]: Remove autoconf phase.
* gnu: lilypond: Use INVOKE.Ricardo Wurmus2018-11-11
| | | | | * gnu/packages/music.scm (lilypond)[arguments]: Use INVOKE and return #T unconditionally.
* gnu: schismtracker: Fetch sources from git.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/music.scm (schismtracker)[source]: Fetch from git.