forked from mirrors/nixpkgs
be1b22538a
This brings cmake inline with the behaviour used for configure
scripts, defined in multiple-outputs.sh. It's important because
that setup hook will only set shareDocName if multiple outputs are in
use (and setOutputFlags hasn't been disabled). So previously,
CMAKE_INSTALL_DOCDIR would be set to $out/share/doc for single-output
derivations, instead of $out/share/doc/$shareDocName, which would
result in collisions.
Since this hook now uses the setOutputFlags variable, I had to remove
the empty assignment of it added in
|
||
---|---|---|
.. | ||
2.8.nix | ||
3.2.2-cygwin.patch | ||
application-services.patch | ||
default.nix | ||
libuv-application-services.patch | ||
search-path-2.8.patch | ||
search-path.patch | ||
setup-hook.sh |