Another hotfix for eae059b0b607e4c5a0a201466e3dc2c97cecc85e
(I kind of jumped the gun on this one ...)
The `build install` command takes a positional argument
indicating which components to install; without it, nothing
is installed and the build fails to create the store output.
Hotfix for eae059b0b607e4c5a0a201466e3dc2c97cecc85e
Not really a regression, but it turns out that the man page
target requires shebang patching as well.
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
An interesting thing is that: stdenv != overrideCC stdenv gcc49;
I'm not sure why that is, but it doesn't seem important.
/cc maintainers: @nckx, @garbas, @abbradar, @cstrahan, @grwlf.
(cherry picked from commit 3064b6a0cc4dc047fae97bdffa0725bc7fd38f2e)