Commit Graph

89703 Commits

Author SHA1 Message Date
Justin Bedo 4bb50fd08c
picard-tools: init at 2.7.1 2017-03-08 22:43:45 +01:00
Justin Bedo 7f214e6410
bedtools: init at 2.26.0 2017-03-08 22:36:29 +01:00
Justin Bedo 661048c803
platypus: init at 2017-03-07 2017-03-08 22:36:03 +01:00
Jens Grunert 6fb645037d missing dconf in buildInput 2017-03-08 21:39:59 +01:00
Nikolay Amiantov f36b72107c primus: fix if nvidia is not used
Fixes #23628
2017-03-08 23:10:43 +03:00
Joachim Fasting 116953ffc9
torbrowser: callPackage can fill in missing params from xorg 2017-03-08 20:40:25 +01:00
Tuomas Tynkkynen 9188f2ed8a release.nix: Fix typo 2017-03-08 21:35:31 +02:00
Tuomas Tynkkynen 5f5b87107f raspberrypifw, linux_rpi: 1.20161020 -> 1.20170303 2017-03-08 21:35:31 +02:00
Dan Peebles 4ae5f4d3cc pythonPackages.cryptography: fix test on macOS 10.12
Hydra didn't notice because it's running 10.11.
2017-03-08 14:14:40 -05:00
Joachim Fasting 74f8e0fd7a
torbrowser: 6.5 -> 6.5.1 2017-03-08 20:08:46 +01:00
Daniel Peebles 9dc3c904de Merge pull request #23646 from copumpkin/buildbot-cleanup-take-2
buildbot: fix .withPlugins to propagate inputs
2017-03-08 13:19:45 -05:00
Tuomas Tynkkynen 8dce538640 gtkglextmm: Mark as broken
No release since 2010. Build broken. Sounds like a library, but no
users. GNOME 2 stuff.

http://hydra.nixos.org/build/49554500/nixlog/3
2017-03-08 20:15:36 +02:00
Tuomas Tynkkynen a3a21a7245 delve: Disable on i686 2017-03-08 20:10:06 +02:00
Dan Peebles ca5a1d927f buildbot: fix .withPlugins to propagate inputs
Before I was just grabbing the immediate dependencies. I _think_ this
will do the right thing by using the pre-existing setup hook to avoid
having to compute the transitive closure myself.
2017-03-08 12:39:44 -05:00
Robin Gloster 32bcda741a
Merge pr/23635, pr/23634 and pr/23633 to fix firefox 2017-03-08 17:51:18 +01:00
Daniel Peebles a53d5cfaba Merge pull request #23642 from copumpkin/buildbot-cleanup
buildbot: assorted cleanups
2017-03-08 11:29:22 -05:00
Dan Peebles 49b20e5569 buildbot: assorted cleanups
Some changes to be more idiomatic and use stdenv building blocks more.
I also added a `buildbot.withPlugins` instead of the current plugins
mechanism, which forces an unnecessary rebuild of the package and reruns
all the tests. This should be equivalent and more pleasant to use in
practice.
2017-03-08 11:28:44 -05:00
Rickard Nilsson fb5369dbe9 haskellPackages.streaming-eversion: dontCheck 2017-03-08 17:18:18 +01:00
Franz Pletz e3b84d71a6
nixpkgs: add aarch64-linux to release-lib
cc #23638
2017-03-08 17:13:34 +01:00
Will Dietz 8d10f1dc5b llvm4: rc3 -> rc4 2017-03-08 09:57:41 -06:00
Will Dietz 3bc5a68a63 llvm4: enable tests 2017-03-08 09:50:04 -06:00
Eelco Dolstra 7a08a44b52 Merge pull request #23638 from grahamc/aarch64-linux
nixpkgs: build aarch64-linux
2017-03-08 16:13:58 +01:00
Michael Alan Dorman 763e21e982 haskell-gi-base: propagate gobjectIntrospection dependency
So the thinking is: anything that needs `haskell-gi-base` is going to
need `gobjectIntrospection` in order to work correctly; by adding this
one `buildDepends` (which therefore gets propagated), we put ourselves
in a position to simplify away a bunch of code in `cabal2nix`.
2017-03-08 15:17:39 +01:00
Michael Alan Dorman d7496b560e gi-webkit2: fix gi-javascriptcore dependency
This actually depends on the specially-versioned gi-javascriptcore
package.
2017-03-08 15:17:39 +01:00
Peter Simons c71d1e72b2 LTS Haskell 8.4 2017-03-08 15:17:39 +01:00
Peter Simons 9d9cc7ba5f hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.1-2-g3de0b84 from Hackage revision
e5e1058cde.
2017-03-08 15:17:39 +01:00
Tuomas Tynkkynen 413bc03986 mess: Mark broken
Even fixing the source urls doesn't make it build.
2017-03-08 16:14:19 +02:00
Graham Christensen bb4c6a7800
nixpkgs: build aarch64-linux 2017-03-08 09:08:31 -05:00
Tuomas Tynkkynen c8402dde15 libp11: Fetch src from GitHub 2017-03-08 15:31:34 +02:00
Jeff Simpson 01bb228b2a Add curl dependency to Slack for calls 2017-03-08 05:52:40 -07:00
Peter Hoeg 26625c928b neovim-qt: run tests 2017-03-08 20:31:29 +08:00
Peter Hoeg a9e990b818 neovim: 0.2.5 -> 0.2.6 2017-03-08 20:07:40 +08:00
Alexey Shmalko 28598c01e7
icu: 57.1 -> 58.2
Firefox requires new version of the icu to build:
```
checking for icu-i18n >= 58.1... Requested 'icu-i18n >= 58.1' but version of icu-i18n is 57.1
configure: error: Library requirements (icu-i18n >= 58.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
```
2017-03-08 14:01:39 +02:00
Alexey Shmalko d4bb1c786f
sqlite: 3.16.2 -> 3.17.0
Firefox requires the latest sqlite to build:
```
checking for sqlite3 >= 3.17.0... Requested 'sqlite3 >= 3.17.0' but version of SQLite is 3.16.2
configure: error: Library requirements (sqlite3 >= 3.17.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
```
2017-03-08 13:39:40 +02:00
Alexey Shmalko cb670556c5
nss: 3.28.1 -> 3.28.3
This should fix firefox build, which fails due to nss being too old.
2017-03-08 13:27:16 +02:00
Ricardo Ardissone e17d3d4ef1 gplates: use boost 160
update 161 changed reference parameters for optional
https://hydra.nixos.org/build/49707856/nixlog/1
http://www.boost.org/doc/libs/1_61_0/libs/optional/doc/html/boost_ooptional/relnotes.html
2017-03-08 13:04:34 +02:00
edef 2c02c84cdc verilator: fix Perl shebangs 2017-03-08 11:38:48 +01:00
Peter Hoeg 2c99575c66 neovim-qt: 0.2.4 -> 0.2.5 2017-03-08 17:35:37 +08:00
Peter Simons 060f7cb94d haskell-generic-builder: remove unused nodePackages argument 2017-03-08 09:38:12 +01:00
Peter Simons f641e9022e Merge pull request #23609 from ljli/hs-lens-pkg-conf
haskell: ghc710x packages: remove superflous configuration for lens
2017-03-08 09:22:17 +01:00
Peter Hoeg 6f68eb7c7e msmtp: use netcat-gnu to unbreak darwin 2017-03-08 16:02:35 +08:00
Peter Simons 722b129652 Merge pull request #23607 from NixOS/haskell/justStaticExecutables
Haskell/just static executables
2017-03-08 08:49:19 +01:00
Eric Bailey 90c5c9d8c9
lilypond-with-fonts: fix typos
In development, I experimented with file globs, for loops and making the
supplementary fonts optional. As such, the original PR ended up with a
dysfunctional combination.

This commit fully adopts the for loop approach, which I prefer, since failing
matches, e.g. missing supplementary-fonts/, won't cause a failure.
2017-03-07 23:02:26 -06:00
Graham Christensen ebeb722e14 Merge pull request #23459 from xNWDD/gitkraken
gitkraken: init at 2.1.0
2017-03-07 20:17:34 -05:00
Graham Christensen 442fc47cbe Merge pull request #23617 from rycee/delete/old-cassandra
cassandra: remove old branches 1.2 and 2.0
2017-03-07 18:55:38 -05:00
Graham Christensen 9e6ae2f60a Merge pull request #23441 from oxij/pkg/pretty-xen
xen: modular expression
2017-03-07 18:52:40 -05:00
Robert Helgesson e206d5ab63
dogecoin: fix sha256 2017-03-07 22:15:31 +01:00
Robert Helgesson e965d8aa1c
cassandra: remove old branches 1.2 and 2.0
These are no longer supported upstream.
2017-03-07 21:54:13 +01:00
Robert Helgesson ac0021ce53
cassandra_2_2: init at 2.2.9 2017-03-07 21:46:50 +01:00
Vladimír Čunát 09c7601c20
Merge #23583: inetutils: fix whois for canadian domains 2017-03-07 21:31:13 +01:00
Neil Mayhew ba8b6b4a7a
inetutils: Add patch for Canadian TLD server
Cherry-picked from upstream (inetutils-1_9_4-31-g73e2811).

Could be a long time before a new inetutils release is made.
vcunat amended the patch to apply.
2017-03-07 21:30:03 +01:00
Henry Till d95f21f6a1 racket: add readline support 2017-03-07 15:08:02 -05:00
Daiderd Jordan b05dc8d4bf Merge pull request #23608 from pmahoney/haproxy-darwin
haproxy: build on darwin
2017-03-07 21:03:29 +01:00
Leon Isenberg 032de64e0f haskell: ghc710x packages: remove superflous configuration for lens 2017-03-07 20:21:27 +01:00
Patrick Mahoney ce03c08567 haproxy: build on darwin 2017-03-07 11:50:45 -06:00
Domen Kožar f67a89e248
haskell: use new justStaticExecutables and add purescript 2017-03-07 18:15:07 +01:00
Domen Kožar db23fe1581
haskell: add justStaticExecutables combinator 2017-03-07 18:13:59 +01:00
Profpatsch feab711f84 lilyterm-git: init at 2017-01-06
The latest stable release is quite old (2013-02) and many improvements have been
made in the meantime.
2017-03-07 17:35:29 +01:00
NWDD 0aa29fa4d8 gitkraken: init at 2.1.0 2017-03-07 17:25:19 +01:00
zimbatm e50203bfde yarn: 0.21.3 -> 0.22.0 2017-03-07 16:25:09 +00:00
Benno Fünfstück 264b69c973 Merge pull request #23440 from nico202/qnotero-fix
qnotero: fix #23438
2017-03-07 16:50:21 +01:00
Eelco Dolstra 8e4513f8b4 Merge pull request #23599 from taku0/firefox-bin-52.0
firefox, firefox-bin: 51.0.1 -> 52.0, firefox-esr: 45.7esr -> 52.0esr
2017-03-07 16:21:47 +01:00
Nicolò Balzarotti cb3bfc9717 qnotero: fix #23438 2017-03-07 15:51:59 +01:00
Peter Simons e0908699ff haskell-QuickCheck: fix build with ghc-7.6.x 2017-03-07 15:43:19 +01:00
Robin Gloster 32eecf9877
memtest86Plus: fix runtime errors with fortify hardening
fixes #6630
2017-03-07 15:40:40 +01:00
Tristan Helmich 1af3a9854f graylog: 2.2.1 -> 2.2.2 2017-03-07 15:13:03 +01:00
Tuomas Tynkkynen a9a706770a grub2: Make EFI grub work on aarch64 2017-03-07 16:11:41 +02:00
ndowens d76db93155
dogecoin: cosmetic change 2017-03-07 15:01:15 +01:00
ndowens 4b02bfb5ad
dogecoin: 1.8.2 -> 1.10.0 2017-03-07 15:01:13 +01:00
Peter Simons add394d8f1 r-modules: update CRAN package set 2017-03-07 14:56:46 +01:00
Peter Simons f4595fa555 r-modules: drop broken irkernel package set
We can no longer update that package set since, apparently, it has moved
to a different packaging scheme.
2017-03-07 14:56:46 +01:00
Peter Simons 3dc4e12ff0 r-modules: remove weird version assertion 2017-03-07 14:56:46 +01:00
Peter Simons e7b68767a8 nlopt: rescue build by dropping support for Octave 2017-03-07 14:56:46 +01:00
Peter Simons c5563b48ba R: set TZDIR properly to fix test suite 2017-03-07 14:56:46 +01:00
Peter Simons 6b3eec627e R: include output of sessionInfo() in the "make check" log
The R developers would like that information to be included in bug
reports.
2017-03-07 14:56:46 +01:00
Peter Simons fac139e723 R: update to version 3.3.3 2017-03-07 14:56:46 +01:00
Robin Gloster b94e253e69
kiwix: remove unused param 2017-03-07 14:14:14 +01:00
Robin Gloster 09d7f7dfbd
kiwix: fix eval and build 2017-03-07 14:09:33 +01:00
Robin Gloster 4c1be22272
Merge remote-tracking branch 'upstream/pr/23525' into up 2017-03-07 14:09:27 +01:00
Joachim Fasting 351d1d9032
zimwriterfs: 20150710 -> 1.0 2017-03-07 14:06:12 +01:00
Joachim Fasting 9632cc221a
zimlib: 20150710 -> 1.4 2017-03-07 14:06:09 +01:00
Tim Steinbach 9fa7a3adb6 Merge pull request #23570 from Mic92/facebook-purple
facebook-purple: 2016-04-09 -> 0.9.0
2017-03-07 07:56:41 -05:00
Frederik Rietdijk 70160ff208 Merge pull request #23240 from jyp/tf
tensorflow: depend on cudatoolkit 8 and cudnn 5.1
2017-03-07 13:22:07 +01:00
Benno Fünfstück f9b08c9dbb mpdris2: install locale files to correct location
The package included outdated intltool makefiles, resulting in installation of
local files to `$out/'@DATADIRNAME'`. Running `intltoolize -f` forces
regeneration of the Makefile and fixes the issue.
2017-03-07 12:33:36 +01:00
taku0 a24aaae602 firefox, firefox-bin: 51.0.1 -> 52.0, firefox-esr: 45.7esr -> 52.0esr 2017-03-07 20:14:01 +09:00
Benno Fünfstück 3449107d68 dvdisaster: fix $out variable expansion (makeFlags)
Make requires variables with more than one letter to be surrounded by parentheses,
like `$(out)`. Just writing `$out` will be interpreted as `$o` followed by `ut`, so
the package installed its documentaion to `ut/share/doc`.

/cc maintainers @jgeerds @nckx
2017-03-07 12:11:27 +01:00
Tim Digel 0b2502a284 elixir: 1.4.0 -> 1.4.2 2017-03-07 11:50:32 +01:00
romildo d12635370b lxqt: fix qtsvg attribute 2017-03-07 07:48:04 -03:00
Ryan Desfosses ec202fe9f1 docker-machine: 0.9.0 -> 0.10.0 2017-03-07 11:44:04 +01:00
Michiel Leenaars 1522496288 softhsm: 2.1.0 -> 2.2.0 2017-03-07 11:43:46 +01:00
Franz Pletz 99ef5c84b4
cups-pk-helper: 0.2.5 -> 0.2.6 2017-03-07 11:27:18 +01:00
Clemens Manert 2a24e86676
mate-terminal: init at 1.17.0 2017-03-07 11:27:13 +01:00
Clemens Manert 5641769ff0
mate-desktop: init at 1.17.2 2017-03-07 11:27:05 +01:00
Jörg Thalheim 13ed7e6631
xfstests: set correct echo binary 2017-03-07 11:04:59 +01:00
Jörg Thalheim 60ac9ece84 Merge pull request #23574 from Mic92/lxcfs
lxcfs: 2.0.4 -> unstable-2017-03-02
2017-03-07 10:51:44 +01:00
Frederik Rietdijk b5355c827f Merge pull request #23563 from dtzWill/update/mendeley
mendeley: 1.16.3 -> 1.17.8, multiple improvements
2017-03-07 10:22:07 +01:00
Frederik Rietdijk 03504f0150 Merge pull request #23565 from teh/mypy
Mypy
2017-03-07 10:09:11 +01:00
Neil Mayhew c78251f17c inetutils: Add perl to buildInputs
`whois' uses perl for various things during its build. Without it,
whois fails to build .
2017-03-06 21:05:42 -07:00
Jeff Simpson 2d0991580c slack: added missing libxkbfile dependency (#23579) 2017-03-07 03:20:46 +01:00
Rommel M. Martinez d6192e9985
emem: 0.2.29 -> 0.2.31 2017-03-06 20:45:19 -05:00
Daiderd Jordan 6f88f8ca1b
znc: 1.6.3 -> 1.6.4 2017-03-06 20:08:15 -05:00
Will Dietz 5013998b0e
ustr: Remove unhelpful 'buildTargets' value.
mkDerivation doesn't do anything with this,
and while it does become an environment variable
AFAICT that was never the intention and isn't helpful here.
2017-03-06 19:34:07 -05:00
Fernando J Pando 9f062c2c0b buildbot: 0.9.3 -> 0.9.4
- adds jwt
- adds module tests
- master.cfg as path in module
- fix systemd worker config
- builds on darwin
- tested on nixos
2017-03-07 00:45:37 +01:00
Franz Pletz d102115101 Merge pull request #23573 from LnL7/darwin-gss
gss: don't build with shishi on darwin
2017-03-07 00:31:04 +01:00
Graham Christensen 370999952c Merge pull request #23254 from mdorman/emacs-updates
Automated emacs package updates
2017-03-06 18:05:33 -05:00
Graham Christensen 85b47bbd5e
mailpile: mark as insecure, pending removal 2017-03-06 18:02:55 -05:00
Jörg Thalheim 94497a0ef3 lxcfs: 2.0.4 -> unstable-2017-03-02 2017-03-06 22:54:28 +00:00
Will Dietz 9614ebf137
coccinelle: 1.0.0-r23 -> 1.0.6
* Remove camlp4 dependency, no longer needed
* Keep pycaml to use ours over bundled version
* Enable tests for sanity (broken on darwin)
* no longer need to force specific ocaml version
* don't create python wrappers, they don't seem to be needed
* remove deprecated configure flag.
* fix spgen by removing bytecode version.
2017-03-06 17:50:11 -05:00
Robert Helgesson 747b62f909
photivo: fix build with lensfun >= 0.3 2017-03-06 17:41:16 -05:00
Graham Christensen 5054035c18 Merge pull request #23571 from rycee/remove/javasvn
javasvn: remove
2017-03-06 17:27:53 -05:00
ndowens 558751b41e
bs1770gain: 0.4.7 -> 0.4.12 2017-03-06 17:26:02 -05:00
ndowens 918a4e649d
unshield: 1.3 -> 1.4.2 2017-03-06 17:24:43 -05:00
Robert Helgesson a3e6b41d36
javasvn: remove
Upstream URL is invalid and the package has not had direct attention
since June 2006.
2017-03-06 23:07:11 +01:00
Bart Brouns abc0421c46 kdenlive: phonon-backend-vlc -> phonon-backend-gstreamer 2017-03-06 22:59:37 +01:00
Daiderd Jordan a5fcca2004
gss: don't build with shishi on darwin 2017-03-06 22:57:54 +01:00
Jörg Thalheim 2df1d3f828 purple-facebook: 2016-04-09 -> 0.9.0 2017-03-06 21:54:48 +00:00
Franz Pletz 3fa2a5dc23
youtubeDL: 2017.02.27 -> 2017.03.07 2017-03-06 22:45:29 +01:00
Tom Hunger 1a8a194186 mypy-lang: 0.4.5 -> 0.501 and rename to mypy 2017-03-06 21:29:05 +00:00
Tom Hunger 18f1127f05 typed-ast: init at 1.0.1 2017-03-06 21:29:05 +00:00
Michael Alan Dorman cc5bb40c1c melpa-packages: 2017-03-06 2017-03-06 16:18:14 -05:00
Michael Alan Dorman 192bc411b0 melpa-stable-packages: 2017-03-06 2017-03-06 16:18:14 -05:00
Michael Alan Dorman 5ff2a924c6 elpa-packages: 2017-03-06 2017-03-06 16:18:14 -05:00
Renaud 9256383bc2 lftp: 4.7.3 -> 4.7.6
Package update : minor updates and fixes 
See http://lftp.tech/news.html
2017-03-06 22:06:43 +01:00
Jörg Thalheim 46ba5acd82
dmtcp: 2.3.1 -> 2.5.0 2017-03-06 22:01:12 +01:00
Renaud 6cdff59992 tldr: 1.2.0 -> 1.3.0 (#23465) 2017-03-06 21:12:25 +01:00
Jörg Thalheim a81fed008d Merge pull request #23564 from markus1189/scalafmt-058
scalafmt: 0.5.7 -> 0.5.8
2017-03-06 21:09:20 +01:00
mimadrid eba71df6bc
sqlite3_analyzer: 3.8.10.1 -> 3.17.0
fixes #23479
2017-03-06 20:53:34 +01:00
Jörg Thalheim b10fb4624b
xapian-ruby: link against correct xapian 2017-03-06 20:24:07 +01:00
Will Dietz 37315d65a0 mendeley: 1.16.3 -> 1.17.8, multiple improvements
* don't use bundled qt
* fix link-handler script, autorun as 'normal'
* fix execution on grsec kernels
2017-03-06 13:20:00 -06:00
Ricardo Ardissone 8cbba14dbe
tome4: 1.4.6 -> 1.4.9 2017-03-06 19:43:25 +01:00
Markus Hauck 504dc9de29 scalafmt: 0.5.7 -> 0.5.8 2017-03-06 19:38:05 +01:00
Profpatsch 07bf113bbe garden-of-coloured-lights: init at 1.0.9 2017-03-06 19:37:24 +01:00
Shea Levy c1c624f077 nix-buffer: 2.3.0 -> 3.0.0 2017-03-06 11:47:32 -05:00
AndersonTorres 9ef30ce570
dvdstyler: init at 3.0.3 2017-03-06 17:36:28 +01:00
AndersonTorres 1205b27b24
wxSVG: init at 1.5.11 2017-03-06 17:36:20 +01:00
Jörg Thalheim 2e07babdd8 Merge pull request #23520 from oxij/pkg/osmcfilter
osmctools: osmfilter: init at 1.4.0
2017-03-06 17:12:22 +01:00
Jörg Thalheim 89e52a7751 Merge pull request #23521 from oxij/pkg/timidity-seq
timidity: add ALSA sequencer support
2017-03-06 17:02:25 +01:00
Jörg Thalheim e4fceee72f Merge pull request #23523 from ndowens/chuck
chuck: 1.3.5.1 -> 1.3.5.2
2017-03-06 16:50:54 +01:00
Tuomas Tynkkynen 064a1e09ad sbagen: Fix build 2017-03-06 17:13:24 +02:00
pngwjpgh 4da7f83f4e nitpick: Init at 1.1 (#23389) 2017-03-06 16:12:49 +01:00
Joachim Fasting 17d80c49fa
grsecurity: 4.9.13-201702270729 -> 201703052141 2017-03-06 15:59:30 +01:00
Anderson Torres e96a2f8450 sound-of-sorting: 0.6.5 -> 20150721 (#23549)
* sound-of-sorting: 0.6.5 -> 20150721

* sound-of-sorting: correct unstable version format
2017-03-06 15:24:40 +01:00
Bart Brouns 00ffbf060c
guitarix: remove webkit, add compile flags
as recomended by the author: https://sourceforge.net/p/guitarix/mailman/message/33688855/
2017-03-06 09:17:10 -05:00
Jörg Thalheim 6b53e5040f Merge pull request #23544 from magnetophon/hydrogen
hydrogen: 0.9.6.1 -> 0.9.7
2017-03-06 15:14:44 +01:00
Jörg Thalheim 9b20ce2a8c
wakatime: fix checksum 2017-03-06 15:10:22 +01:00
Jörg Thalheim 91d4ebe4ee Merge pull request #23546 from yurrriq/update/pkgs/tools/misc/wakatime
wakatime: 6.0.1 -> 7.0.4
2017-03-06 15:08:29 +01:00
Wei Tang 4a80a97ca9
meteor: 1.4.2.1 -> 1.4.2.3 2017-03-06 09:03:44 -05:00
Wei Tang 15ea9bcfee
meteor: 1.2.0.1 -> 1.4.2.1 2017-03-06 09:03:41 -05:00
Jörg Thalheim 7576bea49d Merge pull request #23551 from nthorne/clog-derivation
clog-cli: init at 0.9.2
2017-03-06 14:54:12 +01:00
Parnell Springmeyer 8d6fbd0578
go: 1.7 -> 1.8 2017-03-06 08:47:50 -05:00